• 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 [0.4] DemonOak error

    I'm tryng to use this demonoak script: https://otland.net/threads/working-demon-oak-quest.40244/ I made my changes (positions/solve a error): But i found this error: [9:24:42.277] [Error - Action Interface] [9:24:42.277] data/actions/scripts/demonOak.lua:onUse [9:24:42.277] Description...
  2. tocold

    Lua Why still work transfer

    I tryng make to If player is not from rookgaard or not from dawnport They can't transfer money to rookers/dawnporters What is worng? if(getPlayerTown(cid) ~= 7) then if(getPlayerTown(v) == 7) then npcHandler:say('You cant transfer money to players from Rookgaard.', cid)...
  3. tocold

    Lua Help to configure demon oak

    https://otland.net/threads/working-demon-oak-quest.40244/ I want put this /\ DemonOak system in my server... But i have some questions In 102-demonOak.lua What is this 2 values? kick = {x = 110, y = 75, z = 7}, -- wtf? demonOak = {x = 105, y = 82, z = 7} -- wtf? --PLEASE SPECIFY HERE...
  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

    I will make a new topic edited
  6. 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