• 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!

Recent content by ADELxxxx

  1. A

    Svargrond arena problem!first kill monster

    How could i fix it?? function onStepIn(cid, item, position, fromPosition) if InitArenaScript == 0 then InitArenaScript = 1 -- make arena rooms free for i = 0,9 do setGlobalStorageValue(42300+i, 0) setGlobalStorageValue(42400+i, 0) end...
  2. A

    Svargrond arena problem!first kill monster

    I got masiyah datapack so i go to arena to test if it works when i try to go to the first teleport to get on the monsters area it tell me first kill monster any help and even when i try it with player it doesn't work Here's a screenshot http://prntscr.com/6dasf6
  3. A

    Captain bluebear problems

    U know iam new so maybe u could do it by teamviewer or tell me what to do i Don't know what is the code tags
  4. A

    Captain bluebear problems

    Another problem happend to me i try to go thais when iam on gengia and this only happends with captain bluebear idk what the problem,maybe help? 08:27 Captain Bluebear: Welcome on board, . Where may I sail you today? 08:28 [395]: thais 08:28 Captain Bluebear: This is Thais. Where do you want...
  5. A

    Solved Captain bluebear problem

    It worked,Thank You
  6. A

    Solved Captain bluebear problem

    i will try ty
  7. A

    Solved Captain bluebear problem

    Well,i wanted captain bluebear to sail to gengia,oken,pyre well it sails to just gengia but oken and pyre it doesn't idk why maybe someone help? Here's captain bluebear script local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler)...
  8. A

    NPC problem

    I just found out that the world.spawn is empty <?xml version="1.0" encoding="UTF-8"?> <spawns/> just that nothing more
  9. A

    NPC problem

    Maybe we can use teamviewer?
  10. A

    NPC problem

    Well,i did import oken map to my map then i closed it when i open it it can't load npcs and monsters i tryed to import them but they doesn't appear in remer's map editor and in the game any solution?
  11. A

    Cities temple position

    Thank you
  12. A

    Solved Captain travels to a town

    Thank you,it does works
  13. A

    Solved Captain travels to a town

    i will try that,thank you
  14. A

    Solved Captain travels to a town

    local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) -- OTServ event handling functions start function onCreatureAppear(cid)...
Back
Top