• 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.
  • 💡 We're thrilled to announce that our upcoming texturing contest is in the works, and we're eager to hear your suggestions! Please take this opportunity to share your ideas in this theme discussion thread for the Texturing Contest #34!
  • 🏆 Hive's 7th HD Modeling Contest: Icecrown Creature is now open! The frozen wastes of Icecrown are home to some of Azeroth’s most terrifying and resilient creatures. For this contest, your challenge is to design and model a HD 3D monster that embodies the cold, undead, and sinister essence of Icecrown! 📅 Submissions close on April 13, 2025. Don't miss this opportunity to let your creativity shine! Enter now and show us your frozen masterpiece! 🔗 Click here to enter!

how ot make UNLIMITED LEVEL of UPGRADES?

Status
Not open for further replies.
Level 14
Joined
Mar 4, 2009
Messages
1,156
i want to set level of (SOME UPGRADE) to 100 for player 1 (Red)

But i cannot do it if there is only 20 lvls for that upgrade

any way to set it unlimited?

when i set it to 600 it makes lags and it is not enough anyway....
 
Level 14
Joined
Mar 4, 2009
Messages
1,156
Actually, that isn't possible. But you can make it with abilities. Example: Your upgrade increases damage by 5 for each level. Create a spell that increases damage (Item Damage Bonus) and set it's Data - Damage Increase to 5. Then, simply add your ability to units with trigger.

but the problem is that i need to do it (life of some unit : 100) times (about 50 to 200 times)

is it possible to make 50 items at once?
 
Level 14
Joined
Mar 4, 2009
Messages
1,156
You don't have to add items to unit.

Add custom abilities based on item ones (of course set Item Ability to false). Most of item abilities (Like health/damage/speed/armor/...) wont show icon.

  • For each (Integer A) from 1 to <X>, do (Actions)
    • Loop - Actions
      • Unit - Add <Ability> to <Unit>

THX i never used that actions.......

I cant read the massages you send me :(
it says that its some block,i have no idea....
 
Level 14
Joined
Mar 4, 2009
Messages
1,156
at 600, just use the function ctrl+L. it automaticly fills in the values

yeah i know..i said when i set it to 600 than lags

{EDIT}
You don't have to add items to unit.

Add custom abilities based on item ones (of course set Item Ability to false). Most of item abilities (Like health/damage/speed/armor/...) wont show icon.

  • For each (Integer A) from 1 to <X>, do (Actions)
    • Loop - Actions
      • Unit - Add <Ability> to <Unit>

I cannot find ability gooD for adding max mana

i only found for health (ability from item Manual of Health)
it also cannot be added but must use items
 
Last edited by a moderator:
Status
Not open for further replies.
Top