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

system

  1. ScorpionOT

    Quest System for 7.4 Realots

    -- Author: Rodrigo (Nottinghster) - (OTLand, OTFans, XTibia, OTServBR) -- Country: Brazil -- From: Tibia World RPG OldSchool -- Email: [email protected] -- Compiler: Tibia World Script Maker (Action) -- ScorpionOT -- 4360 4368 4363 quest -- 4329 pick -- 4328...
  2. elnelson

    [LUA] Party camping + cooking + sleeping + other

    Hello otlanders, i played an Indie RPG Game that has an interesting system so i had an idea implementing to open-tibia. Here are some functions the system could have there is a situation: Your hunt ends and you have 50% stamina, so your character is tired. so i need some scripts working together...
  3. L

    CreatureEvent Critical/Dodge System based on weaponSkill/speed TFS 1.2

    Updated 05/08/2017 So this is my first "contribuition" it's a critical system based on the weapon that you use and a dodge system based on the player speed and free cap. It has effects and texts for melee and ranged attacks. Wands/spells have only texts. Monsters can crit/dodge and everything...
  4. demon088

    Lua Buying potions Talkaction

    Hello again OtLand! I have TFS 1.1 and I was trying to create a talkaction which could be used to buy potions just by saying "!manapotion 25" and then money equal to the price of 25 potions (50gp each) could be charged to the gold you are carrying. But I can't set the amount parameter to the...
  5. Zoool

    Upgrade system

    Looking for "upgrade system" script. I want it to be useable on "all items" amulets, helmets, backpacks, weaapons (wand, rod, slingshot, sword,axe,club) armors, shields, rings, legs, boots etc.... Impotant is to make able to use on "xxxx, xxxx ids" 1 item can be upgraded only 3 items. upgrade...
  6. suicunei

    Lua Error Zombie Event

    So, I have installed a zombie event system, everything is okay but one thing: The teleport is created in X hour(eg 21:30) and it's closed 2min after(21:32). When it is closed, I got a console error, please help me to solve it: [21:3:44.399] [Error - GlobalEvent Interface] [21:3:44.403] In a...
  7. Mummrik

    NPC Bank system [0.3.6]

    Tested and developed for tfs 0.3.6 It might work for 0.4 aswell none vocation players cant transfer to other players, but if you have a vocation you can transfer money to any player even players whit none vocation. There is no limit for non vocation players to deposit money to the bank account...
  8. monkeyy

    Compiling Reward system (Dp option + error)

    Hello all, The reward system on my server finally works. I killed ferumbras and orshabaal to test it, when you looted the corpse I got a special bag, with the loot in it. However there is 1 problem and 1 thing I would like to have. Problem= Normally a player can loot a boss or he/she can...
  9. Extrodus

    [France] Blazera 8.6 || December 31st || Diablo Style Looting, Offline Trainers, Cast System & more!

    Server Information: Website: http://blazera.net | Port: 7171 Stages: 100x - 2x | Skills: 20x | Magic: 10x | Loot: 3x Map: Full Global Map + New Cities/Features Launches on December 31st at 2PM EST Join www.blazera.net today!
  10. L

    [Lua] Autoloot system for OTHIRE

    I just finished this, so its not fully tested, but everything seems to be working so far. When you open the corpse it grabs what's in your autoloot list. Grabbed the code from here https://otland.net/threads/autoloot.91385/ and converted stuff to tables Example of command usage !autoloot...
  11. G

    Solved How to insert db.query on function in talkactions?

    Hi guys, I need to run a talkaction is made an update on the table players, set cast = 1. I tried as follow, but not work. function onSay(player, words, param) if param == "on" then param = nil end if player:startLiveCast(param) then db.query("UPDATE `players` SET `cast` = 0...
Back
Top