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

Search results

  1. U

    Exori vis upgraded ( HELP )

    How can i make a spell such as (exevo gran mas vis) follow the person or a monster i am attacking like (exori vis) .
  2. U

    Block Scripting Help

    I want to make a block such as grass or something why when i press on it it kills you how can that be done ?
  3. U

    How To create a bank , Forgotten server 9.54

    I am having problems creating the bank npc so please could anyone help me how can i do it ?
  4. U

    bank help!

    now when i try to deposit it gives this error. [04/02/2013 20:38:17] Lua Script Error: [Npc interface] [04/02/2013 20:38:17] data/npc/scripts/bank.lua:onCreatureSay [04/02/2013 20:38:17] data/npc/scripts/bank.lua:52: attempt to call global 'doPlayerDepositMoney' (a nil value) [04/02/2013...
  5. U

    bank help!

    now it gives this error [04/02/2013 16:19:06] Lua Script Error: [Npc interface] [04/02/2013 16:19:06] data/npc/scripts/bank.lua [04/02/2013 16:19:06] data/npc/scripts/bank.lua:121: attempt to index global 'npcHandler' (a nil value) [04/02/2013 16:19:06] stack traceback: [04/02/2013...
  6. U

    bank help!

    it gives me this error!!! [04/02/2013 13:28:47] Lua Script Error: [Npc interface] [04/02/2013 13:28:47] data/npc/scripts/bank.lua:onThink [04/02/2013 13:28:47] data/npc/scripts/bank.lua:9: attempt to call global 'npcHandlernThink' (a nil value) [04/02/2013 13:28:47] stack traceback...
  7. U

    bank help!

    okay so i have a bank script but i cant get it to work!!!! this is it >> local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid)...
  8. U

    Talkactions teleport!

    thanks mate ur a life saver - - - Updated - - - dude one more thing would mean the world for me if u can help with this. so i made this script local teleportpos = {x=782,y=648,z=7} function onUse(cid, item, fromPosition, itemEx, toPosition) if itemEx.itemid == 9531 then...
  9. U

    Something wrong with remere's

    then how can i set them ? - - - Updated - - - okai thank you - - - Updated - - - but all i can find is 8.00 and 8.10 and 8.31 :S
  10. U

    Something wrong with remere's

    where can i download an 9.54 map :D - - - Updated - - - and btw i already downloaded 8.31 and i opened with it but how can i make it work as 9.54 - - - Updated - - - Sorry but im new to this stuff :(
  11. U

    Something wrong with remere's

    How can i import the map to an empty 9.54 map ?
  12. U

    Something wrong with remere's

    whenever i open up remere latest version it says load up tibia 8.31 and i have 9.54 so this means there is alot of stuff that im missing its a long way from 8.31 to 9.54 so is there another good map editor or someway to fix it Thank You :D
  13. U

    Setting Global ip to static.

    I have no-ip.org account and im working with it but im sick of going to change the ip every like 20 mins . what can i do
  14. U

    Talkactions teleport!

    hey dude thanks! but i need to make it that u teleport from a certain position. the one u made me works but i teleport from anywhere. i want it if i am in a certain location i teleport to that location
  15. U

    Setting Global ip to static.

    How to set my global ip to static cause my net keeps changing it randomly and i really want to stop that .. windows 8
  16. U

    Login Weird Glitch/Bug

    Ive portforwarded my server and i did the sql and everything is great But whenever i try to login on the login screen i press enter then the screen vanishes and it keeps doing the same thing i dont know what is this glitch and how the hell to deal with it :S Please anyhelp would be...
  17. U

    Login Glitch

    made it 7172 still vanishes :( - - - Updated - - - ill keep it open in case anyone eles sees it but im going to sleep now cause school tomm and its 1:00 am cya :D , thanks Limos for ur support :D really appreciate it :)
  18. U

    Login Glitch

    -- Connection Config ip = "41.42.25.45" bindOnlyGlobalAddress = "no" loginProtocolPort = 7171 gameProtocolPort = 7172 adminProtocolPort = 7171 statusProtocolPort = 7171 loginTries = 10 retryTimeout = 5 * 1000 loginTimeout = 60 * 1000 maxPlayers = "50" motd = "Welcome the Zombie...
  19. U

    Login Glitch

    yes they are :D
  20. U

    Login Glitch

    yes i did and i do have the ip in config
Back
Top