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

    TFS 0.X Detect a item on another to make a if

    Works! Thank you!
  2. zabuzo

    TFS 0.X NPC sell someitens for gold some items for another coin

    No bro, i was asking for a code base :D Because if i change the "data/npc/scripts/default.lua" for petter.lua i'll lose the trade window...
  3. zabuzo

    TFS 0.X NPC sell someitens for gold some items for another coin

    Did u have a base to sell normal items (for gold coin) in trade window + items for donate point on player give a message vipper star (for donate points)? So i can work on with things like: if(msgcontains(msg, 'vipper star')) then selfSay('Do you want to buy a vipper star for 30...
  4. zabuzo

    TFS 0.X Detect a item on another to make a if

    It's not even printing...
  5. zabuzo

    TFS 0.X Transform item on use with

    Thank you!
  6. zabuzo

    TFS 0.X Detect a item on another to make a if

    What do i doing wrong? <movevent type="AddItem" tileitem="1" itemid="7955" event="script" value="postman_parcel.lua"/> function onAddItem(moveitem, tileitem, position, cid) local postmanPos = {x=1732, y=558, z=4} -- north dp kazz if(position == postmanPos) then...
  7. zabuzo

    TFS 0.X Detect a item on another to make a if

    Whats the best way to detect if there is a item 1740 for example On item counter (1621) I need this base to make some scripts
  8. zabuzo

    TFS 0.X Transform item on use with

    How to do a script to when you use a dragon slayer (7402) for example in a altar like fire shrine (7504,7505,7506,7507) do transform the dragon slayer in a enchanted fire dragon slayer sword with 1000 charges (7748)
  9. zabuzo

    TFS 0.X NPC sell someitens for gold some items for another coin

    I have a item called donate coin: 6527 And i need some help just to a base to adapt to others NPCs I have this NPC who sell paladin supply stuff for gold: <?xml version="1.0" encoding="UTF-8"?> <npc name="Petter" script="data/npc/scripts/default.lua" skull="green" walkinterval="2000"...
  10. zabuzo

    OTClient Magic Wall Timer(pure hack)

    nice its work here now! how did you get MW id? how did u get items id for otclient?
  11. zabuzo

    Loot gold coin CandyBot

    Anybody know?
  12. zabuzo

    OTClient Magic Wall Timer(pure hack)

    @Yamaken ?
  13. zabuzo

    OTClient Magic Wall Timer(pure hack)

    it's start to crashing here :( after add your mw times codes... after i remove back stop to crash 2128 is for witch version? how to get items ID for OTclient? There is a way to print ID while look like is on bots for tibia?
  14. zabuzo

    Loot gold coin CandyBot

    Anybody know?
  15. zabuzo

    OTClient Magic Wall Timer(pure hack)

    Your client is not crashing too @Yamaken ? Because it's not work here, compile fine, but when i try to login, client crashes
  16. zabuzo

    Loot gold coin CandyBot

    What i dont understand is: This start looting: function AutoLoot.startLooting() BotLogger.debug("AutoLoot.startLooting() called") AutoLoot.looting = true AutoLoot.lootNext() end But where the fuck are the part where push the items?
  17. zabuzo

    Lua Help with this MOD

    Anybody know how to help me please?
  18. zabuzo

    Lua Help with this MOD

    I'm using a little edited script version from: https://otland.net/threads/mod-random-item-stats.130295/ But i want to remove percents thing on this base: http://pastebin.com/BvnDST54 I mean You see a bone club (Atk:12, Def:8). Not more (its how working on script) You see a deadly bone club...
  19. zabuzo

    [Mod] Random Item Stats

    bump it \/
Back
Top