• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

ranged plus melee weapons

Status
Not open for further replies.
Level 4
Joined
Oct 12, 2004
Messages
59
Say you have an item that makes your attack ranged and an item that just adds damage but doesnt have a cast range, will the item thats not ranged still add damage to your ranged attack?
 
Level 3
Joined
Jan 9, 2006
Messages
27
You cann't make an item wich changes the owners range.
But you can use a trigger to change the range.

[E]: Unit get's an item
[C]: Manipulated item = X
[A]: Set units range to XXX

-------------------------------------

[E]: Unit drop's an item
[C]: Manipulated item = X
[A]: Set units range to XXX

-------------------------------------
hope that helps...
 
Status
Not open for further replies.
Top