i was wondering if you guys can put cheats for this game
http://epicwar.com/maps/20872/
thank you
300 spartans
Moderator: Cheaters
-
- Senior Member
- Posts: 146
- Joined: June 5th, 2007, 12:51 am
- Location: California
-
- Newcomer
- Posts: 22
- Joined: May 20th, 2007, 9:47 pm
-
- Senior Member
- Posts: 146
- Joined: June 5th, 2007, 12:51 am
- Location: California
-
- Senior Member
- Posts: 146
- Joined: June 5th, 2007, 12:51 am
- Location: California
Here it is- http://www.filefactory.com/dlf/f/ecdf11 ... 8889441811
Commands Are:
-lvl x
-agi x
-str x
-int x
-gold x
-wood x
Make sure your in observer mode when your typing this commands.
( Msg me, if u want commands for HP or MP ) I think you dont need it, because I dont know how to do it. LOL
Commands Are:
-lvl x
-agi x
-str x
-int x
-gold x
-wood x
Make sure your in observer mode when your typing this commands.
( Msg me, if u want commands for HP or MP ) I think you dont need it, because I dont know how to do it. LOL
Life is like a game of cards. The hand that is dealt you represents determinism; the way you play it is free will.
-
- Senior Member
- Posts: 146
- Joined: June 5th, 2007, 12:51 am
- Location: California
I'll show it to you in JASS and in GUI:Lacos wrote: I dont know how to do it. LOL
Jass:
function Trig_LifePercentage_Jass_Func001002 takes nothing returns nothing
call SetUnitLifePercentBJ( GetEnumUnit(), S2R(SubStringBJ(GetEventPlayerChatString(), 4, 20)) )
endfunction
function Trig_LifePercentage_Jass_Actions takes nothing returns nothing
call ForGroupBJ( GetUnitsInRectOfPlayer(GetPlayableMapRect(), GetTriggerPlayer()), function Trig_LifePercentage_Jass_Func001002 )
endfunction
//===========================================================================
function InitTrig_LifePercentage_Jass takes nothing returns nothing
set gg_trg_LifePercentage_Jass = CreateTrigger( )
call TriggerRegisterPlayerChatEvent( gg_trg_LifePercentage_Jass, Player(0), "-hp", false )
call TriggerAddAction( gg_trg_LifePercentage_Jass, function Trig_LifePercentage_Jass_Actions )
endfunction
GUI:
Events: Player - Player 1 (Red) types a chat message containing -hp as A substring
Actions: Unit Group - Pick every unit in (Units in (Playable map area) owned by (Triggering player)) and do (Unit - Set life/mana of (Picked unit) to (Real((Substring((Entered chat string), 4, 20))))%)
That's about right :/
-
- Senior Member
- Posts: 146
- Joined: June 5th, 2007, 12:51 am
- Location: California