I need help with hero leveling cheats..
Moderator: Cheaters
-
- Newcomer
- Posts: 3
- Joined: June 17th, 2007, 3:57 am
-
- Honorary wc3edit.net Traitor
- Posts: 2507
- Joined: February 1st, 2007, 4:11 pm
- Location: NEVADA
Everything you need to know and more should be solved by reading through this topic:
http://forum.wc3edit.net/viewtopic.php?t=176
http://forum.wc3edit.net/viewtopic.php?t=176
-
- Junior Member
- Posts: 42
- Joined: June 7th, 2007, 7:44 am
GUI Trigger
Jass...... idk
ex: -set 10
to make your hero level 10
Code: Select all
Events
Player - Player 1 (Red) types a chat message containing -set as a substring
Conditions
Actions
Unit Group- Pick every unit in (Units currently selected by Player 1 (Red)) and do (Actions)
Loop - Actions
Hero - Set (Picked unit) Hero -level to (Integer((Substring((Entered chat string), 5, 20)))), Hide level-up graphics
ex: -set 10
to make your hero level 10
-
- Junior Member
- Posts: 42
- Joined: June 7th, 2007, 7:44 am
GUI TRIGGER ONLY
ok, go new actions then go "action type" and select 'unit group', then click on the blue text, then look for 'Units seclected' in function drop-down.
Click ok then ok.
Then the 'Loop- Actions' will appear, then right click it and click 'New Action'
and pick 'Hero' for 'Action type'. Then pick 'set level'.
then click on blue (triggering unit) and go to 'function' and click on 'picked unit'. Then Click blue '2' and then go to function then click 'Conversion - Convert String To Integer' then click on blue '(Entered chat string)'. Then click 'substring' in function. Click on red 'string'. Now click on 'Event Response - Entered Chat String' in function. Click ok, the click on blue '1' and set the value to 5. Click ok then click on other blue '5' and set it to 20. Click ok, then ok, then finally ok and ur set to go!
this 1 in my cases is for 1 player of any color, for more players, copy them and paste to the number of desired players and double click the created action trigger and change the players
hope u could understand this
Action Type
2nd action type thing (idk what it is called)
function
editable trigger's part
MUST be edited in order to click Ok
Code: Select all
Actions
Unit Group- Pick every unit in (Units currently selected by Player 1 (Red)) and do (Actions)
Loop - Actions
Hero - Set (Picked unit) Hero -level to (Integer((Substring((Entered chat string), 5, 20)))), Hide level-up graphics
Click ok then ok.
Then the 'Loop- Actions' will appear, then right click it and click 'New Action'
and pick 'Hero' for 'Action type'. Then pick 'set level'.
then click on blue (triggering unit) and go to 'function' and click on 'picked unit'. Then Click blue '2' and then go to function then click 'Conversion - Convert String To Integer' then click on blue '(Entered chat string)'. Then click 'substring' in function. Click on red 'string'. Now click on 'Event Response - Entered Chat String' in function. Click ok, the click on blue '1' and set the value to 5. Click ok then click on other blue '5' and set it to 20. Click ok, then ok, then finally ok and ur set to go!
this 1 in my cases is for 1 player of any color, for more players, copy them and paste to the number of desired players and double click the created action trigger and change the players
hope u could understand this

Action Type
2nd action type thing (idk what it is called)
function
editable trigger's part
MUST be edited in order to click Ok
-
- Honorary wc3edit.net Traitor
- Posts: 2507
- Joined: February 1st, 2007, 4:11 pm
- Location: NEVADA
-
- Newcomer
- Posts: 3
- Joined: June 17th, 2007, 3:57 am
-
- Honorary wc3edit.net Traitor
- Posts: 2507
- Joined: February 1st, 2007, 4:11 pm
- Location: NEVADA
-
- Member
- Posts: 50
- Joined: April 17th, 2007, 3:24 am
Code: Select all
Events
Player - Player 1 (Red) types a chat message containing -lvl as A substring
Player - Player 2 (Blue) types a chat message containing -lvl as A substring
Player - Player 3 (Teal) types a chat message containing -lvl as A substring
Player - Player 4 (Purple) types a chat message containing -lvl as A substring
Player - Player 5 (Yellow) types a chat message containing -lvl as A substring
Player - Player 6 (Orange) types a chat message containing -lvl as A substring
Player - Player 7 (Green) types a chat message containing -lvl as A substring
Player - Player 8 (Pink) types a chat message containing -lvl as A substring
Player - Player 9 (Gray) types a chat message containing -lvl as A substring
Player - Player 10 (Light Blue) types a chat message containing -lvl as A substring
Player - Player 11 (Dark Green) types a chat message containing -lvl A substring
Player - Player 12 (Brown) types a chat message containing -lvl as A substring
Conditions
Actions
Unit Group - Pick every unit in (Units in (Entire map area) owned by (Triggering player)) and do (Hero - Set (Picked unit) Hero-level to (Integer((Substring((Entered chat string), 5, 20)))), Hide level-up graphics)
Last edited by aelolandas on June 18th, 2007, 4:27 am, edited 2 times in total.
Hi
-
- Honorary wc3edit.net Traitor
- Posts: 2507
- Joined: February 1st, 2007, 4:11 pm
- Location: NEVADA