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

    help, change in script

    UP
  2. A

    help, change in script

    TFS 0,3 local cogumelo = mushroom[itemEx.itemid] if cogumelo then local random = texts[math.random(1,#texts)] if math.random(1,100) >= chance2 then addEvent(doPlayerAddItem, 3*1000, cid, cogumelo, math.random (1, 8)) local old_id, old_pos =...
  3. A

    help, change in script

    No, this scrip is for the player to collect items. I want when the player picks up the item, the amount of items that he has collected will appear inside the message
  4. A

    help, change in script

    up
  5. A

    help, change in script

    How do I add the amount of items that the player got in this scrip? I was able to put the name of the item it collects, but I could not put the amount doSendAnimatedText(topos, ""..random.."", TEXTCOLOR_RED) addEvent(doPlayerSendTextMessage, 3*950, cid, 20, "Voce coletou...
  6. A

    Request script for pokemon

    Yes, I know it's a Otclient module. I managed to get a similar one, but I can not activate it inside my client. local DexWindow = nil function init() connect(g_game, { onGameEnd = onGameEnd }) DexWindow = g_ui.displayUI('dex') DexWindow:hide() ProtocolGame.registerExtendedOpcode(27...
  7. A

    Request script for pokemon

    I'd like to put a pokedex similar to this, on my server. Could someone help me find one. or do?
  8. A

    Bug in the swapping script

    You managed to make him more upset xD but its alright
  9. A

    Bug in the swapping script

    I made some changes to the script to do what I wanted. and it was working normally, but out of nowhere it stopped working. and I do not know what could be. the script has a life of its own kkkkkkk function onSay(cid, words, param) if getPlayerItemCount(cid, 17156) < 100 and...
  10. A

    script error! Unique item

    I made this script that when a player opens the initial box he wins certain items but I need all the items in the box to be unique items. but the items are not coming as unique. TFS 0.3 pokemon local itens = { {2394, 100}, {12349, 20}, {17179, 1}, {17180, 1}, } local storage = 598 local...
  11. A

    help, unique items TFS: 0.3.6

    I need a script for a BOX. when the player opens the box, all items are seen as unique items. Or a script to leave specific items as exclusive items. as soon as the player picks up the item it will become a single item
  12. A

    Help, Need script for outfits

    I'm needing a script that activates new Outfits through items] TFS 0.3.6
  13. A

    mudança no código

    I'm making an exchange system. and for the player to get the item, he needs to swap 2 items instead of 1. I tried to make some changes but always the error, how to fix this? TFS : 0.3.6 function onSay(cid, words, param) if getPlayerItemCount(cid, 2145) < 10 then return...
  14. A

    help. bug in the teleport sprite

    How come you do not have a screenshot? This is what? it's not in tibia.spr /.dat this animation can be changed in some file in (SendMagicEffect)
  15. A

    help. bug in the teleport sprite

    I have a problem with teleport animation. when a player uses the teleport comes out this Skill animation. I wonder where I can change this animation
  16. A

    TFS 0.X Help create a trade system // TFS 0.3.6

    in fact there is, use a somewhat old system. where the craft window looks like this. but I want one that I can put the other look ^^
  17. A

    TFS 0.X Help create a trade system // TFS 0.3.6

    but my version has opcode active. I am using some opcode functions on the server that are running both on the server and on the clients ex: OPCODE_SKILL_BAR = opcodes.OPCODE_SKILL_BAR, OPCODE_POKEMON_HEALTH = opcodes.OPCODE_POKEMON_HEALTH, OPCODE_BATTLE_POKEMON =...
  18. A

    TFS 0.X Help create a trade system // TFS 0.3.6

    HuatsonOT(DXPv3) TFS: 0.3.6 I need to create a trade system on my server, with these functions. 1- when the player presses on the specific item, a window will open. 2-Where the player can exchange the items he owns, for items he can create. 3-next to the item he wants to craft will have a...
  19. A

    Lua error in item decay. Help

    Many thanks Apollo, you really helped a lot :D
  20. A

    Lua error in item decay. Help

    Poketibia HuatsonOT(DXPv3) TFS 0.3.6
Back
Top