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

Help me with my RPG? [Trigger]

Status
Not open for further replies.
Level 2
Joined
Nov 30, 2013
Messages
13
So in the RPG i'm making I'd like to add a system where at level 150 your hero can step into a circle while holding a certain item and they will class up into a better version of themselves, I can't find anywhere under conditions where you can set a condition for required hero level, any ideas?
 
Level 22
Joined
Sep 24, 2005
Messages
4,821
  • ClassUp
    • Events
      • Unit - A unit enters ClassUpRegion
    • Conditions
      • ((Triggering unit) has an item of type ClassUpItem) Equal to True
    • Actions
      • -------- class up actions here --------
ClassUpRegion is a region you must create on the terrain editor.
 
Level 2
Joined
Nov 30, 2013
Messages
13
What about if I wanted a level requirement instead of just an item requirement?
Edit: I understand how to trigger for the unit upgrade I just don't know how to set the condition of a required level.
 
Level 22
Joined
Sep 24, 2005
Messages
4,821
  • ClassUp
    • Events
      • Unit - A unit enters ClassUpRegion
    • Conditions
      • (Hero level of (Triggering unit)) Equal to 150
    • Actions
      • -------- class up actions here --------
Oh, death's system would be worth the time to use. Try that one instead.
 
Status
Not open for further replies.
Top