Level Requirement Range

Mcbeazy

New Member
Reaction score
2
I have a region that cannot be entered until a unit is above level 10, but have no idea how to make it 10-99 without doing each level individually. Is there a way to make it unit cannot enter until equal to 10-99?
 

Carnerox

The one and only.
Reaction score
84
Trigger:
  • Multiple ConditionsAnd - All (Conditions) are true
    • Conditions
      • (Hero level of (Triggering unit)) Greater than or equal to (>=) 10
      • (Hero level of (Triggering unit)) Less than or equal to (<=) 99
 

Mcbeazy

New Member
Reaction score
2
eek, I am sorry, but I don't know how to go about doing that. I am still in the early learning stages of GUI. On a side note though, thank you very much for responding so quickly =)
 

Carnerox

The one and only.
Reaction score
84
When a unit enters a region aka YourRect

it checks the level of your hero checking if its greater than 10 and less then 99.
You would find the conditions for them in the Integer part.

Trigger:
  • Untitled Trigger 001
    • Events
      • Unit - A unit enters YourRect <gen>
    • Conditions
      • Multiple ConditionsAnd - All (Conditions) are true
        • Conditions
          • (Hero level of (Triggering unit)) Greater than (>) 9
          • (Hero level of (Triggering unit)) Less than (<) 100
    • Actions
      • Unit - Kill (Triggering unit)
 

Mcbeazy

New Member
Reaction score
2
Wow, brilliant, totally understandable like that haha. and it works =) Thank you so much!
 

canons200

New Member
Reaction score
50
When a unit enters a region aka YourRect

it checks the level of your hero checking if its greater than 10 and less then 99.
You would find the conditions for them in the Integer part.

Trigger:
  • Untitled Trigger 001
    • Events
      • Unit - A unit enters YourRect <gen>
    • Conditions
      • Multiple ConditionsAnd - All (Conditions) are true
        • Conditions
          • (Hero level of (Triggering unit)) Greater than or equal to (>=) 10
          • (Hero level of (Triggering unit)) Less than or equal to (<=) 99
    • Actions
      • Unit - Kill (Triggering unit)

hmm, undead cow, actually there is not need to put "and all condition are true" under the Main conditions because it is automatic set to "all condition must be met"
 

canons200

New Member
Reaction score
50
haha, yes it is true but just a little hint for you. It can reduce your map little by little =D
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top