• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

system

  1. nevereq

    Skill Upgrading Stones for Equipment

    I've found only this one, but i dont know how to change anything... maybe someone got simplier version? Hello! Im looking for Upgrade system with different types of upgrade. / or few scripts. - ID:[aaaa] - adds 1mlvl to the item - ID:[bbbb] - adds 1dist to the item - ID:[cccc] - adds 1melee...
  2. Lucas Primo

    [Order] Faction System

    Hello guys! I wish help to create a faction system for TFS 1.3 The idea: to have two NPCs, when taking an item to the NPC (A) it allows you to be part of the ALLIANCE faction, and by taking certain item to the NPC (B) it allows you to be part of the REBEL By being part of the faction there...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. 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