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

    !commands

    Thanx for your help! :)
  2. hejd12345

    NPC bug

    It did not work :( I get the same error...
  3. hejd12345

    !commands

    The latest
  4. hejd12345

    !commands

    Anyone have this "!commands" script that allows players to check what commands they can use? :) Edit: I am using TFS_10!
  5. hejd12345

    NPC bug

    What is wrong there? I got the exact same problem as this guy, http://otland.net/threads/getitemnamebyid.166477/
  6. hejd12345

    NPC bug

    Yep, I get the same error :(
  7. hejd12345

    NPC bug

    local noNode = KeywordNode:new({'no'}, playerBuyAddonNPC, {decline = true}) local yesNode = KeywordNode:new({'yes'}, playerBuyAddonNPC, {confirm = true}) -- citizen (done) local outfit_node = keywordHandler:addKeyword({'first citizen addon'}, playerBuyAddonNPC, {premium = true, cost = 0, items...
  8. hejd12345

    NPC bug

  9. hejd12345

    NPC bug

    local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid)...
  10. hejd12345

    NPC bug

    Hello everyone! ATM I am trying to setup a NPC addon seller with items but whenever I try yo load him I get this error: https://i.imgur.com/5tFZc7d.png What might be the problem? I have tried with a lot of different scripts but I always get the same error, even if I run my server without...
  11. hejd12345

    Rosha NPCs

    You do not have to be so mad... Sorry if I posted in in the wrong section but I need help since I got errors and I need the NPCs.
  12. hejd12345

    Rosha NPCs

    Does anyone have full working roshamuul NPCs? I got the map/monsters but not the NPCs :p
  13. hejd12345

    Rosha NPCs

    Does anyone have full working roshamuul NPCs? I got the map/monsters but not the NPCs :p I got an error when I load my map that all the Rosha NPCs are missing and I think it is because I miss the .xml files.
  14. hejd12345

    Help me fix houses in Thais

    It will take to much time to remake that amount of houses tho.
  15. hejd12345

    Help me fix houses in Thais

    Okay I will just try to find a new house.xml file to replace it with. I have no idea if it works but I will try.
  16. hejd12345

    Help me fix houses in Thais

    The pallate contains some Thais houses but not the Thais houses in the inner city and it will take a while to do it all over so that is why i asked if someone knows if it is possible to replace the house.xml or something.
  17. hejd12345

    Help me fix houses in Thais

    Yep it is not related as a house.
  18. hejd12345

    Help me fix houses in Thais

    Hello everyone! I just logged in to my OT server and found out that the houses in Thais (ONLY THAIS) does not work. They are like normal houses where everyone can walk in without any problems. (https://i.imgur.com/vYHEyMn.jpg). So what should I do? Can I import a new houses.xml or do I have to...
  19. hejd12345

    Remeres map editor 10.34

    Thanx :)
  20. hejd12345

    RME 10.34

    Does anyone have a link for RME 10.34 download?
Back
Top