how to know the trigger of map that when you press
'
it gives 5000 gold and lumber
without putting activator
i saw it on tree tag maps and vamp..
in vamp map
(5 spaces)
gives 1000 lumber
how can this be?
how to add a gold/lumber cheat trigger
Moderator: Cheaters
-
- Member
- Posts: 91
- Joined: June 12th, 2008, 2:04 am
-
- Forum Drunk
- Posts: 2918
- Joined: January 17th, 2007, 4:22 pm
- Has thanked: 1 time
- Been thanked: 1 time
Re: how to?
I don't understand the problem.
Go to world edit and build such a thing on your own, that's easy!
Go to world edit and build such a thing on your own, that's easy!
Don't pm me with Warcraft questions, this is a forum so just make a post!
In the world of thinking we are all immigrants. -Robert Nozick
-
- Member
- Posts: 91
- Joined: June 12th, 2008, 2:04 am
-
- Forum Staff
- Posts: 1400
- Joined: March 17th, 2008, 12:07 am
Re: how to?
Something like this...
Code: Select all
Events
Player - Player 1 (Red) types a chat message containing ' as An exact match
Conditions
Actions
Player - Add 5000 to (Triggering player) Current gold

Made by the late ILikeHacking
My quote from SKillER
Spoiler:
-
- Senior Member
- Posts: 108
- Joined: March 18th, 2008, 3:42 pm
- Title: Map Maker
- Location: Canadadadada
Re: how to?
Another way to do it w/o a chat message is. Using the arrow key method.
Theres a better way but. meh.
Code: Select all
Untitled Trigger 001
Events
Player - Player 1 (Red) Presses the Left Arrow key
Conditions
Actions
Player - Add 5000 to (Triggering player) Current gold
Player - Add 5000 to (Triggering player) Current gold
Spoiler:
-
- Forum Staff
- Posts: 1009
- Joined: July 14th, 2007, 2:51 pm
Re: how to?
what he wants is not that u put in in chat but u just type that letter
like the arrow key method but can u do it with ' ?
he also said that in a map u press <space>x5 outside of chat and it gives lumber
like the arrow key method but can u do it with ' ?
he also said that in a map u press <space>x5 outside of chat and it gives lumber
-
- Tyrannical Drama Queen
- Posts: 4446
- Joined: November 19th, 2007, 5:05 am
- Been thanked: 2 times
-
- Forum Staff
- Posts: 1009
- Joined: July 14th, 2007, 2:51 pm
-
- Forum Staff
- Posts: 1400
- Joined: March 17th, 2008, 12:07 am
Re: how to?
Um.. you could make a variable for Red... (In GUI, it'd be the easiest for him...)matchai wrote: he also said that in a map u press <space>x5 outside of chat and it gives lumber
Then make a trigger for a hot-key... when Red enters the hot-key, it gives the variable (Which would be an integer)
+1, when it reaches +5, give player (Whoever...) +5000 lumber/gold/whatever you want, and set the variable back to 0.
So it could be done over and over...

Made by the late ILikeHacking
My quote from SKillER
Spoiler:
-
- Tyrannical Drama Queen
- Posts: 4446
- Joined: November 19th, 2007, 5:05 am
- Been thanked: 2 times
Re: how to?
I've never seen a trigger like that, O.o
Where does it check to see if you hit a button? Only ones I know of are arrows in GUI, and I've seen Space+Escape, but never an actual letter.
Where does it check to see if you hit a button? Only ones I know of are arrows in GUI, and I've seen Space+Escape, but never an actual letter.