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

    Script error on terminal console.

    Hi, I'm getting these error codes on my terminal and don't know what it is. I guess it's about: The First Dragon Quest :( What is wrong? Lua Script Error: [Event Interface] data/events/scripts/player.lua:Player@onRequestQuestLine data/lib/core/quests.lua:3490: attempt to compare number with...
  2. d0gw4r

    How to cancel Rashid missions?

    It didn't work, it says the npc didn't loaded on terminal console.
  3. d0gw4r

    How to cancel Rashid missions?

    Sorry but, just to not create another topic, there's a monster, Pixie, that isn't taking people drunk with her AoE spell, and it's 2 sqm more distant than the normal... how can I fix it too? /data/monster/Feyrist <?xml version="1.0" encoding="ISO-8859-1"?> <monster name="Pixie"...
  4. d0gw4r

    How to cancel Rashid missions?

    Okay, sorry keep you wating... It is at /data/creaturescripts/scripts/others directory: function Player.sendTibiaTime(self, hours, minutes) local msg = NetworkMessage() msg:addByte(0xEF) msg:addByte(hours) msg:addByte(minutes) msg:sendToPlayer(self) msg:delete()...
  5. d0gw4r

    How to cancel Rashid missions?

    Where can I put this? Is at line 17?
  6. d0gw4r

    How to cancel Rashid missions?

    Sorry, but i couldn't write it on the previous post... Now my /data/npc/Rashid.lua <?xml version="1.0" encoding="UTF-8"?> <npc name="Rashid" script="Rashid.lua" walkinterval="2000" floorchange="0" walkradius="3"> <health now="100" max="100" /> <look type="146" head="100" body="100"...
  7. d0gw4r

    How to cancel Rashid missions?

    Hello everyone, I just want to know how I can make Rashid buy loots from everyone, without requiring to complete mission. Now to my Rashid.lua: My /data/npc/scripts/Rashid.lua directory: local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler)...
  8. d0gw4r

    Feyrist Entrance Error

    You're my hero! Now it works!! Thank you!
  9. d0gw4r

    Feyrist Entrance Error

    function onUse(creature, item, position, fromPosition, pos, target, toPosition) if player:getStorageValue(Storage.Exaust.Time) >= os.time() then player:sendTextMessage(MESSAGE_STATUS_SMALL, 'You are exhausted.') return true end local player = creature:getPlayer() local...
  10. d0gw4r

    [MyAAC][Plugin] PagSeguro (Brazilian payments gateway)

    I looked for the log, but I guess there's nothing relevant inside. Take a look... I did the buying process again and refreshed the Bitvise Client, and the last log I saw was from 06:07:58 AM.
  11. d0gw4r

    [MyAAC][Plugin] PagSeguro (Brazilian payments gateway)

    I know it, but I when I click "Finalizar" (Finish), I'm redirected to /pagseguro.php and get that error. Look...
  12. d0gw4r

    Feyrist Entrance Error

    Hi folks, When I try to use one small ruby on a fire shrine nothing happens and the following error appears: Lua Script Error: [Action Interface] data/actions/scripts/others/firefeyristentrada.lua:onUse data/actions/scripts/others/firefeyristentrada.lua:3: attempt to index global 'player' (a...
  13. d0gw4r

    [MyAAC][Plugin] PagSeguro (Brazilian payments gateway)

    I'm also having this problem: When I try to put any item in shop offer I get stuck on this screen.... How can I solve this? Thanks!
  14. d0gw4r

    [MyAAC][Plugin] PagSeguro (Brazilian payments gateway)

    Oh, hi... I'm getting the following error when I try to buy coins. Here is my pagseguro.php configuration: Path: /usr/share/nginx/html/plugins/pagseguro This is my MyAAC folder (I'm using nginx with MySQL Server): This is my installed plugins: This is how I configured...
  15. d0gw4r

    [MyAAC][Plugin] Tibia 11 Store Images

    Hey there, I was with the same problem as you. All you have to do is, if your VPS machine don't have the php installed, and I suppose that you're using Linux S.O (perhaps Ubuntu?), then install it putting this command into your terminal: apt-get install php5-cli then put the following...
Back
Top