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

[Solved] Items upgrading

Status
Not open for further replies.
Level 6
Joined
Aug 10, 2010
Messages
77
Guys how to set conditions or how to create it :) ... I wanna make this
I wanna Upgrade Fire item(Level1) to Fire item(Level2) i know i created level1 and level 2 but how to to upgrade? ... Maybe it will be good that i put my item level 1 to region and it will upgrade to other item(here it should be Level 2 item) :) ... I think this is easy but i do not have any idea how to create it :)
 
Level 28
Joined
Jan 26, 2007
Messages
4,789
Maybe it will be good that i put my item level 1 to region and it will upgrade to other item
Does this mean "if a unit enters a certain region, the level 1 item will upgrade to level 2"?
In that case, something like this should do:

  • Level Item
    • Events
      • Unit - A unit enters Region 000 <gen>
    • Conditions
      • ((Triggering unit) has an item of type Claws of Attack +12) Equal to True
    • Actions
      • Item - Remove (Item carried by (Triggering unit) of type Claws of Attack +12)
      • Hero - Create Claws of Attack +15 and give it to (Triggering unit)
 
Status
Not open for further replies.
Top