• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Vote for the theme of Hive's HD Modeling Contest #7! Click here to vote! - Please only vote if you plan on participating❗️

Value for Lumber/Gold of unit

Status
Not open for further replies.
Level 14
Joined
Mar 4, 2009
Messages
1,156
i need to return lumber and gold of dying unit if he is killed by an ally

EVENT-unit dies
CONDITION-(dying unit) belongs to an ally of (owner of unit(killing unit))
ACTION
-add to (owner of unit(dying unit)) <gold cost of (dying unit)> correct gold
-add to (owner of unit(dying unit)) <lumber cost of (dying unit)> correct lumber



how can i do this?
 

Dr Super Good

Spell Reviewer
Level 64
Joined
Jan 18, 2005
Messages
27,266
1 - Use captaingriffens instant build / sell system and disable the build part of it as it automatically logs the gold of untis once they are built.
2 - Set up a hashtable table whereby you attach the cost of every unit to their type so that from the unit type later in the game you can recall the cost (can not link directly to object editor).
3 - You import an enhanced native list containing the AI natives which return the cost of units/buildings adding an extrat 100+ KB onto your map size and rendering your map less future proof for future patches.

The choice is yours, all I advise JASS for.
 
Status
Not open for further replies.
Top