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

    OTClient Passing a teleport and removing an item. TFS 1.3?

    This script is from the Pits of Inferno Quest. I want to remove the item as we pass the teleport so it can be used only one time. As we passa the teleport the item desapears. Thanks local destinations = { [2000] = Position(32791, 32331, 10), [2001] = Position(32791, 32327, 10) }...
  2. L

    Monster sprites of bounac and lion sanctum

    Can someone please send me the monsters sprites of bounac and lion sanctum for add in my server? Please? REP+
  3. L

    0.3.6 Door that charges to pass

    I need a door that charges money to pass and let the player be inside the location for 8 hours f.e. When the time is over, the player is kicked from it.
  4. L

    TFS 0.X Training for Money

    Need a door that charges 50k for a player to train for 6 hours. When the time is over the player is kicked from the room
  5. L

    TFS 0.X 0.3.6 Itens doesn't stack

    Need to know how to avoid itens from stacking Just like it was in 7.4
  6. L

    TFS 0.X 0.3.6 Need A Talkaction to Refil my Stamina

    Can someone help me with a script that fullfill your stamina with the comand !stamina?
  7. L

    TFS 0.3.6 Third Promotion By Talkaction

    Can someone help me with a talkaction and removeitem that gives us de third promotion? Thanks
  8. L

    TFS 0.3.6 - NPC SELLS SECOND PROMOTION NOT WORKING!

    I need a NPC that sells the second promotion, please!
  9. L

    TFS OTS 8.60 NEED HELP NPC EXCHANGE VIP COIN FOR VIP.

    In this script the NPC is selling vip for 100k, i want him to sell the vip for itens instead of gold. How can I do it? local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid)...
  10. L

    TFS 1.3 BUY PASS TO TRAINER

    I want to know if there is anyway to buy a pass or to pay a NPC in order to enter the training room and stay there for, lets say... 1hour every pass and when the pass is timed out the player would be automatically kicked from the room.
Back
Top Bottom