chat message gold cheat help

For fulfilled maps that most likely don't work on the latest patch (1.24 or later).

Moderator: Cheaters

mooman219
Newcomer
Posts: 8
Joined: August 3rd, 2008, 8:35 pm

chat message gold cheat help

Post by mooman219 »

I need help on a trigger that for example i type " g7342 " i will get 7342 gold and same for lumber ( " l2346 " i earn 2346 lumber from that). i wanted a trigger that no matter what intager i type after g (for gold earning) or L (lumber earning) i will get that amount. i need help. aslo it will only work for player 1/slot 1 or slot 2, ect...
Arabidnun
Forum Staff
Posts: 506
Joined: August 5th, 2007, 1:38 pm
Title: Gui Expert
Location: *Unknown*

Re: chat message gold cheat help

Post by Arabidnun »

I prefer these triggers, as you can be anywhere on the whole game, and yet still use these triggers because they are bound to your name. SO only you can use them, and can be any person you want.

GOLD TRIGGER
Spoiler:

Code: Select all

Gold Trigger
    Events
        Player - Player 1 (Red) types a chat message containing g as A substring
        Player - Player 2 (Blue) types a chat message containing g as A substring
        Player - Player 3 (Teal) types a chat message containing g as A substring
        Player - Player 4 (Purple) types a chat message containing g as A substring
        Player - Player 5 (Yellow) types a chat message containing g as A substring
        Player - Player 6 (Orange) types a chat message containing g as A substring
        Player - Player 7 (Green) types a chat message containing g as A substring
        Player - Player 8 (Pink) types a chat message containing g as A substring
        Player - Player 9 (Gray) types a chat message containing g as A substring
        Player - Player 10 (Light Blue) types a chat message containing g as A substring
        Player - Player 11 (Dark Green) types a chat message containing g as A substring
        Player - Player 12 (Brown) types a chat message containing g as A substring
    Conditions
        (Substring((Entered chat string), 1, 1)) Equal to g
        (Name of (Triggering player)) Equal to mooman219
    Actions
        Player - Add (Integer((Substring((Entered chat string), 2, 9)))) to (Triggering player) Current gold
LUMBER TRIGGER
Spoiler:

Code: Select all

Lumber Trigger
    Events
        Player - Player 1 (Red) types a chat message containing l as A substring
        Player - Player 2 (Blue) types a chat message containing l as A substring
        Player - Player 3 (Teal) types a chat message containing l as A substring
        Player - Player 4 (Purple) types a chat message containing l as A substring
        Player - Player 5 (Yellow) types a chat message containing l as A substring
        Player - Player 6 (Orange) types a chat message containing l as A substring
        Player - Player 7 (Green) types a chat message containing l as A substring
        Player - Player 8 (Pink) types a chat message containing l as A substring
        Player - Player 9 (Gray) types a chat message containing l as A substring
        Player - Player 10 (Light Blue) types a chat message containing l as A substring
        Player - Player 11 (Dark Green) types a chat message containing l as A substring
        Player - Player 12 (Brown) types a chat message containing l as A substring
    Conditions
        (Substring((Entered chat string), 1, 1)) Equal to l
        (Name of (Triggering player)) Equal to mooman219
    Actions
        Player - Add (Integer((Substring((Entered chat string), 2, 9)))) to (Triggering player) Current lumber
Tobias
Senior Member
Posts: 108
Joined: March 18th, 2008, 3:42 pm
Title: Map Maker
Location: Canadadadada

Re: chat message gold cheat help

Post by Tobias »

I tried to help and unfortunately forgot what the action was ;).



*memorizes*
Logix
Newcomer
Posts: 5
Joined: December 7th, 2008, 11:23 pm

Re: chat message gold cheat help

Post by Logix »

try
Events:
Player - Player 1 (Red) Types a Chat message in an exact match as -gold
Conditions:
Nothing...
Action:
Player - Add Player 1 (Red) Gold xxxxx

:) its the easyest :D
Tobias
Senior Member
Posts: 108
Joined: March 18th, 2008, 3:42 pm
Title: Map Maker
Location: Canadadadada

Re: chat message gold cheat help

Post by Tobias »

OR he could do Arabs way which allows you to customize how much gold you get.
Arabidnun
Forum Staff
Posts: 506
Joined: August 5th, 2007, 1:38 pm
Title: Gui Expert
Location: *Unknown*

Re: chat message gold cheat help

Post by Arabidnun »

Dead Thread....Please do not post.