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

    Lua Players don't die after adding a script

    Yesterday, my team deathmatch bugged my server and crashed it. After that, i had this weird problem where no one on my server could die. They would get to 0 hp and just stay there at 0 hp. It would lag the server. What the heck is going on? REP++
  2. A

    Graphic Designer Close

    Nvm.
  3. A

    Lua Quick event help

    I have 2 events that work but i want them to run on an interval instead of a command or specific time. If you know how to change this successfully please message me. REP++ I cannot add the scripts because the owner i bought them from has asked me not to share his work. One is a mod, and...
  4. A

    Solved help with ip changer

    Yeah if it is Otlands ip changer, it is just hidden in your taskbar. It never closes :P
  5. A

    Windows acc maker doesn't work properly

    Go to one of the many tutorials that explain how to set these websites up. It will show you what queries you need to run in your database. Do you have teamviewer?
  6. A

    Lua Heal Problem

    What exactly is this script and what does it do?
  7. A

    Is there a way to make this kind of spells?

    Yeah i got you give me a second to make the script. P.s. My ban system doesn't work either, i never looked in to why :P - - - Updated - - - local combat1 = createCombatObject() setCombatParam(combat1, COMBAT_PARAM_BLOCKARMOR, 1) setCombatParam(combat1, COMBAT_PARAM_BLOCKSHIELD, 1)...
  8. A

    Double Attack

    What server do you run? check out this post by Limos.. http://otland.net/f81/weapon-weapon-10-chance-double-hit-160376/ You can change it around to work with a helmet or whatever you are trying to do.
  9. A

    Event interval

    Close
  10. A

    Solved Skull drop

    Solved. Thanks.
  11. A

    Solved Skull drop

    Is there a skull that is not stackable?
  12. A

    Solved Skull drop

    This scriptmakes a player loot a skull with their name, level and who they were killed buy when they are fragged by another play. The problem is: The script works, but once you move the skull outside of the dead body...it goes back to saying it is just a skull and no longer says the info about...
  13. A

    Galera 8.60 DataPack release!

    Your links are broken.
  14. A

    Windows Character walking speed

    Could you specify where this should go in login.lua and advancesave.lua?
  15. A

    Windows Character walking speed

    I wanted to add speed to all levels, by making them gain more speed each level. OR simply make the starting speed higher, therefor making everyone walk faster than usual. Id rather do the first one. Either way that did not work, it gave me an error.
  16. A

    Windows Character walking speed

    Hm, ok so add the same thing? And look up i updated my post.
  17. A

    Windows Character walking speed

    Ok thanks. Now i feel that may cause problems. Players that are already passed level 8 will not get the speed boost. Is that correct? Also, After they level up from level 8, wont their walking speed go right back to normal once they log out or the server restarts? Also: [04/03/2013 18:15:10]...
  18. A

    Windows Character walking speed

    Thanks guys. Anyone care to help me by answering a few questions about compiling? Add me on skype: rparks90 btw i am going to try to add that to login.lua. Just to be clear, if i added: doChangeSpeed(cid, (getCreatureBaseSpeed(cid)) + 250) to login.lua, it would just add 250 to all players...
  19. A

    Windows Character walking speed

    "Is there any other way? I am currently learning how to compile and re-compile and blah blah. But i do not know how to do it yet."
Back
Top