You made that function, it's not part of the orignal wc3 JASS codes...
As in it's not part of the blizzard.j common.j etc...
[Pure JASS] Aero's Cheat Packs (version 1, 2 and 3)
Moderator: Cheaters
-
- Legendary Genius
- Posts: 1311
- Joined: August 8th, 2007, 8:10 am
- Title: Legendary Genius²
- Location: St. George Utah
Re: [Pure JASS] Aero Cheat Packs (version 1, 2 and 3)
Computer Specs:
Motherboard: GA-990FXA-UD3
CPU: FX-8350 @ 4.0GHz
PSU: Corsair CX500
RAM: G.Skill Ripjaws X 8GB @ 1866
GPU: Radeon HD 4870 1GB
HDD: OCZ Vertex series 30GB SSD
Case: Antec 900
Monitor: Toshiba 32"
OS: Windows 7 Ultimate
Motherboard: GA-990FXA-UD3
CPU: FX-8350 @ 4.0GHz
PSU: Corsair CX500
RAM: G.Skill Ripjaws X 8GB @ 1866
GPU: Radeon HD 4870 1GB
HDD: OCZ Vertex series 30GB SSD
Case: Antec 900
Monitor: Toshiba 32"
OS: Windows 7 Ultimate
-
- Forum Staff
- Posts: 811
- Joined: January 1st, 2008, 12:58 am
Re: [Pure JASS] Aero Cheat Packs (version 1, 2 and 3)
I'm not the one who made it...my friend told me it was there and..i assumed it was a normal wc3 function ^^JJ2197 wrote:You made that function, it's not part of the orignal wc3 JASS codes...
As in it's not part of the blizzard.j common.j etc...
Wanna learn to hack maps? --> Guide
-
- Some Honorary Title
- Posts: 1713
- Joined: June 8th, 2007, 5:08 am
- Title: Angry Bird
Re: [Pure JASS] Aero Cheat Packs (version 1, 2 and 3)
it's the same things I was trying to tell you.
I suggested you to use loop, in order to save some codes.
Look at that function, it uses LOOP to save spaces.
So it's the same thing I was talking about.
That functions you made are not in wc3. So you need to copy the whole functions and put it in the J file
As the result, adding one more function to the J file isn't saving much spaces.
And that functions included BJs which are slowing down the speed of the function.
So I suggest you just loop the integer whitout using that function.
I suggested you to use loop, in order to save some codes.
Look at that function, it uses LOOP to save spaces.
So it's the same thing I was talking about.
That functions you made are not in wc3. So you need to copy the whole functions and put it in the J file
As the result, adding one more function to the J file isn't saving much spaces.
And that functions included BJs which are slowing down the speed of the function.
So I suggest you just loop the integer whitout using that function.
-
- Tyrannical Drama Queen
- Posts: 4430
- Joined: November 19th, 2007, 5:05 am
- Been thanked: 2 times
Re: [Pure JASS] Aero Cheat Packs (version 1, 2 and 3)
Problem with Aero's Cheat Pack 3.
There's an end function at the end of the function main part, so it ends the function, thus leaving the rest under function main with no trigger, and thus making a syntax error.
There's an end function at the end of the function main part, so it ends the function, thus leaving the rest under function main with no trigger, and thus making a syntax error.
-
- Some Honorary Title
- Posts: 1713
- Joined: June 8th, 2007, 5:08 am
- Title: Angry Bird
Re: [Pure JASS] Aero Cheat Packs (version 1, 2 and 3)
Probably my mistakes while copy-pasting.
Will fix it very soon.
Fixed. Thanks. My careless mistakes.lol
Will fix it very soon.
Fixed. Thanks. My careless mistakes.lol
-
- Newcomer
- Posts: 8
- Joined: October 21st, 2008, 1:19 am
Re: [Pure JASS] Aero's Cheat Packs (version 1, 2 and 3)
Just an observation but a few things i noticed... a few commands do not seem to work...
-cown
-items
-ghost isnt reversible
i extracted the item list and used the codes there. But it doesnt seem to work...
-cown
-items
-ghost isnt reversible
i extracted the item list and used the codes there. But it doesnt seem to work...
-
- Some Honorary Title
- Posts: 1713
- Joined: June 8th, 2007, 5:08 am
- Title: Angry Bird
Re: [Pure JASS] Aero's Cheat Packs (version 1, 2 and 3)
thank you for reporting bugs or else I would have not noticed bugs.
fixed the -cown command. it should be working now.
for -ghost, you must put a value behind it.
-ghost, or -ghost 0 will set your unit completely invisible. try -ghost 50, -ghost 100, etc...
I remembered I tested it before and it worked.
the -item command doesn't exist, it's my mistake putting it in the command list.
thanks anyway.
Have fun.
fixed the -cown command. it should be working now.
for -ghost, you must put a value behind it.
-ghost, or -ghost 0 will set your unit completely invisible. try -ghost 50, -ghost 100, etc...
I remembered I tested it before and it worked.
the -item command doesn't exist, it's my mistake putting it in the command list.
thanks anyway.
Have fun.
-
- Newcomer
- Posts: 8
- Joined: October 21st, 2008, 1:19 am
Re: [Pure JASS] Aero's Cheat Packs (version 1, 2 and 3)
I should rephrase... Ghost works but -ghost 100 still leaves you partially tansparent... ANyway thanks for the speedy response aI realy enjoy your CP.
-
- Some Honorary Title
- Posts: 1713
- Joined: June 8th, 2007, 5:08 am
- Title: Angry Bird
Re: [Pure JASS] Aero's Cheat Packs (version 1, 2 and 3)
hm...
I dont really know how that -ghost command works.
probably it isn't count on percentages. Try -ghost 1000?
you got to test it urself.
good luck
lol
p/s it's aero's cp. Aero has been inactive recently. and I've got PM from him allowing me to edit his cp. So that's why I feel like I got the responsibility to fix bugs.
My cp is Fai's cp. If you are free, take a look at it.
cya
I dont really know how that -ghost command works.
probably it isn't count on percentages. Try -ghost 1000?
you got to test it urself.
good luck
lol
p/s it's aero's cp. Aero has been inactive recently. and I've got PM from him allowing me to edit his cp. So that's why I feel like I got the responsibility to fix bugs.
Aero wrote:You're welcome to do what you want with my cheatpack and I give you my consent to do so.
My cp is Fai's cp. If you are free, take a look at it.
cya
-
- Forum Drunk
- Posts: 2899
- Joined: January 17th, 2007, 4:22 pm
- Has thanked: 1 time
- Been thanked: 1 time
Re: [Pure JASS] Aero's Cheat Packs (version 1, 2 and 3)
maybe 1 byte alpha channel -> try 255.
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