• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. 1268995

    Solved Gate of experience doesn't show level when aid: 6000

    Try to change on conf.lua: maximumDoorLevel = 10000
  2. 1268995

    Solved [How to] Correct rope bridge

    What do you mean with "rope bridge"?
  3. 1268995

    Solved Exist a function that checks if player are online?

    ALL codes semms perfect. I choose limos one because its simple and easy to put working on my code... if isPremium(cid) == true and isPlayer(cid) == true then THANKS FOR ALLL LOVE UUUUUU ALLLLL <3333 SOLVED
  4. 1268995

    Solved Exist a function that checks if player are online?

    Thanks for letting me know! I really do not know how to do that... maybe a tutorial? maybe u can help me with the code? :rolleyes:
  5. 1268995

    Solved Exist a function that checks if player are online?

    getPlayerOnline will get numbers of all players online, right? Im my case, i must know if the player that used the item still online, only him!
  6. 1268995

    Lua Reward Chest

    On the chest... open your map editor and put item ID/ unique ID in the chest.
  7. 1268995

    Solved Exist a function that checks if player are online?

    I ask that because i have a script that add an event for next 1 minute. But if player log out, appear a error on console: "Player not found" So i need a function that checks if player are online.. this way will add a event for next 1 minute, but after 1 minute, if player are offline, the event...
  8. 1268995

    Solved Script that dont allow player equip ring if haven't X storage

    I'm a really confused with ur explanation :p
  9. 1268995

    Solved Script that dont allow player equip ring if haven't X storage

    Thanks for your reply! whats the diferrence between 'return true' and 'return false'? The code WORKED!
  10. 1268995

    Solved Script that dont allow player equip ring if haven't X storage

    Hello guys, i maded a script that do not give extra exp for player that do not have storage 12345 if getPlayerStorageValue(cid, 12345) < 1 then doPlayerSendTextMessage(cid, 22, "U cant use this ring!") return true end But player still can equip the ring... how can i solve that? I...
  11. 1268995

    WinSCP vs Filezilla

    Filezilla at my pc transfer files faster than WinSCP. Anyway, i think WinSCP are better in MY opinion, i can easily edit my codes. So i use both -> edit codes -> WINSCP -> transfer files -> FILEZILLA
  12. 1268995

    Account Manager

    U must to change player coordenate in sql database, not in confg.lua
  13. 1268995

    Account Manager

    Maybe the place where ur account manager are spawning are bugged. Change the coords where the acc manager will spawn. If you are not using the account manager, change the location new chars will appear for first time!
  14. 1268995

    Account Manager

    Go to ur sql database and show us a print screen that u really ctrv + v the password getthordbird gaved. It should not bug.
  15. 1268995

    Solved item:getDescription()

    So say thanks for these guys gaved his time for u.
  16. 1268995

    Account Manager

    Ye, sha1 = enscrypted. plan = ur password as u typed. U will need to create an account with gesior (or other u prefer) to use sha1. What u can do to solve that is to check in ur old databases for your password enscrypted. When u find ur password enscrypted, ctrl c + ctrl v and put it in server...
  17. 1268995

    Help on npc add mark

    What's the code for setting marks?
  18. 1268995

    Lua No promotion is saving! Help!

    @luccagomes What if u make a function onLogin? A function that checks if player are premium when log in... Something like that: function onLogin(cid) if not isPremium(cid) and (getPlayerVocation(cid) >= 9 and getPlayerVocation(cid) <= 12) doPlayerSetPromotionLevel(cid...
  19. 1268995

    Lua No promotion is saving! Help!

    I dont know exactly how to help u, but try to check in ur config.lua: premiumForPromotion = true
Back
Top