• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

need help! Weapon change spell.

Status
Not open for further replies.
Level 2
Joined
Nov 25, 2006
Messages
24
I decided to implement a spell that can change what does the caster holds.

I was implementing it from a spell called Spell Book that holds multiple spell in one skill.
I add 4 dummy skill based by Roar skill

Everytime the dumby skill is activated i use a trigger to give an ability called " 'the name of the weapon equipped' is the active weapon". But i can't use the equip point right on the hand or it would dissapear.

Can anybody help me to repair or create a weapon system to me?


Thanks.
 
Level 2
Joined
Nov 25, 2006
Messages
24
@Flames : It's not a duration based thing, but a permanent skill that uses mana to change the type of attack either faster, splash damage, stunner or just plain bonus. That's what.

@operator : I don't use on the same dummy. But i use it like...



Skill 1 : Spell Book Based
Inside-Skill2 = Dummy skill for Sword (Taken from Roar)
-Skill3 = Dummy skill for Blade (Taken from Roar)

Trigger
--Dummy skill for Sword is casted
Actions
--Remove Lefthand (remove any weapon ability wielded)
--Set Variable Lefthand(skill) = Sword (uses a new weapon)
--add skill Lefthand (In this context the 'Lefthand' var is Sword ability that adds 5 damage.)

Same as for Axe but skill variable Lefthand is changed into Axe.




How?

P.S : I am interested to yours. Please PM me.
 
Last edited:
Status
Not open for further replies.
Top