multicheat jass trigger pack

General talk about editing, cheating, and deprotecting maps.

Moderator: Cheaters

User avatar
vosszaa
Old Wrinkly Member
Posts: 247
Joined: March 7th, 2007, 7:04 am

Post by vosszaa »

In Archer Stronghold the game wont start..

please take a closer look Aero
Image

The tallest tower.. begins from the ground
Today, you are novice..
Tomorrow, you might be The Master..
And when you are..
Vosszaa will hunt you down..
lwyjdgv
Newcomer
Posts: 16
Joined: February 20th, 2007, 7:11 pm

Post by lwyjdgv »

if i want save the movie,What do I do?
User avatar
Aero
Forum Staff
Posts: 829
Joined: January 28th, 2007, 8:10 pm
Title: JASS Programmer
Location: Canada

Post by Aero »

I am looking, now pipe down
I'll edit this post and update link when it works

[Edit] It works fine... Link updated...
lwyjdgv
Newcomer
Posts: 16
Joined: February 20th, 2007, 7:11 pm

Post by lwyjdgv »

if can't play the movie,the map is can't start!
help me......
User avatar
Aero
Forum Staff
Posts: 829
Joined: January 28th, 2007, 8:10 pm
Title: JASS Programmer
Location: Canada

Post by Aero »

lwyjdgv wrote:if can't play the movie,the map is can't start!
help me......
Fixed, map uploading now

Try download in 5 minutes
lwyjdgv
Newcomer
Posts: 16
Joined: February 20th, 2007, 7:11 pm

Post by lwyjdgv »

it's working now...
thank you very much!
User avatar
vosszaa
Old Wrinkly Member
Posts: 247
Joined: March 7th, 2007, 7:04 am

Post by vosszaa »

Aero wrote:
lwyjdgv wrote:if can't play the movie,the map is can't start!
help me......
Fixed, map uploading now

Try download in 5 minutes
Wheres the map? is it the one on page 5? or is it just the code on page 1 coz i notice the changes.
Image

The tallest tower.. begins from the ground
Today, you are novice..
Tomorrow, you might be The Master..
And when you are..
Vosszaa will hunt you down..
User avatar
Aero
Forum Staff
Posts: 829
Joined: January 28th, 2007, 8:10 pm
Title: JASS Programmer
Location: Canada

Post by Aero »

vosszaa wrote:
Aero wrote:
lwyjdgv wrote:if can't play the movie,the map is can't start!
help me......
Fixed, map uploading now

Try download in 5 minutes
Wheres the map? is it the one on page 5? or is it just the code on page 1 coz i notice the changes.
He asked for me to add my cheatpack to a map...
The first time it didn't work because I rushed it and missed something
Then I fixed and re-uploaded the map...
User avatar
vosszaa
Old Wrinkly Member
Posts: 247
Joined: March 7th, 2007, 7:04 am

Post by vosszaa »

ok nvm then..

Did u just edit ya codes on page 1 ,didnt u?
coz i just use it and it works ^^

Oh, btw..
This after function main (RIGHT AFTER locals)

Code:
local integer indx=0
loop
exitwhen indx>11
call TriggerRegisterPlayerChatEvent(ICHEAT,Player(indx),"-cheat",false)
set indx=indx+1
endloop
call TriggerAddAction(ICHEAT,function CheatUse)
call TriggerAddAction(CHEATS,function Cheatz)
u should take that words away, just to avoid confusing coz u can actually place the code anywhere after function main.

Some map doesnt have "local" under function main like Archer Stronghold map so, i just place it right after function main.
Image

The tallest tower.. begins from the ground
Today, you are novice..
Tomorrow, you might be The Master..
And when you are..
Vosszaa will hunt you down..
User avatar
Aero
Forum Staff
Posts: 829
Joined: January 28th, 2007, 8:10 pm
Title: JASS Programmer
Location: Canada

Post by Aero »

I need to leave that there for an important reason
The maps which DO have locals under function main...
You need to declare your locals at the beginning, and if you declare "local integer indx=0" randomly in the middle, then it won't work...