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

    Lua How block to cant transfer gold to rookers?

    But i want it to make other things and because i like it :o Just need block it
  2. tocold

    Lua Demon Oak Few Questions

    I got a error when i used hallowed axe on three... [18:56:03.385] [Error - Action Interface] [18:56:03.385] data/actions/scripts/demonOak.lua:onUse [18:56:03.385] Description: [18:56:03.385] data/lib/102-demonOak.lua:244: attempt to call method 'lower' (a nil value) [18:56:03.385] stack...
  3. tocold

    Lua How block to cant transfer gold to rookers?

    Its too long, i put on pastebin link http://pastebin.com/K6D4CQRn
  4. tocold

    Lua How block to cant transfer gold to rookers?

    I have this npc banker, but how make to: IF player is not a rooker { IF player try transfer money to a rooker { show: you are not from rookgaard, so you cant transfer money to rookgaard players! } } Rookgaard vocations ID: 0,13,14 My bank npc script bank.lua http://pastebin.com/K6D4CQRn
  5. tocold

    Lua Help me to fix my bank NPC

    bump
  6. tocold

    Lua Help me to fix my bank NPC

    I'm sorry.. What? Thats what im trying... i think...
  7. tocold

    Lua Demon Oak Few Questions

    I mean what it made :D I cant test, code have emotes Someone know how to remove that emoticons?
  8. tocold

    Lua Help me to fix my bank NPC

    Got some errors [14:31:37.497] [Error - NpcScript Interface] [14:31:37.497] data/npc/scripts/bank.lua:onCreatureSay [14:31:37.497] Description: [14:31:37.497] data/npc/scripts/bank.lua:34: attempt to compare number with boolean [14:31:37.498] stack traceback: [14:31:37.498]...
  9. tocold

    Lua Help me to fix my bank NPC

    Its not what i want pall... cid is player who say transfer - I want rookers transfer money, but only to rookers - I want mainlanders cant transfer money to rookers Like this part of code I made but not work elseif talkState[talkUser] == 6 then p = msg if(getPlayerVocation(cid) ~= 0 and...
  10. tocold

    Lua Demon Oak Few Questions

    bump
  11. tocold

    Lua Help me to fix my bank NPC

    Why still giving transfer to rookers?
  12. tocold

    Lua Help me to fix my bank NPC

    I will make a new topic edited
  13. tocold

    Lua Demon Oak Few Questions

    I never make this quest on global tibia... But my players want this... I found script on this forum Topic: https://otland.net/threads/working-demon-oak-quest.40244/ But i have few questions: 1- Someone could give me itemid to book 'T' on the 4th img http://i32.tinypic.com/55jvo0.png 2- What is...
Back
Top