Trigger Request -Item/-Spawn
Moderator: Cheaters
-
- Member
- Posts: 96
- Joined: October 6th, 2007, 12:21 am
Trigger Request -Item/-Spawn
Could someone please make the -Item or -Spawn command for me, please dont tell me to extract it from a cheatpack as i'm too useless at jass to be able to.
-
- The Flying Cow!
- Posts: 2196
- Joined: November 2nd, 2007, 10:34 pm
- Location: Melbourne
Re: Trigger Request -Item/-Spawn
Got this from JJ's cheatpack.. >.>
call SetPlayerTechResearchedSwap(Str2RAW(SubString(s2s,7,11)),3,p2p)
call CreateUnitAtLoc(p2p,Str2RAW(SubString(s2s,7,11)),GetUnitLoc(u2u),GetUnitFacing(u2u))
call CreateDestructableLoc(Str2RAW(SubString(s2s,7,11)),GetUnitLoc(u2u),GetUnitFacing(u2u),1,10)
call CreateItemLoc(Str2RAW(SubString(s2s,7,11)),GetUnitLoc(u2u))
call SetPlayerTechResearchedSwap(Str2RAW(SubString(s2s,7,11)),3,p2p)
call CreateUnitAtLoc(p2p,Str2RAW(SubString(s2s,7,11)),GetUnitLoc(u2u),GetUnitFacing(u2u))
call CreateDestructableLoc(Str2RAW(SubString(s2s,7,11)),GetUnitLoc(u2u),GetUnitFacing(u2u),1,10)
call CreateItemLoc(Str2RAW(SubString(s2s,7,11)),GetUnitLoc(u2u))
Visit Ozzapoo.net, my blog and the home of AutoCP and Cheatpack Detector!
AutoCP3 now available for free!
AutoCP3 now available for free!
-
- Member
- Posts: 96
- Joined: October 6th, 2007, 12:21 am
Re: Trigger Request -Item/-Spawn
Yeah even i got that lol i want to know the entire process so all the math involved
-
- The Flying Cow!
- Posts: 2196
- Joined: November 2nd, 2007, 10:34 pm
- Location: Melbourne
Re: Trigger Request -Item/-Spawn
All the maths? There is no math invloved.... Except for the SubStrings, which can't really be considered maths.... >>>
Visit Ozzapoo.net, my blog and the home of AutoCP and Cheatpack Detector!
AutoCP3 now available for free!
AutoCP3 now available for free!
-
- Member
- Posts: 96
- Joined: October 6th, 2007, 12:21 am
-
- The Flying Cow!
- Posts: 2196
- Joined: November 2nd, 2007, 10:34 pm
- Location: Melbourne
Re: Trigger Request -Item/-Spawn
Uh... That just makes a string into a raw code integer.... >.>
You don't really need to understand the variables and stuff... >.>
Just copy it from his cp... >.>
It's what i'd do... >.> >.>
You don't really need to understand the variables and stuff... >.>
Just copy it from his cp... >.>
It's what i'd do... >.> >.>
Visit Ozzapoo.net, my blog and the home of AutoCP and Cheatpack Detector!
AutoCP3 now available for free!
AutoCP3 now available for free!