• 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!

Search results

  1. A

    Vip with 30 days storage

    I have 2 scripts that are giving vip to the player. and i need help to fix them 1- Vip through the Store, I edited it a little and left it that. However it seems that the Storage is not going out alone over time, I need the player to lose the storage after 30 days. because I'm using the Storage...
  2. A

    Error. Fishing and using mounts (Pokemon)

    The Forgotten Server, version 0.3.6 I'm having 2 problems related to Riding and Fishing 1- Brilliant Snorlax has no surf sprite, I have the Sprite but I spent hours and hours trying to find out where to add the Sprite Number, but I can't find it. 2- How do I prevent the player from fishing...
  3. A

    how to change damage animation?

    Good morning, I want to do the damage animation like this. but I can't figure out how to do it. would anyone know how to leave the animation that way?
  4. A

    Compiling Error

    I am trying to compile an OT Client, but it is giving this error during the worry. V. 8.54 /// Ot Cliente: 0.6.3 or 0.6.6 can anybody help me ??
  5. A

    Updating Tfs:0.3 to tfs 1.0. Help

    How to Turn a Server: 8.54 Tfs: 0.3 to Server: 10.98 TFS 1.0 ?
  6. A

    help with error in depot!

    TFS 0.3.6 OtServer: Pokemon Base: DXP 3.0 Good morning, I need to solve a problem on my server. I am willing to create a new city with a new Depot inside the temple. But I have the following problems. 1- I enter RME to add a depot in the city, but depot does not even recognize a city. 2- it...
  7. A

    Lua Script Error TFS 0.3

    I need help correcting this. plz <3 local msgs = {" use "} function doAlertReady(cid, id, movename, n, cd) if not isCreature(cid) then return true end local myball = getPlayerSlotItem(cid, 8) if myball.itemid > 0 and getItemAttribute(myball.uid, cd) == "cd:"..id.."" then...
  8. A

    Lua Item lock for player TFS: 0.3

    I would like to know how I can lock an item. 1- The player can not throw the item away. 2- The player can not throw the item on the floor 3- The only place he can put the item is in Depot. I really need a script like that. help me, plz.... <3
  9. A

    TFS 0.X Create New Poke Cooldown Bar (Help)

    I'm creating a new look for my Cooldown bar, but I can not move the icons to the Right. and I need to make this change to get the alignment and power to continue the project. Poketibia TFS: 0.3.6 this image is just a "TEST" will not be like this. LoL -- Privates variables local cdBarWin...
  10. 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...
  11. 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?
  12. 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...
  13. 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...
  14. 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
  15. A

    Help, Need script for outfits

    I'm needing a script that activates new Outfits through items] TFS 0.3.6
  16. 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...
  17. 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
  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

    I am using a script to collect plants. However, when the original plant returns, the former does not disappear and is full of bugs. function onUse(cid, item, frompos, itemEx, topos) local chance = 1 -- chance de cortar local madeiras = {17170} -- item que o player irá ganhar local...
Back
Top