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

    Windows Server are online but noone can connect

    damn thats wierd never had problem with that before :S
  2. Dekon

    NPC [MEGA Release] Complete addon NPC, newest NPC system, Yalaharian addon supported!

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

    dislay all premium users?

    Anyone got a script that display all premium users in gesior acc ? /Danne
  4. Dekon

    Windows Server are online but noone can connect

    i wonder if anyone got same prob as me. ppl can log in and after some hours the server rejects players to log on anyone know the prob ? /Danne
  5. Dekon

    Yalahar 80% Done.

    haha lol ?
  6. Dekon

    The Forgotten Server v0.3.1[pl2] (Crying Damson)

    u want the fix ?
  7. Dekon

    addon npc

    none ? dang
  8. Dekon

    "real tibia svargrond arena" by Gesior

    edit ur monsters.xml keebosh to kreebosh :P
  9. Dekon

    addon npc

    bumpp
  10. Dekon

    PHP Scripters LOOK AT THIS!

    how to inplant it in ur new acc maker ? /Danne
  11. Dekon

    The Forgotten Server v0.3.1[pl2] (Crying Damson)

    ahh kk :D uhm now i got one more question haha my server are auto saving like hell even if i dont have the script in globalevents wierd ?
  12. Dekon

    The Forgotten Server v0.3.1[pl2] (Crying Damson)

    i fixed it :) now i got another prob haha when ppl log in i cant see them login in ,in the server console and after a time the server crash it doesnt crash its up but ppl cant log in it says wrong acc and pass anyone know ? /Danne
  13. Dekon

    The Forgotten Server v0.3.1[pl2] (Crying Damson)

    When i start the server i got this error. >> Checking software version... error : No such file or directory I/O warning : failed to load external entity "http://forgottenserver.otland.net/ version.xml" failed - could not parse remote file (are you connected to the internet?) >> All modules...
  14. Dekon

    addon npc

    already tried that thats why i posted it :P puss snygging
  15. Dekon

    addon npc

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

    The Forgotten Server v0.3.1[pl2] (Crying Damson)

    Patch History @lef Why dont u make a patch history like talaturen,would be much easier for us to update from other versions. and so we know whats new, yes and i know there is a changelog but doesnt look good :P /Danne
  17. Dekon

    GlobalEvent Vip System

    i like u :) thx for all help rep++
  18. Dekon

    GlobalEvent Vip System

    grr function onStepIn(cid, item, pos) if item.uid == 11552 and item.itemid == 1397 then if getPlayerStorageValue(cid,11551) == 1 then local pos = {x=33806, y=31977, z=7} doTeleportThing(cid,pos) doPlayerSendTextMessage(cid,MESSAGE_EVENT_ADVANCE,'You are a vip...
  19. Dekon

    GlobalEvent Vip System

    :) i am using storage 11551 :p /Danne
  20. Dekon

    GlobalEvent Vip System

    is there any working tile script that works with this script like a donator tile if u got the storage id u can walk on it and get tped? /Danne i made a script and i worked with other storageid but with the vip script it didnt :S dont know whats wrong are u sure that the script give u the right...
Back
Top