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

spell

  1. C

    Block Renegeration

    Hello. I'm developing a spell that the user stays invisible for a certain time. So far so good, but I wanted to make sure that while the character is invisible, he does not have regeneration. Is there any constant or something I can set in the player so that it is unable to regenerate HP / MANA?
  2. D

    Healing over time spell tfs 1.2

    Hello, im looking for healing over time spell, with healing values same as exura lets say about 4 ticks every 1 second that heals Can somebody teach me how to do it? Thanks
  3. elnelson

    [0.4] Elemental resistence

    Hello, otlanders i got an idea: I need a spells that add player % elemental resistence (fire, Energy, earth etc) for 35 secs Also a 3x2 square that bring 100% elemental resistence when standing there :) I really dont know where to start tho. Im using tfs 0.4 r3774 (8.6) Thanks
  4. M

    TFS 1.X+ addEvent with Spell Behaviour

    for the past few hours I was trying to figure out why my spells behave that way, here is an example video. Followed by the actual script. If anyone has solution, please let me know. Thank you :p <instant group="attack" name="testb" words="testb" lvl="0" mana="0" prem="0" direction="1"...
  5. Gicu

    Spell IMMORTAL SPELL

    HI If not working please write errors! -add line spells.xml <instant group="support" spellid="144" name="Immortal" words="Immortal" lvl="1" mana="1" aggressive="0" selftarget="1" cooldown="1000" groupcooldown="1000" needlearn="0" script="immortal.lua"> </instant> ---create lua...
  6. Gicu

    Spell TFS 1.2 Invisibility, Ghost Spell, Hide.

    -----------------START-------------- Hello ;) I see many question about this spell i make this for all. can crash so make copies! English LOW ALERT! -add line to spells.xml <instant group="support" spellid="144" name="INV" words="INV" lvl="1" mana="1" aggressive="0" selftarget="1"...
  7. D

    TFS 1.X+ Help me understand object and effects display

    Hello, Im about to edit some existing objects and effects, and my problem is that i cannot figure out how to make a 1 effect to spell, that hits multiple tiles. For example (Effect made by object builder) How to make spell with area damage {1, 1, 1}, {1, 3, 1}, {1, 1, 1} That displays only...
  8. I

    TFS 1.X+ Exhausted from spell.cpp

    Good night everyone, I come across a rather annoying problem and wanted the help of you, tidying up the Exhausted from my server I came across a problem, in which a heal spell, not used with a combo spell, etcc. I noticed that they were separated into groups, even when editing xml, one can not...
  9. E

    Mana healing spell, spell that gives resistance

    I need a spell that heals mana for 5% every 1 second 6times, then last one for 10%. another spell i need is a spell that gives 10% resistance for 10 minutes. Tfs 1.3
  10. astamor

    C++ Custom spell effect doesn't disappear and doesn't follow character.

    So, I've added new spell effect to my server, animation works properly, it doesn't bug anything but.... I took exura spell and changed the effect from CONST_ME_MAGIC_BLUE to my CONST_ME_PRAD. It kinda works, the new effect is animated, the problem is: * It does not follow character, if I'm...
  11. nevereq

    Looking For Old "Blazing Berserk"/Calcitro Mass Please help - video

    Hello! Like in the thread... Im looking for this spell for years... :(:mad: ~need it for tfs 1.2
  12. Misterion

    Lua Limit spell range when targeting

    EDIT: I forgot, im using TFS 0.3.6 I know it sounds like a simple question but it's for a custom spell, where the caster becomes invisible and sneaks up on the enemy when he clicks to attack. I wonder if there is any function to activate this only if the enemy is melee. Explaining the spell...
  13. JohnColner

    Slow Rune Help

    I'm trying to make a rune to slow down the player attacked by it for 3 seconds without utani hurting the effect, could someone help me? dry my test. local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_ICEAREA) setCombatParam(combat...
  14. N

    Lua Position of spell when mooving!

    Hello i have a problem, my spell is ok but when i move the spell em is like getting out of position, why? Screen: On second i casted spell with position on first pickture and move to left. Why is happening that? local test12 = test() test12:setParameter(test_PARAM_TYPE, 2)...
  15. Nekiro

    Spell [TFS 1.x] Summon Explosion Spell

    Hello, I was bored so I looked into forums and someone needed this, so here you go. How does it work? It summons x monsters and if these monsters are near their target they will explode dealing damage. local monsterName, monsterCount = "demon", 4 -- time is in seconds local combat = Combat()...
  16. S

    Spell Storage Target - Help [TFS 0.4]

    Hi people, I'm trying to create a spell AREA that adds storages in TARGETS per 5 sec, its possible? local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_HEALING) setCombatParam(combat, COMBAT_PARAM_EFFECT, 31) setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, true)...
  17. N

    TFS 1.2 spell wave SOLVED

    Hello, anyone can create simple spell with 2 function where i can give 2 anothers effect? in others places, with position character, ex: left is effect 1,2, right effect 3,4 i Just go from 0.3.6 to 1.2 and spells from there isnt working ;c I wanna create wave for db ots like kamehameha.
  18. Lucas Primo

    Silence Spell for tfs 1.2+?

    hello! somebody can help me to create silencer spell for tfs 1.3? * The actual post in otland doesn't works
  19. GhostWD

    New exhaust types

    Hello i have started playing with exhausts in spells i have added to tfs04/spells.cpp at master · Fir3element/tfs04 · GitHub something like if(agresive) player->addExhaust(exhaustion, EXHAUST_COMBAT); if(!agresive) player->addExhaust(exhaustion, EXHAUST_HEALING); if(isCombo1)...
  20. S

    Spell Antidote Rune 7.6

    Hi, Does anyone have a script to cure poison ? (Deadtouch 1.9 - Tibia 7.6) or if you know how could you try convert me this part of code on script lua ? if(spoken=="exana pox"){ MagicEffectClass pox; pox.animationColor = 0; pox.damageEffect =...
Back
Top