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

    Remove stair PVP tibia 0.4

    if tmp and tmp.id ~= 0 and tmp.id < 100000 then
  2. infernality

    Remove stair PVP tibia 0.4

    [19:38:09.754] [Error - Action Interface] [19:38:09.754] data/actions/scripts/tools/rope.lua:onUse [19:38:09.754] Description: [19:38:09.754] data/actions/scripts/tools/rope.lua:32: attempt to compare nil with number [19:38:09.754] stack traceback: [19:38:09.754]...
  3. infernality

    Remove stair PVP tibia 0.4

    [19:35:16.020] [Error - Action Interface] [19:35:16.020] data/actions/scripts/tools/rope.lua:onUse [19:35:16.020] Description: [19:35:16.020] data/actions/scripts/tools/rope.lua:32: attempt to compare nil with number [19:35:16.020] stack traceback: [19:35:16.020]...
  4. infernality

    Remove stair PVP tibia 0.4

    You mean this? function print_r ( t ) local print_r_cache={} local function sub_print_r(t,indent) if (print_r_cache[tostring(t)]) then print(indent.."*"..tostring(t)) else print_r_cache[tostring(t)]=true if (type(t)=="table") then for pos,val in pairs(t) do if (type(val)=="table") then...
  5. infernality

    Remove stair PVP tibia 0.4

    I'm sorry, i was editing...
  6. infernality

    Remove stair PVP tibia 0.4

    function print_r ( t ) local print_r_cache={} local function sub_print_r(t,indent) if (print_r_cache[tostring(t)]) then print(indent.."*"..tostring(t)) else print_r_cache[tostring(t)]=true if (type(t)=="table") then for pos,val in pairs(t) do if (type(val)=="table") then...
  7. infernality

    Remove stair PVP tibia 0.4

    function print_r ( t ) local print_r_cache={} local function sub_print_r(t,indent) if (print_r_cache[tostring(t)]) then print(indent.."*"..tostring(t)) else print_r_cache[tostring(t)]=true if (type(t)=="table") then for pos,val in pairs(t) do if (type(val)=="table") then...
  8. infernality

    Remove stair PVP tibia 0.4

    :( Just a break line on console function onUse(cid, item, fromPosition, itemEx, toPosition) if(toPosition.x == CONTAINER_POSITION) then doPlayerSendDefaultCancel(cid, RETURNVALUE_NOTPOSSIBLE) return true end toPosition.stackpos = STACKPOS_GROUND local itemGround =...
  9. infernality

    Lua How to show bounty hunt list in NPC?

    No one could help us to finish it work? local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) -- OTServ event handling functions start function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function...
  10. infernality

    Compiling Help to add this func on my sources

    Is possible check ping on 0.4 sources?
  11. infernality

    Compiling Help change spawnrates per players online

    I tried to make !serverinfo to show this new system but i got some errors Anyone could help me? [18:6:20.583] [Error - TalkAction Interface] [18:6:20.583] data/talkactions/scripts/serverinfo.lua [18:6:20.583] Description: [18:6:20.583] data/talkactions/scripts/serverinfo.lua:5: attempt to...
  12. infernality

    Remove stair PVP tibia 0.4

    It's simple If have 1gp or anyother item on this hole, u cant use rope and get up if u not remove that trashs.... Do you have any idea how make this thing on player.cpp? player.cpp: http://hastebin.com/mewoxegaca.cpp
  13. infernality

    Lua Why still work transfer

    You mean remove bank from Rookers and Dawnporters? Isn't better fix the bug?
  14. infernality

    Remove stair PVP tibia 0.4

    LOL, it's really possible just edting rope.lua?
  15. infernality

    Lua How to show bounty hunt list in NPC?

    Waiting for
  16. infernality

    Compiling Help to add this func on my sources

    Someone could fix this base? I will try make something like monsters stop attack
  17. infernality

    Lua offer expires Offline player to player item trader (Auction System).

    When clean could use old ids? For example: My item ID 25 was deleted... And after delete, my brother create a new offer, its will be ID 25?
Back
Top