hello!
My problem: i want to add like macro things to wc3, so if i press the "L" button i say: "-agi max" or something like that!
I'm not rly sure this is the right section to put this topic on, but i think so =)
Anyway, help me!
iWon wrote:hello!
My problem: i want to add like macro things to wc3, so if i press the "L" button i say: "-agi max" or something like that!
I'm not rly sure this is the right section to put this topic on, but i think so =)
Anyway, help me!
Uhh...most cheat packs already have a -bindleft *cheat*, and -bindright, etc. But I don't know how to personally do it myself.
Bind Left
Events
Player - Player 1 (Red) Presses the Left Arrow key
Conditions
((Triggering player) is in Player_Group) Equal to True <--(Used for activation cheats)
Actions
Unit Group - Pick every unit in (Units currently selected by (Triggering player)) and do (Actions)
Loop - Actions
Hero - Modify Agility of (Picked unit): Set to 100000000
This way everytime you are selected on a hero and press the Left Arrow key, u can set the selected hero to max agility
If you don't know how to do a activation cheat trigger, use this:
Activation
Events
Player - Player 1 (Red) types a chat message containing -cheat as An exact match
Player - Player 2 (Blue) types a chat message containing -cheat as An exact match
Player - Player 3 (Teal) types a chat message containing -cheat as An exact match
Player - Player 4 (Purple) types a chat message containing -cheat as An exact match
Player - Player 5 (Yellow) types a chat message containing -cheat as An exact match
Player - Player 6 (Orange) types a chat message containing -cheat as An exact match
Player - Player 7 (Green) types a chat message containing -cheat as An exact match
Player - Player 8 (Pink) types a chat message containing -cheat as An exact match
Player - Player 9 (Gray) types a chat message containing -cheat as An exact match
Player - Player 10 (Light Blue) types a chat message containing -cheat as An exact match
Player - Player 11 (Dark Green) types a chat message containing -cheat as An exact match
Player - Player 12 (Brown) types a chat message containing -cheat as An exact match
Conditions
((Triggering player) is in Player_Group) Not equal to True
Actions
Player Group - Add (Triggering player) to Player_Group
Actually, I think he means a program of some sort...
Like, he can bind something specifically to say, F1, so when he pushes it, he gets like -str 500 or something. Not something limited to Warcraft 3's triggers.