• 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

    Lua Help to fix my try bountyhunt npc list

    It's not finish bro, idk how to make for ??????????????? table.insert(str, tostring(" {".. name .."}["..hunted by.."] for ".. reward .."k,\n") ) end
  2. infernality

    php problems with Znote

    That's not a row problem? "Example"
  3. infernality

    Lua Help to fix my try bountyhunt npc list

    Someone could help me to fix, and finish What I tried to make new? A list to wanted players in NPC ingame and not in website to be more RPG @maikons idea if (msgcontains(msg, 'list') then local str = {} for ??????????????? table.insert(str, tostring(" {".. name...
  4. infernality

    Lua Why still work transfer

    I'm not you... I'm doing my best... You don't need to download anything, you are free to don't help no one You've been here since 2007, I started to learn this month (join here this week) Good Bye! --- To problem.... I tried to change somethings, but i got some errors when i tried to transfer...
  5. infernality

    Remove stair PVP tibia 0.4

    Solved! Ty again again again =)
  6. infernality

    Lua Why still work transfer

    local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local Topic, count, transfer = {}, {}, {} function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid)...
  7. infernality

    Remove stair PVP tibia 0.4

    No prints: local condition = createConditionObject(CONDITION_PARALYZE) setConditionParam(condition, CONDITION_PARAM_TICKS, 500) setConditionFormula(condition, -0.5, 0, -0.5, 0) function onStepIn(cid, item, position, fromPosition) print(1) if not getCreatureCondition(cid, CONDITION_PARALYZE)...
  8. infernality

    Remove stair PVP tibia 0.4

    No errors / no work
  9. infernality

    Lua Offer expires tradeoff (Auction System).

    You make other topic and don't tell me there... I really want this system too...
  10. infernality

    Compiling Help to add this func on my sources

    Could you show to us, your changes in 1.2 to make it? So maybe we can try something using your base
  11. infernality

    Lua How to show bounty hunt list in NPC?

    What u mean? The full system is here: https://otland.net/threads/bounty-hunters-system-player-hunt-system.27721/
  12. infernality

    Remove stair PVP tibia 0.4

    It's will work? There is a way to fix?
  13. infernality

    Lua Why still work transfer

    I've tried, your was right... But could you guys help me? Idk, but just townid 7 is work... Id 9 is not... If player is from townid 7 its block, if is from town id 9 no block transfer Why? local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler)...
  14. infernality

    Remove stair PVP tibia 0.4

    Oh, sorry... Its edited... Ty again :) --- This question 2 (sources edits) It's easy?
  15. infernality

    Remove stair PVP tibia 0.4

    Ty @Zothion Ty so much!!! If anyone want use rope like was on 7x on 0.4 sources thats is the script: -- Rope Like was on 7x tibia version (credits: https://otland.net/members/zothion.201437/) function onUse(cid, item, fromPosition, itemEx, toPosition) if(toPosition.x == CONTAINER_POSITION)...
  16. infernality

    Remove stair PVP tibia 0.4

    Work work work!!!! Tyyyyy! Its not check if have a player on like was on oldschool... But its my fall like @Zothion said... he don't know old versions and i don't explain
  17. infernality

    Remove stair PVP tibia 0.4

    Now no errors on console, but u can get up with trash and without...
Back
Top