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!
Behaviour from <=7.72. I dont know if 7.72+ aswell. Can someone do that?
[IMMUNE MONSTERS]
1. energy and fire fields display const_me_blockhit animation when an immune to the field type monster steps on it and only on step in. Currently animation alaso lasts every time when a monster burns or is hit by energy so it is wrong
2. same for poison field but instead of const_me_blockhit i want const_me_green_ring
[NORMAL BEHAVIOUR]
1. i dont want poison gas to deal any damage on step in, only animation of const_me_green_ring appears
2. If for examplea an ancient scarab poisons you and you step on poison gas, poison gas doesnt add condition because ancient scarab's condition deals more total damage than poison gas in total. same with runes, player who was hit by soulfire rune and stepped on fire field or energy field, should receive damage on step in but not condition a soulfire rune condition deals more damage in total than fire field.
Post automatically merged:
I have an idea, it is a bit shit coding but its working for not displaying damage on poison fields and instead of blockhit, poison animation:
delete this previous code in
1. bool ConditionDamage::startCondition(Creature* creature)
and here aswell:
2. void ConditionDamage::addCondition(Creature* creature, const Condition* condition)
delete this:
and replace with this one:
whenever initDamage is ZERO (so only poison gas deals zero damage) it displays animation. if it is -1 or > 0 then it deals damage XD
weird but works. now i need to fix the total damage for conditions somehow
I am not programmer and I would rather not to change the engie myself. Anybody help me with correct those magic fields? I use TFS 1.5 downgrade by Nekiro 8.0 and in this engine on the fire, energy and poison fields occur blockhit animation instead first initdamage. I would like to change a poison field animation for poison bubble effect, and similarly introduce effects to other elements. But with a difference to the poison field, fire and energy fields should deal immediate damage upon entering them.