• 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

    Ctf event help

    Did you put the time in globalevents.xml? So the server knows when to call the event?
  2. A

    Ot help fast!!! Important!!!

    You need to make a "STATIC IP ADDRESS". I believe what is happening is every so odd hours your iprange switches ips. Thus kicking people from the server. A static ip makes your ip one set ip forever so people can always log on and stay logged on.I could be wrong but i really think thats the...
  3. A

    If mount tamed, doesn't remove item

    Try changing all of your "doRemoveItem" functions to this: doRemoveItem(getItemById(itemid, 2).uid)
  4. A

    Solved need help with The forgotten king (promotion)

    local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandlernCreatureAppear(cid) end function onCreatureDisappear(cid) npcHandlernCreatureDisappear(cid) end function...
  5. A

    Solved need help with The forgotten king (promotion)

    change: addKeyword({'subclass'} to: addKeyword({'promotion'}
  6. A

    Large amounts of lag?

    I don't think i can help you man :/. If i were you i would get in contact with the host owner. He should be able to fix the problem or at least see what the problem is.
  7. A

    Large amounts of lag?

    You are using alot of memory. Also why is there 51 processes? Another thing you should try is restarting the server. Sometimes these servers start to lag after a day or so with no restart. Everything else looks fine. I agree that you should be able to easily host two players. If those 51...
  8. A

    Large amounts of lag?

    Whats your computer info? Processor? Ram? Hard Drive? What kind of internet are you using? How big is your map?
  9. A

    Windows Mysql password

    Yesterday i changed my password for mysql database on localhost/phpmyadmin. Now i cannot log into my database, i have written the password down and tried it a number of times. Still doesn't work. I have restarted xampp as well. I really do not know what to do. All i have been able to do as of...
  10. A

    TalkAction [8.0]Poll system(Forgotten Server & Evolutions)

    Bump, i am trying to use this awesome script on my 8.60 server. Can anyone help?
  11. A

    Lua Script help

    Awesome yeah that worked thanks! Now idk if you could help with this but i have it set up to push the target 3 squares. However say there is a tree or a player on that third square...it wont push the creature at all. Do you know how to make it so if there is something in the path it will just...
  12. A

    Lua Script help

    local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_BLOCKHIT) setCombatParam(combat, COMBAT_PARAM_TARGETCASTERORTOPMOST, true) setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) setCombatParam(combat, COMBAT_PARAM_DISPEL...
  13. A

    Zao + Razachai at 100% by Lol94

    Fuck your piece of shit map. So many items cannot load.
  14. A

    Windows Invalid Monsters HELP!

    Ah, yeah that would work. But i want to keep most of the spawns and monsters i have on the map :P. Thanks though.
  15. A

    Windows Invalid Monsters HELP!

    Well, somewhere down the lines i added a million monsters to my map that my server wont seem to recognize for some reason and ofcourse they ALL show up on the server when i start it. I have tried to fix the problem so i can just use the monsters, but no 8.6 client monsters.xml worked. No idea...
  16. A

    Website

    I forget, how do you access admin panel to your website? lol thanks. REP+ Solved.
  17. A

    Windows Website help.

    No i havent, i put it above. The statusPort is set to 7171
  18. A

    Windows Website help.

    bindOnlyConfiguredIpAddress = false loginPort = 7171 gamePort = 7172 adminPort = 7171 statusPort = 7171 - - - Updated - - - Thanks for all of your replies. You guys are truely a great community. I am rep++ you all.
  19. A

    Windows Website help.

    geisor
Back
Top