![]() |
|
#10
|
|||
|
|||
|
I noticed this post is not updated since almost 1 month -.- well, i am trying to do a little mod, converting paladins on gladiators (level 5 human) with the knight model. Well, heres my problem: The gladiator has 3 skills: the circle attack, resurrect (the inquisitor one, not the paladin) and an smasing word type attack but with the dragon slayer animation. The gladiator is fire-themed, so i want to add a shock and burn effect (and with adyacent cells damage if possible) to the smashing blow attack. But i cant do it.
The physical damage is there, but so far, i cant add the burn effect or the shock effect to the stroke. I think it must be not than hard. Do i need any script or something? I see u have experience on mods, so can u tell me any tip or the way to add burn attached to an special attack? this is the code -> gladiatorbreath { class=moveattack hinthead=ig_gladiator_breath_head hint=ig_gladiator_breath_hint reload=4 dontusenearenemy=1 up=0 friendly_fire=1 base_attack=0 ad_factor=1 picture=ba1_doublestrike_ picture_small=ba1_doublestrike_small.png options=disablerush,used_if_damaged anim_attack=special damage { physical=41,60 fire=30,50 } custom_params { burn=70 shock=50 nomiss=1 } } thx. Last edited by N3MES1S; 03-15-2010 at 05:41 AM. |
|
|