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

spells

  1. Adorius Black

    Spell Shamanic Ritual [TFS 1.4]

    Shamanic Ritual (exevo gran mas sham) <!-- 50 level--> <instant group="attack" spellid="28" name="Shamanic Ritual" words="exevo gran mas sham" lvl="50" mana="430" prem="0" direction="1" exhaustion="12000" groupcooldown="2000" needlearn="0" script="custom/shamanic_ritual.lua">...
  2. Adorius Black

    Spell 2 Shaman Spells [TFS 1.4]

    Great Shaman Beam <instant group="attack" spellid="28" name="Great Shaman Beam" words="exevo gran flam sham" lvl="29" mana="110" prem="0" direction="1" exhaustion="2000" groupcooldown="6000" needlearn="0" script="custom/great_shaman_beam.lua"> <vocation name="Shaman" />...
  3. Adorius Black

    Spell 2 Paladin Spells [TFS 1.4]

    Pallish <instant group="attack" spellid="23" name="Pallish" words="pallish" lvl="33" mana="130" prem="0" direction="1" exhaustion="5000" groupcooldown="2000" needlearn="0" script="custom/pallish.lua"> <vocation name="Paladin" /> <vocation name="Royal Paladin" /> </instant>...
  4. Adorius Black

    Exura Soft

    Boots of Life [TFS 1.4] Vocation: Shaman, Raised Shaman Create Pair of Soft Boots in front of you for 1 minute. Anybody can take them from ground. After 1 minute Pair of Soft Boots will disappear. 🌄 Preview: 🌄 💻 Install: 💻 <instant group="healing" spellid="159" name="Boots of Life"...
  5. potinho

    Lua [TFS 0.X] Convert 1.X Spell - Silencer Skill Reducer

    Hi guys, how are you? Can u please help me to convert this spell from TFS 1.X to OTX 2 (TFS 0.X)? local combat = Combat() combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_ENERGYHIT) combat:setParameter(COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_ENERGY)...
  6. T

    RevScripts Convert spell to revscript

    i need convert this seplls to RevScript, if is possible i need without event. I've tried to perform the conversion in numerous ways and I couldn't, so my last alternative is to ask you for help local combat1 = createCombatObject() setCombatParam(combat1, COMBAT_PARAM_TYPE...
  7. Codinablack

    [1.3+] Spell Converter

    Ok so I was working on a converter to turn the spells.xml file and the scripts for each spell in the spells.xml. The aim or goal was to read the .xml file and rewrite all the information to Revscripts for spells. This allows each spell to become modular and easily transferred or shared between...
  8. potinho

    Lua [TFS 0.X] Custom Spell for knights

    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?
  9. Adorius Black

    Lua [TFS 1+] !exiva on/off

    Hi OTLanders. I'm browsing otserver webpages to insiped myself with something and I came across an interesting feature which has one ots. !exiva on/off - lets say its only for vocation Sorcerer and it works like that: when you use: !exiva off - nobody can exiva you but when you use: !exiva on...
  10. Raikou

    Lua Spell buff animation

    I got the following working code for a spell that buffs critical skills. My (luxury) problem is that the animation to show that the buff is active on the person, is in my eyes not the greatest. Though I can't think of another way. Is there a better way to show that the character is buffed...
  11. Raikou

    Get skill within a Spell

    Hello all, I got a very basic problem/annoyance. Within a spell I want to get the players skill lvl. I tried several variations of something like below but i keep getting nill/nothing. function onCastSpell(creature, var, player) -- seems i cant get player here? local skill =...
  12. Adorius Black

    Spell [TFS 1.x+] Omicron

    ☠️ Omicron ☠️ 🤮 🖥️ Install 🖥️ <instant group="attack" spellid="910" name="Omicron" words="omicron" lvl="1" mana="1" prem="0" needweapon="0" range="6" casterTargetOrDirection="1" exhaustion="6000" groupcooldown="2000" needlearn="0" script="custom/omicron.lua"> <vocation...
  13. Yan18

    TFS 1.X+ [TFS 1.3] Summons Cannot Uses Spells From the Same Monster in XML File

    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...
  14. Adorius Black

    Lua Healing Spear heal monsters...

    Hi guys I want to create healing spear but here is problem. I want to heal only pleayers but it heals also monsters. I was searching little bit on OTland and found function with CallBack but can't figure out how to put it there. Is here any scripter who can fix it? Thank you. local animEffect...
  15. K

    A way to make this spell script simpler?

    Hi, what I'm trying to do here is to create the animations of the strike spells like real Tibia. Is there a way to make this spell cleaner? local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_FIREDAMAGE) combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_FIREATTACK) local...
  16. A

    Lua Spells do not dmg

    Hi, Can someome tell me why this spell do not dmg ? local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_ENERGYDAMAGE) combat:setArea(createCombatArea(AREA_SQUAREWAVE5)) function onGetFormulaValues(cid, level, magicLevel) local min = (level / 5) + (magicLevel * 1.4) + 8...
  17. potinho

    TFS 0.X Rune dont show charges

    I have a rune mana on my server. Her script is ok, their sales with the charges are ok but the rune does not show the charges in her description, I would like her to show them. can you help me? Tried to create a action to use but not worked. Follow my mana rune system spells.xml <rune...
  18. aqubjukr

    TFS 1.X+ Monster attack damages other monsters

    I was wondering if can put in a spell, that a specific creature take damage with the players Ps: The boss doesn't need to "go attack the monster", I just want the magic given to the player to also remove the monster's health local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE...
  19. Kuantikum

    Linux LINUX UBUNTU 16.04 [Error - LuaScriptInterface::loadFile] ¿Not finding the route files ?

    Hello guys! I have some issue with this... Opens normally on windows. I compiled in linux, when I open the server in linux, I get the following error: [Error - LuaScriptInterface::loadFile] cannot open data/spells/scripts/lib/ps/events/spells/Evolve.lua: No such file or directory...
  20. L

    Lua Spells conflict

    TFS: 1.3 Version: 10.98 I have 2 spells configured to apply DOT (Conditions), but: when I use the Mix throw, it looks like it's conflicting with agony ground. Agony ground is not applying dot. I tried to rename the functions but it still didn't work, it looks like both lua scripts are using...
Back
Top