Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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!
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...
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...
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...
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...
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...
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...
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...
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!
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...
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...