![]() |
Add damage type to a spell: best way? - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: General Help (/Forum-General-Help) +--- Thread: Add damage type to a spell: best way? (/Thread-Add-damage-type-to-a-spell-best-way) |
Add damage type to a spell: best way? - Rizz - 12-18-2012 03:31 AM I need to add a dam_type to some spells, i saw that not each spells has a dam type such as lightning, fire etc... Is there some place to add the damage type or i need to specify something on some ARGN under @spelleffect? Thx. RE: Add damage type to a spell: best way? - Mordaunt - 12-18-2012 06:08 AM Both lighting and fire do have damage types, however if you are not happy with the type of damage they do and want to change it or something, you could do something like I did a long long time ago when i was actually changing the types of damage different spells did. There's probably a more efficient way of doing it now but... Code: ON=@SPELLEFFECT RE: Add damage type to a spell: best way? - Rizz - 12-18-2012 06:18 AM Ah so @gethit is triggered after @spelleffect good! Thx for your answer, now i can add dam_type to spell which has just a generic dam_type. RE: Add damage type to a spell: best way? - admin phoenix - 12-18-2012 04:19 PM I put the damage directly under the spell trigger @effect. |