Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature currently requires accessing the site using the built-in Safari browser.
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!
0.4
Hi guys, I'm having a little trouble trying to do this.
This spell add a storage to a player, and after 15 seconds, the storage backs to -1. I'm trying to use spells params=1 in spells.xml, just like exura sio and such, but it does not seem to work.
function onCastSpell(cid, var)...
0.4
Hi guys, I am trying to learn more about getSpectators to make creative spells for monsters.
I tried to make a simple script that would do the following: teleport the monster to a random player near it and start attacking that player, changing its target.
function onCastSpell(cid...
Hello there!
I've been trying to make a custom 'animated' spell, meaning it has a cast animation with subsequent animations that still deals damage.
Here's the code that I have so far:
local combat = createCombatObject() -->Needed in order for spells to do extra things.
setCombatParam(combat...
hello i would like to know where should i modify so my spells have an icon, currently im using spell id - 118 (eternal winter) for my custom spell and ive noticed 2 things.
1.- spell not showing on the spells list inside the spellbook
2.- spell has no Icon in the action bar/hotkey
Hello, some time ago I added some interesting spells to my server. Today I will share one of them!
Spell for EK with EQ element selected, here sov, sca or th in hand.
summons a few druids who regenerate hp, the spell takes% mana.
local combat = Combat()
combat:setParameter(COMBAT_PARAM_TYPE...
Hello guys, good morning.
Would like to ask if someone knows how to create a spell, to be used by monsters, to destroy a player's magic wall.
Thanks, any help is apreciated :D.
I would like to add a spell on my server that would work as follows: for 5 seconds (customizable) the knight will take 20% less total damage (also customizable) but will lose 50% speed in that time interval. Could you help me in creating this magic?
0.4
Morning, I know there is a lot of threads talking about the same error, but I haven't found one that helped me.
I made this spell, where after 2 seconds, deals damage on the target. Simple.
The problem is: if the player (or creature) that used the spell cease to exist (logging out or...
Hello Comunity!
I am looking forwards to create new custom spells for my OT Custom Server and i need someone who knows how to do that. This OT Server is based on a fantasy world i've been building up for my fantasy novels for more than 12 Years, and i want to create a full magic enviroment and...
Hello people!
As the title said, how can I use the function MonsterSpell to get a Spell and add in a monster by MonsterType:addAttack(Spell)?
I want to add spells not contained in xml from monster that respawns.
Hello Guys!
I created a spell in area that depending on the direction, will change the area and effect. When I use the spell, generate this error:
LuaScriptInterface::luaCreateCombatArea(). This function can only be used while loading the script.
stack traceback:
[C]: in function...
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 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()...
Created a spell that makes your summons more interesting to play with.
From the AcidsOT advertisement thread:
Create file in data/scripts/ folder, like empowermonster.lua and put this in:
-- Player spell (utevo gran res) that empowers summons
upgradedSummons = {}
local empower =...
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.
0.4
Hello guys, I'm here trying to do something with utamo vita. In my head, it would be more dynamical if the spell only absorb some part of the damage, not all the damage. In other words: If a monster (or other players) hit the dude with utamo vita and 100% is the damage, so what I want is...
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.
0.4
Hello guys, Im having a little problem here. I was trying to do a double exori, when the player uses the exori, it hits once, and them after 2sec, hits again
But, if the player moves, the exori will not follow him and it will happen in the spot of the first exori
local combat =...
Hi today I was little bit playing with viper_star.lua script and justice seeker.lua script what I downloaded months ago. I managed to combine these 2 scripts together and here is result. :) Sword has normal attack but there is random chance that it will make GIANTCUT!(area attack) with...