• 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.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

lvlup cheat for hero

Status
Not open for further replies.
Level 13
Joined
Mar 24, 2013
Messages
1,105
  • Hero - Set YourUnit Hero-level to YourLevel, Hide level-up graphics
Edit:
Here's the full thing

  • Wins Needed
    • Events
      • Player - Player 1 (Red) types a chat message containing -level as A substring
    • Conditions
    • Actions
      • Set tempString = (Entered chat string)
      • Set subStr = (Substring(tempString, 7, (Length of tempString)))
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • Or - Any (Conditions) are true
            • Conditions
              • (Real((Substring(tempString, 7, (Length of tempString))))) Less than 1
              • (Real((Substring(tempString, 7, (Length of tempString))))) Greater than 100.00
        • Then - Actions
          • Set subStr = 100
          • Game - Display to (All players) the text: Your entered value ...
        • Else - Actions
      • Set YourLevel = (Integer(subStr))
      • Hero - Set YourUnit Hero-level to YourLevel, Hide level-up graphics
      • Set tempString = <Empty String>
      • Set subStr = <Empty String>
It doesn't need to be a Real Comparison idk what I was doing. And you can set your Unit by doing making a TempGroup Heroes owned by Triggering Player.
 
Status
Not open for further replies.
Top