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

script

  1. bybbzan

    Replace item script?

    Hello I need a script that replaces items, in this case so the gate looks open. Here is a picture how i would like it to look before and after you pull a lever. Then the gate closes again after like 30 sec. Is that possible? Thanks in advance.
  2. H

    Lua I Need help in the script

    Hello Guys, someone can help me? function onStepIn (creature, item, position, fromposition) local player = creature:getplayer() if not player then return end if creature:getplayer player:teleportTo(Position(32722, 32242, 8)...
  3. H

    Lua Help with Script Skill Points.

    Hello, how are you? So I am using this script for every lvl that upa earns "Skills Points" I am with 2 doubt. 1st I wanted that when the upa character appeared a message on the screen something like "+1 Skill Points!" I saw that in Script there is a message area, but it is not working...
  4. Asheex

    Super Promotion Scroll TFS 1.2

    Hey, I need a script that after clicking on a given item will change the character's profession to a better one For example: knight> super knight> ultra knight Knight have ID 4 on Vocation.xml Super Knight have ID 8 on Vocation.xml Ultra Knight have ID 12 on Vocation.xml So generally there...
  5. marvado

    Discount game n-store

    Good night. I have a TFS 1.2 server and would like to buy a premium premium on their website to buy tibia coins. All the items on my server, all the purchase is made by the store. Does anyone know how to do it and can you help me? Thank you.
  6. Asheex

    A script that changes the player's ID Group after use

    Hello, I need a script that will change the player ID group after using the item. For example, after using an item with ID 1750 ID, the group from the player will change to Tutor. So from Group 1 to 2 I need a script that will change player group 1 to tutor group 2 Automatically: <group...
  7. villelagui

    NPC Bless Talk

    So, i have all bless npcs on my server, the bless system changes the price depending on the level, till this point it's working great, but the npc always says the wrong price but charges the right one, wanted to know if i can make a math with the basecost + (value per level starting from 30...
  8. villelagui

    Help with Globalevent

    So, i got this script , already configured everything and it's working great, however i wanted to add an exception, for when the player is in protected zone the script wont affect them... Here's the script: function onThink(interval, lastExecution) for x=1,#getOnlinePlayers() do if...
  9. Sotomayor

    Gesior 0.3.7 support.php bug script

    Hello greetings for all, i have a problem with this scripth i try to fix my problem are the last access and status online or offline dont work, but down they work all, but i want the first table not the second tables because i dont like it jeje, could someone can help to fix this please? good...
  10. W

    Need help with script.

    It has probably been over 5 years since i last worked on an ot. But i remember having a rune that removed utamo and i know kummerack 8.0 used the same kind of script on the sword that removed utamo. But i forgot what the code was. Can any1 help? Also: any cool scripts/effects for items u know or...
  11. B

    Health/Mana Potion for all vocations script help

    Hello someone can help me with this script? I want one potion for all vocations Example: 800-850 mana for mages. 400-450 Health and 350-400 Mana for paladins. 1300-1350 Health and 200-250 Mana for knights. TFS 0.4 local t = {level = 8, mana = {600, 650}, health = {1100, 1150}, voc_add = {...
  12. J

    Use the conversation window, when we do not have the modal

    I would like the script to use the window of choice of converts, (Chanel) for me to do as if it were a modal, I want me to get through an area so that when I step on the tile the window appears and I clicking on the chosen one takes me to a certain place, making me something and of course. as...
  13. K

    AAC SELLING VOCATIONS HELP!

    Hello everyone, anyone who can help or collaborate I thank you immensely, I am having difficulty implementing the vocation acquisition by the site, my server is from NTO, instead of using item that the person receives the vocation, or NPC that sells the vocation , I'm trying to do the site, so...
  14. A

    TFS 1.X+ [DOUBT] Level for private message

    OTX 3.0 I would like to set the minimum level for the player to be able to send Private Message. I've already managed to set the minimum level for Chats: Help, World Chat and Adversiting. They are in Data> Channels. Then I opened the files and edited the codes. However, I can not find the...
  15. P

    TFS 0.X Proboscis Monkey NPC Bug.

    Hello again. Now i have problem. My npc is not Police Officer xd local npc = getNpcCid() doCreatureSay(npc, string.format("%s rolled a %d.", getCreatureName(npc), random_rollval), TALKTYPE_ORANGE_1, false, 0, dice_pos) Help :(
  16. nugo

    Script that only allows access through a teleport every X hours

    Hello, I have had a look myself but couldn't find much, might be looking in the wrong spot. Im essentially after a script that lets the person use the teleport once every X days/hours/mins. Essentially the teleport will allow a player to do a "dungeon" run once a week for example. If someone...
  17. Manigold

    Add message when player is defeated

    i'm using a pvp arena scrip, and works fine , but i want to add a message when player is defeated , and to the player who won , like: MESSAGE_STATUS_CONSOLE_BLUE,'[ARENA] You defeated (player name) . MESSAGE_STATUS_CONSOLE_BLUE,'[ARENA] You where defeated by (player name) . Someone can help me...
  18. Ascuas Funkeln

    Stamina Modify Problem

    Hello i have little problem, im new in making scripts and need little help :p I want turn"Stamina" into "EXP Boost" I make Item that Refill Stamina by "x" minutes, but now i have bigger problem. Thats should work like that: 0 Stamina = Normal EXP (1X) More than 0 Stamina = Double EXP (2x)...
  19. LIINDI

    AAC Anyone know how to add this bar?

    Hey guys! Do anyone know how to add this script to the aac? The online count is linked to "whoisonline" on the aac. Not trying to copy ezodus. I will ofc customize it! Pretty sure this is the script but not sure where to put it. <div class="status-bar notranslate"> <div class="container">...
  20. herki17

    Script - passive abilities

    Hi, I'm looking for a script which gives each vocation passive ability (they will work all the time) if possible: - if you're in party, members have increased healing power - X% monster damage resistance (only monster damage!), X% mana/health regeneration/s, - arrows, bolts can hit 3 enemies at...
Back
Top