300 spartans

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

Moderator: Cheaters

PeeOnATree
Newcomer
Posts: 22
Joined: May 20th, 2007, 9:47 pm

300 spartans

Post by PeeOnATree »

i was wondering if you guys can put cheats for this game

http://epicwar.com/maps/20872/

thank you
User avatar
Lacos
Senior Member
Posts: 146
Joined: June 5th, 2007, 12:51 am
Location: California

Post by Lacos »

What kind of cheats?
Life is like a game of cards. The hand that is dealt you represents determinism; the way you play it is free will.
PeeOnATree
Newcomer
Posts: 22
Joined: May 20th, 2007, 9:47 pm

Post by PeeOnATree »

well its like a defense game and i basically need these cheats:
-lvl
-str
-agi
-int
-gold
-lumber
-hp
-mp
User avatar
Lacos
Senior Member
Posts: 146
Joined: June 5th, 2007, 12:51 am
Location: California

Post by Lacos »

Kk, I'am working on it right now. I'll tell u when it's done
Life is like a game of cards. The hand that is dealt you represents determinism; the way you play it is free will.
PeeOnATree
Newcomer
Posts: 22
Joined: May 20th, 2007, 9:47 pm

Post by PeeOnATree »

alright thank you so much
User avatar
Lacos
Senior Member
Posts: 146
Joined: June 5th, 2007, 12:51 am
Location: California

Post by Lacos »

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
Life is like a game of cards. The hand that is dealt you represents determinism; the way you play it is free will.
PeeOnATree
Newcomer
Posts: 22
Joined: May 20th, 2007, 9:47 pm

Post by PeeOnATree »

thanks a 100
User avatar
Lacos
Senior Member
Posts: 146
Joined: June 5th, 2007, 12:51 am
Location: California

Post by Lacos »

No problem, I hope theres no problems.

BTW only red can use the commands, just so u know.
Life is like a game of cards. The hand that is dealt you represents determinism; the way you play it is free will.
Bartimaeus²

Post by Bartimaeus² »

Lacos wrote: I dont know how to do it. LOL
I'll show it to you in JASS and in GUI:

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 :/
User avatar
Lacos
Senior Member
Posts: 146
Joined: June 5th, 2007, 12:51 am
Location: California

Post by Lacos »

I'll go test it. o.O
Life is like a game of cards. The hand that is dealt you represents determinism; the way you play it is free will.