• 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. changos

    Solved Reset level 130 after downgrade to 129

    creaturescripts/scripts create a new lua file, rename to lowlevellock and paste this code Lua: function onLogin(cid) if getPlayerLevel(cid) < 130 then doPlayerAddExperience(cid, (getExperienceForLevel(130) - getPlayerExperience(cid))) end return true end XML: <event...
  2. changos

    (Help) Shared Account Depot

    !BUMP
  3. changos

    (Help) Shared Account Depot

    !BUMP
  4. changos

    (Help) Shared Account Depot

    !BUMP ------------EDIT---------- For the same reason i want this system, to avoid to send parcels only for pass items from 1 char to other in the same acc, to make it easier for players, there are times when players do not want to waste time, or simply if players hasnt MC
  5. changos

    (Help) Shared Account Depot

    !BUMP Anyone? please D:?
  6. changos

    (Help) Shared Account Depot

    !BUMP
  7. changos

    (Help) Shared Account Depot

    !bump
  8. changos

    (Help) Shared Account Depot

    !bump
  9. changos

    (Help) Shared Account Depot

    Hi OTland community, i was searching the code for create a Shared Account Depot but i havent lucky what i need is: (u could see the items in your Depot of all u characters in the same account) i would like the depot requiere x action id for use other than the existing locker If you could help...
  10. changos

    Attack speed spell

    if u already compile it then u can active the attackspeed with doPlayerSetExtraAttackSpeed(cid, 1000) -- attackspeed 1 sec doPlayerSetExtraAttackSpeed(cid, 0) --attackspeed back to default ------Edit------ edit the files from source folder download and try to compile with...
  11. changos

    Attack speed spell

    this post can help u https://otland.net/threads/attack-speed-break-default-attackspeed-limit-fix-doesnt-display-hits.162645/ try to compile and test if it works
  12. changos

    Guild war system

    I have no idea if this has anything to do but ok: in lib/000-constant down of this part: SHIELD_NONE = 0 SHIELD_WHITEYELLOW = 1 SHIELD_WHITEBLUE = 2 SHIELD_BLUE = 3 SHIELD_YELLOW = 4 SHIELD_BLUE_SHAREDEXP = 5 SHIELD_YELLOW_SHAREDEXP = 6 SHIELD_BLUE_NOSHAREDEXP_BLINK = 7...
  13. changos

    [Pokemon] [Exclusive] [BR] Pokemon Kpdo Pack

    Hi, Thanks for this great Otserv.. but i have a problem with acc manager he dont respond when you try to create an account u have any solution to this problem?
  14. changos

    Npc to request mission to kill 50 players

    i need npc of mission you have to say -Hi -Mission -Yes and asks you to kill 50 players and at end of mission give away an item (that can be configured) the outfit of npc is Wizard (2 addons) and color black and the name of npc is (Dark Skull) - - - Updated - - - !UP
  15. changos

    Windows HELP With Archive rjlb.dll

    Hello friends today I come to tell otland if I could help with a file that is missing from my pc the file is called rjlb.dll windows 7 if you could go to local disk / windows and look for it and send it to me I thank you much
Back
Top