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

    Npc problem OTX 3

    Can i fix it?
  2. armyman

    Quests.lua TFS1.2

    I forgot uniqueid, thanks
  3. armyman

    Npc problem OTX 3

    I got this error in console when i talk with him. Lua Script Error: [Npc interface] data/npc/scripts/aldee.lua:onCreatureSay data/npc/scripts/aldee.lua:12: attempt to call method 'AddFocus' (a nil value) stack traceback: [C]: in function 'AddFocus'...
  4. armyman

    Quests.lua TFS1.2

    how i change this script to got the item with green letters? i got with white letters on screen Text -> You have found... etc function onUse(player, item, fromPosition, target, toPosition) if item.uid <= 1250 or item.uid >= 20000 then return false end local itemType =...
  5. armyman

    Client rsa help

    Don't work :/ idk where i change in sources of my server to work with rsa of y custom client
  6. armyman

    Can't compile on object builder error 3001

    Hello, i have problems to change some "sprites and items" on object builder, i'm using tibia 7.72 i got this error, i'm trying replace old sprites from tibia 7.4 on tibia 7.72 Error: Error #3001 at nail.otlib.things::ThingTypeStorage/compile() at...
  7. armyman

    [7.72] RealOTX with CastSystem - OpenSource

    this real npc's don't work in otx 3?
  8. armyman

    Help me Distro Recommend

    i'm trying work with avesta :/, i have many actions,quests,npc's in my pack... :/
  9. armyman

    Help me Distro Recommend

    hahahahahahahahah
  10. armyman

    Help to Spellbook Fix

    no work:/ i'm using avesta
  11. armyman

    Help to Spellbook Fix

    I need help to fix my spellbook, The Spellbook does not work Imgur: The most awesome images on the Internet Actions/ Spellbook.lua function onUse(cid, item, frompos, item2, topos) local count = getPlayerInstantSpellCount(cid) local text = "" local t = {} for i=0, count-1 do...
  12. armyman

    Help with Script (avesta)

    Now i got error when i move the character on "tile" Lua Script Error: [MoveEvents Interface] data/movements/scripts/rookgaard/spikesword.lua:onStepIn data/movements/scripts/rookgaard/spikesword.lua:11: attempt to call global 'getT hingFromPos' (a nil value) stack traceback...
  13. armyman

    Add new function server 7.4

    Ok, thanks so much. I'm going to work now, but at night i'll test Imgur: The most awesome images on the Internet this?
  14. armyman

    Add new function server 7.4

    In client i put it?
  15. armyman

    Add new function server 7.4

    The character go where i click use, work if im far of the "door" i click use in door, and my character go to close or open... but i think i know the solution... i need put in all grounds "use mod" i think this work, but idk what i need do to put use mod in tiles
  16. armyman

    Help with Script (avesta)

    avesta
  17. armyman

    Help with Script (avesta)

    i put it <moveevent type="StepIn" actionid="28002" script="rookgaard/spikesword.lua"/>
  18. armyman

    Help with Script (avesta)

    :: Loading MoveEvents ...Error: [MoveEvent::configureMoveEvent] No valid event n ame script Warning: [BaseEvents::loadFromXml] Can not configure event local item_position = {x = 32101, y = 32085, z = 7} local item_id = 2383 -- my custom function --...
  19. armyman

    Help with Script (avesta)

    I need help with this "Spike Sword Rook' script, i want do if the character walk in special sqm, the item 2383 in Position x=32101,y=32085,z=7) is deleted
  20. armyman

    Extra Xp bonus for Pacc (avesta)

    anyone?
Back
Top