• 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.

Mobs

Status
Not open for further replies.
Level 28
Joined
Jan 26, 2007
Messages
4,789
In the object editor, you can edit all (I wish) the values of the units to what you want.
Here's an example to change the damage. You're probably only interested in the text colored in red.
zZuYh.jpg

Everything except for "Cooldown Time" changes the base damage a unit has.
The formula is as follows:
(Base + Number) - (Base + (Number * Sides) )​
Thus, in the image above, the damage would be 20 - 110.

Explore the rest of the list and you'll be good to go.
(Also, the only thing that hasn't been said is that the unit level can be changed with "Stats - Level").
 
Level 17
Joined
Nov 13, 2006
Messages
1,814
How should i edit a mob, its health level and attack damage?

object editor thing was listed, the trigger part:

hp:

1. set all creep hp
  • Player - Set Neutral Hostile handicap to 100.00%
2. use the item life bonus bug like here
http://www.hiveworkshop.com/forums/world-editor-help-zone-98/increase-heros-max-health-224661/

damage[/b
1. add custom command aura ability to a creep and set the range to a big number, so every creep on map get his effect
2. make item damage ability and add it with trigger to mob
3. use damage detection system and there if attacker is neutral hostile unit then increase the dmg
4. add more damage ability and set the levels
like here http://www.hiveworkshop.com/forums/world-editor-help-zone-98/upgrading-ability-224410/index2.html

etc etc
 
Level 9
Joined
Jul 10, 2011
Messages
562
i think his question wasnt where in the editor he can edit it....it was more whether he should just edit damage and health or anything else...
 
Status
Not open for further replies.
Top