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 guys!
Is there any event or function to change monster's spells in-game (real time, after loading distro)? Is it possible?
For example, a Lava-Golem has Fireball spell and a player click in a lever in a quest, and after that, the Lava-Golem at the area lose the Fireball spell.
Hello people!
Is there a way for a summons cannot uses spells that the same monster (enemy) has in attack tag in xml file?
For example, the monster Magma Crawler has the attack:
<attack name="magma crawler soulfire" interval="2000" chance="20" />
And I want that I summon him, the Magma...
Hello folks
I want to know how to "hide" or don't show words when a player says a talkactions.
For example, a player says "!online" and the comand "!online" cannot show at the screen. Other players can't see the comand from another player.
Hello guys!
I wanna create a spell by RevScripts using combat:setCallback instead combat:setFormula because setFormula is static and I can't get summons from a player.
I tried to create a spell, but have no damage (0 value damage):
local combat = Combat()...
Hello community!
I've been searching around, and found some brilliant scripts that made it rain some (CONST?) effects from the sky and in the ground.
I was thinking if perhaps it is possible to add new effects types on source and then adding new images (gifs or pngs) for this effects.
If...
Hello community!
I followed this thread:
Darkhaos Achievements LIB/Talkaction
Changed some functions to try and make it work but unsurprisingly, did not manage.
So I decided to call you experts for help. ;)
Could someone make/share a working talkaction just like @Evil Puncker's that checkes...
Hello community!
I am using TFS 1.3 and Znote's store revscriptsys, and did not manage to send items directly to store-inbox.
I've followed some threads, but still was not able to make the modification work.
thread most similar
Does anyone knows a way to make it work?
Thanks in advance
Jaki
Hello community!
I really needed a way to check the player storages and as I could not find a simple way to do that, ended up creating this NPC that has helped me a lot already.
If anyone is interested in doing some quest or really any kind of script that uses storages, this could be handy...
Hello Community!
I was searching the forum for a way to implement a quiver system and found this post:
After following the tutorial and experimenting some things here and there, I tried to make some alterations.
First of all, a little modification to @Infernum 's edit, allowing to add multiple...
Hello! I have a problem when I give account password recovery by sending an email and I don't get it. Log from Mail-error "Could not instantiate mail function."
Hello guys!
As the title says, I would like to know how to create an instant spell. I'm learning how to use RevScripts and I would like to know if there is someone that can explain me how to do that.
If is possible, to create a easy spell, as Fireball for example.
I'm currently using TFS 1.3/4 Downgrade from Nekiro. Stock code from github and stock OTClient 1.0 from Mehah. This error happens with or without GM account.
I have no idea how to explain this, but I can leave some images. Hope someone can figure it out or has experience with something like...
Hello folks!
I'm learning how to create spells and I would like to know how to do for the summon's player use a specific spell when a player to click in an item? For example, the player click in gold coin and the summon of the player use Fireball.
Hello ppl.
My players told me, that step in poison fields always do fix 100 dmg IF you aren't already poisoned. Otherwise you won't get dmg.
All monsters can move across it without getting any dmg.
I've already checked the step in but can't find a file that handles dmg of poison fields.
Can...
Hello all,
I got a problem with getting the onKill event triggered more than once.
Several checks have been done and my conclusion is that the script gets triggered several times.
The script is called within the creaturescript:
<event type="kill" name="Bosskill" script="Bosskill.lua"/>...
Hello guys! I need a little help.
I need to get the name of summons when a player summon die. I tried with onPrepareDeath and onDeath, but I haven't any results :(.
How can I do that?
Hello Community.
The idea is to have a message pop up everytime the player changes locations, with the intent of making the locations and name of the places better known.
Searching the forum I found some ways to make messages appear on the screen, but almost always based on a timer (onThink...
Hi guys, I've searched several forums trying to resolve my question, but I was unsuccessful, I'm trying to make the autoloot on my server to automatically deposit the monster's gold in the player's bank (only the gold, the monster's loot remains in the backpack), what I've discovered so far is...