• 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. 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...
  2. 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...
  3. 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 :(
  4. 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...
  5. 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...
  6. 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)...
  7. 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">...
  8. 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...
  9. herki17

    Script - 2 weapons

    Hi, I'm looking for a script which allows player to use 2 weapons at 1 time (2 axes/swords/bows, 1 of them in shield slot).
  10. herki17

    Script - eq giving various stats for classes [TFS 1.3]

    Hi, I'm looking for a script which makes 1 item (eg. leather armor) add various stats for different classes (eg. mlvl for sorc, sword for knight). Info: TFS 1.3
  11. 1

    TFS 0.X need help with auto paypal script

    paying you to set it up through teamviewer to get it fully working, geisor aac tfs 0.4
  12. Falacchi

    Lua help fix potions bugs otx2 772 based on tfs 0.3.7

    Hello otlanders Well, i have this bug and consists in that if a player uses a manafluid/lifefluid or other potions fluids and uses the fluid to drop it on the backpack, the fluid doesn't fall to the floor and i get this exe console error [Error - Action Interface]...
  13. opsdan

    TFS 0.X (TFS 0.4) Startskills error (enforced)

    Friends good night. I have a problem that is preventing me from placing my enforced online. I've tried everything, and I'm getting discouraged :/ I think the problem is simple: I can not configure my startskills! As much as I put the skills I want at startskill.lua, players are born bugged. My...
  14. V

    Server 7.6 HELP URGENT

    Hi, im looking for someone capable or interested in helping creating a 7.6 tf server, like the one Becks had many years ago, of course we want the server to be sql or so, or even the xml type, the only problem with the xml servers we have is that they have an automatic afk check system that we...
  15. oshrigames

    Decay weapon Lever please.

    hey. im looking for lever script that will decay all enchanted weapons back into normal. cost of the change is 5k. i tried make one myself but, the amount of errors i got could destroy the death star. () so i look for more experience one to help me out here. visual example: if there's...
  16. Selenia-Global

    Lua Old Script to TFS 1.2 Conversion (Dice NPC-Not Mine)

    !!Hello! Im sorry if this is in the wrong thread I really couldnt tought of a better place.... But I want to kindly ask for a "fix" to this Dice npc, Im using TFS 1.2 in a 10.100-10.46 Client. I tought that this could a nice addition to the server but somehow I cant get it to work properly, i...
  17. K

    [SZUKAM] Szukam osób do ekipy serwera

    Witam szukam ludzi chętnych stworzyć serwer RP Szukam skryptera/ów. Mogę zaoferować: - Opłacanie serwera - Zaangażowanie w projekt - Komunikację - Milą atmosferę Oczekuję od skryptera: - Zaangażowanie - Znajomość pisania kodu w LUA Kontakt: Discord: Gawsh#6001 albo serwer na...
  18. Nokturno

    NPC Request

    hello ppl, hope u r doing fine today. i hope someone can create this for me, i need a npc that yells any text continiously like " hurry up , we are leaving!", also when you speak to him he gives you this text: you: Hi NPC: This is the worst place to be if you want to Leave i can take bla bla...
  19. E

    C++ How to make its possible

    Hello guys, anyone can help-me with a question? Hello everyone, I would like to know how to keep the trade window from all available, even if there is no money in backpack to buy certain item. Like this For this, without money of course. I want to leave everything available, but when...
  20. Loremaster7

    Lua False Quest, lose health... Help!!

    When the player clicks on the box, he will lose blood and have 1 hp ... Help!!! ************** Script: function onUse(cid, item, frompos, item2, topos) msg = "Die!" posplayer = getPlayerPosition(cid) hit = math.random(50,150) doPlayerSendTextMessage(cid, 22, msg) if item.uid == 65457...
Back
Top