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

    Lua script to auto teleport char to X coords at x lvl

    hey idiot. stop flamming.. read the post..... ROOK........ ROOK..... maybe he should have left willingly at lvl 50 instead of staying till 55 ?. if he does.. to bad for him... its 1 item.... and not amazingly good item on my rook... please dont bother putting you 2 sense in, how about you...
  2. P

    Lua script to auto teleport char to X coords at x lvl

    up date it acualy says that error in server window Every advance
  3. P

    Lua script to auto teleport char to X coords at x lvl

    oh i dont need to go through the town id because i changed it so when u go through a portal it makes you home town say thais... just need to teleport at 55 to those co ords.
  4. P

    Lua script to auto teleport char to X coords at x lvl

    [20/10/2011 20:00:09] Lua Script Error: [CreatureScript Interface] [20/10/2011 20:00:09] data/creaturescripts/scripts/teleportlevel.lua:onAdvance [20/10/2011 20:00:09] data/creaturescripts/scripts/teleportlevel.lua:4: attempt to call global 'getPlayerSkillLevel' (a nil value) [20/10/2011...
  5. P

    Lua script to auto teleport char to X coords at x lvl

    Testing it as we speak :d. Thnx i apreciate it
  6. P

    Lua script to auto teleport char to X coords at x lvl

    darn yeah it says true, no idea why it wont work. :\ hopefully i can get it fixed my server kinda depends on it.. is there a way to make it so a certain area gets no exp after a certain lvl ?. lol or at a certain lvl you get no exp. until you go through X portal then exp gets back to normal...
  7. P

    Lua script to auto teleport char to X coords at x lvl

    function onAdvance(cid, skill, oldLevel, newLevel) local tpPos = {x=32028, y=32272, z=6} if skill == SKILL__LEVEL and newLevel == 55 then doTeleportThing(cid, tpPos, 1) doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "You advanced from Level 54 to Level 55") end return TRUE end thats my...
  8. P

    Lua script to auto teleport char to X coords at x lvl

    function onLogin(cid) registerCreatureEvent(cid, "PlayerDeath") registerCreatureEvent(cid, "teleportlevel") return TRUE end thats my login
  9. P

    Lua script to auto teleport char to X coords at x lvl

    <?xml version="1.0" encoding="UTF-8"?> <creaturescripts> <event type="login" name="PlayerLogin" script="login.lua"/> <event type="login" name="FirstItems" script="firstitems.lua"/> <event type="death" name="PlayerDeath" script="playerdeath.lua"/> <event type="advance"...
  10. P

    Lua script to auto teleport char to X coords at x lvl

    15:04 You lose 3 hitpoints due to an attack by a wyrm. 15:04 You advanced from Level 54 to Level 55. <--- thats my congratz message 15:04 Loot of a wyrm: 61 gold coins, dragon ham, 57 gold coins 15:04 You lose 150 hitpoints due to an attack by a wyrm.
  11. P

    Lua script to auto teleport char to X coords at x lvl

    ok so im back to this error.. when i take out the .lua i dont have this error ALthough i already copied another lua file renamed it and took everyout and copied your script in any ideas ? . i get the congrats u reached X lvl . but stil lable to hunt and what not.
  12. P

    Lua script to auto teleport char to X coords at x lvl

    so far not working, but i am checking the messages i get from lvling up i copied it and pasted it 100 percent. as well as the name of the files.
  13. P

    Lua script to auto teleport char to X coords at x lvl

    random question. do i need the .lua at the end.. OR because its already a lua file ?. i think that might be it.
  14. P

    Lua script to auto teleport char to X coords at x lvl

    [20/10/2011 12:45:49] Warning: [Event::checkScript] Can not load script. /scripts/teleportlevel.lua [20/10/2011 12:45:49] cannot open data/creaturescripts/scripts/teleportlevel.lua: No such file or directory i get that error in server window
  15. P

    Lua script to auto teleport char to X coords at x lvl

    ok just testing somethign now prob test it next 5 minutes tops. ok when i put it in the scripts data/creaturescripts/scripts/teleportlevel.lua <-- i create that folder. data/creaturescripts/scripts/login.lua <-- when i put it in that script. i have to put it before the "end" right ...
  16. P

    Lua script to auto teleport char to X coords at x lvl

    what do i save it in ? like what files. and that looks more exactly what im looking for. the first one made no sense to me. lol Ty.
  17. P

    Lua script to auto teleport char to X coords at x lvl

    so basicly didnt work, made potions not useable. made tons of error in server window. Scratch that will test again, apperantly i changed 2 thigns at ounce and didnt realize.
  18. P

    Stack potion problem

    Fixed i basicly updated potions.lua and rewrote actions.xml
  19. P

    just unstack potions. -not runes-

    fixed but ty. decided not to un stack.
  20. P

    Lua script to auto teleport char to X coords at x lvl

    hey everyone basicly i need to teleport a character when they hit 55 to coords x32028, y32272, z6.. no matter where they are. Basicly i have my server and rook and your in rook till lvl 50.. BUT i want players to leave by themselves.. but if they dont leave when they hit lvl 55 i want to auto...
Back
Top