• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. I

    Lua Help with sendMagicEffect appearing on the player

    Nevermind, the formula I was using was with a low damage.
  2. I

    Lua Help with sendMagicEffect appearing on the player

    It worked, thank you so much.
  3. I

    Lua Help with sendMagicEffect appearing on the player

    The effect appear on the master again, no error on TFS. Also, while we are trying to fix it, I would like to use this formula to do damage: function onGetFormulaValues(player, skill, attack, skill, factor) local maxHealth = player:getMaxHealth() local maxMana = player:getMaxMana()...
  4. I

    Lua Help with sendMagicEffect appearing on the player

    Icarai has logged in. 1 just that
  5. I

    Lua Help with sendMagicEffect appearing on the player

    I imagine I didn't need to do that, because it was basically working, only the effect appearing in the wrong place, but thanks for the example, I didn't know how to put the event on the monster.xml I tested and it doesn't appear the effect and no error appear on TFS
  6. I

    Lua Help with sendMagicEffect appearing on the player

    No. I only made the spell and registered the creaturescript. <?xml version="1.0" encoding="ISO-8859-1"?> <monster name="Barrel" namedescription="a Barrel" race="blood" experience="0" speed="0" manacost="0"> <health now="1" max="1" /> <look type="1168"/> <targetchange interval="4000"...
  7. I

    Lua Help with sendMagicEffect appearing on the player

    So I tested this, and no errors appear on tfs, but the effet doesnt appear
  8. I

    Lua Help with sendMagicEffect appearing on the player

    So for it to work like I need, I should take off this part? if master then combat:execute(master, numberToVariant(cid)) I took it off, but still appear the effet on master instead of summon local position. Is there a way to solve this and achiev what I need?
  9. I

    RevScripts Item task quest TFS 1.3

    That's it, the character I test it, was free account and I didn't realise it.
  10. I

    RevScripts Item task quest TFS 1.3

    Like always you are making great scripts, thanks man. For some reason I didn't get the outfit, the addon and neither the mount, but that ain't a problem, I will just put the itens for outfit, addon and mount to be dropped as item reward.
  11. I

    RevScripts Item task quest TFS 1.3

    That's awesome, thank you so much. I have a question, I see that after you delivery the first package, it didn't appear for the player to get the same task again. Is it possible to be able to repeat task?
  12. I

    RevScripts Item task quest TFS 1.3

    Thank you, it will help a lot. It doesn't need to be revscript, do it the way you feel it's better.
  13. I

    Lua Spell that send a arrow to multiple targets TFS 1.3

    Thanks for the explanation, very easy to understand. OBS: for some reason I can't quote you guys on the answers
  14. I

    Lua Spell that send a arrow to multiple targets TFS 1.3

    Now it's working perfectly, thank you very much, didn't know that there was such thing as Game.getSpectators.
  15. I

    Lua Spell that send a arrow to multiple targets TFS 1.3

    I did everything ok, it appears on TFS that the script is registered, but when I say the words, nothing happen. No erros on TFS.
  16. I

    Lua Spell that send a arrow to multiple targets TFS 1.3

    I tried out your spell, but it didn't work. I found a similar script in one of my old servers and it works like I need. Thank you for trying and I will leave the script here for someone else who may need. local combats = {} local spellConfig = { combat = COMBAT_DEATHDAMAGE...
  17. I

    Lua TSF 1.3 Summon deal damage base on player(summon master) skill and level

    Thank you very much, it work just as I wanted
Back
Top