• 🏆 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!

Ammo help

Status
Not open for further replies.
Level 5
Joined
May 23, 2008
Messages
148
For the item which gives gold just copy a potion for example and give the potion the ability of a gold coin.. (that should work)


Trigger

Event: unit attacks
Condition:
Action: (add -1 gold to (owner of triggering unit) gold)

(should work...)

You might set Combat - Damage Point to 0.000 of every unit using the ammo if you want it to be glitch-free. (Affects gameplay!) Or you could do some more advanced triggering with buff-placers and damage detection.
 
Status
Not open for further replies.
Top