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

    Help with this NPC rep+ rep+ rep+

    Thanks again! :D I'll give you rep whenever I can :)
  2. calveron

    Help with this NPC rep+ rep+ rep+

    Im having trouble with my quest npcs. Only one of them responds, wich is the last one I added or the first one I speak to. So there must be something I missed. Can anyone help me? rep+ local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler)...
  3. calveron

    NPC Problem. rep+

    Why does it work when I use the other map then? :S
  4. calveron

    Virus scan?

    use AVG, low memory usage.
  5. calveron

    NPC Problem. rep+

    I had no problems with this npc, but then I changed map.. Now the npc wont respond to the words. Whats the problem? sorry if its messy. local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState =...
  6. calveron

    Need a vocation to enter TP rep

    Could anyone help me fix a script so that you need to have a vocation to enter a tp, rep+ of course =)
  7. calveron

    A script that causes pvp problems. HELP PLEASE! rep+

    it works :D Thanks alot
  8. calveron

    A script that causes pvp problems. HELP PLEASE! rep+

    Well, this is one funny problem.. I really need those scripts, but if I use them players wont be able to kill other players. (they get 0 hp but wont die) local monsters = { --name = storage ["rat"] = 45004, ["cave rat"] = 45004 } function onKill(cid, target)...
  9. calveron

    Players can't kill players.

    Ill try that
  10. calveron

    Players can't kill players.

    0 errors
  11. calveron

    Players can't kill players.

    never had this kind of problem before, but I'll check it out.
  12. calveron

    Players can't kill players.

    Im having a huge problem on my server, when player y tries to kill player x, player x gets 0 hp and wont die. He does disapear from battle list, but there's no death. Anyone had this issue? can it be because of my customized vocations? Any help/tip is welcome.. Thanks
  13. calveron

    Error in Database .-.

    picachu, please tell me how you solved it, I have the same problem.
  14. calveron

    NPC Quests that require you to kill monsters

    This doesn't work, so instead I used the "killing in the name of.." script and just changed it to what I needed, I recommend that.
  15. calveron

    vocation problem

    I managed to fix it! I noticed that manamultiplier should be 4.0 for knights :) Thanks for the help
  16. calveron

    vocation problem

    Fixed it! noticed that manamultiplier is 4.0 for knights =)
  17. calveron

    Help please !

    Hi! I need some help creating a npc. The npc should teleport you to hunting places regarding of what monster you say. example: hydras = poff and you get tped to hydra spawn. But! the main thing about this npc, is that you don't need to greet him, you just have to go down to him and name...
  18. calveron

    NPC Help !

    nvm
  19. calveron

    Error while starting Server!

    change that in your config file for your database?
  20. calveron

    Ot Server SQL

    Why wouldn't you be able to delete it? You're the one creating it.
Back
Top