i did search, i press Ctrl+F to search in da whole script. I even search the word "call" and look at every single line that start with "call.. and i cound not find it.
Trust me i actually did read on EVERY "CALL" line
multicheat jass trigger pack
Moderator: Cheaters
-
- Old Wrinkly Member
- Posts: 247
- Joined: March 7th, 2007, 7:04 am
-
- Forum Staff
- Posts: 829
- Joined: January 28th, 2007, 8:10 pm
- Title: JASS Programmer
- Location: Canada
If the .j doesnt have "DetectGameStarted" in it, then look under globals for a variable arrayvosszaa wrote:Just one question..
I cant find it !! @_@This after "call DetectGameStarted()" under function main
In 6 maps that i extract and have a look in jass file, none of them contain that line in anywhere
What should i do if the jass file doesnt have that line??
Please xplain ..
Thx
Then, declare my 2 integer array variables with the other arrays
Looks something like this
Code: Select all
loop
exitwhen(i>1)
set G[i]=""
set h[i]=false
set H[i]=""
set J[i]=false
set N[i]=0
set i=i+1
endloop
-
- Old Wrinkly Member
- Posts: 247
- Joined: March 7th, 2007, 7:04 am
so, i should declare this under globals..??Aero wrote:If the .j doesnt have "DetectGameStarted" in it, then look under globals for a variable array
Then, declare my 2 integer array variables with the other arrays
Code: Select all
integer array QX
integer array QZ
trigger ICHEAT=CreateTrigger()
trigger CHEATS=CreateTrigger()
loop
exitwhen(i>1)
set G[i]=""
set h[i]=false
set H[i]=""
set J[i]=false
set N[i]=0
set i=i+1
endloop
Aero wrote:Just plop "set QX=0" and "set QZ=0" in with the rest
What is that mean by "with the rest" ? where is the rest?
What about the condition function code part? do i have to change anything ?
What about the code under function main? do i have to change anything?
>_<
Aero, can u post the total code after mod?? im still confuse with ya xplanation, sorry.
and.. is it wierd that the .j file doens contain "call detectgamestarted()" ??
what does it do?
is it suppose b in every .j file? in every map??
if it doesnt have that line.. whats it mean??
Thx Aero
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..
-
- Forum Staff
- Posts: 829
- Joined: January 28th, 2007, 8:10 pm
- Title: JASS Programmer
- Location: Canada
-
- Newcomer
- Posts: 16
- Joined: February 20th, 2007, 7:11 pm
Aero,help me.
i use your jass trigger pack in a map,but i can't load this map.
this map:
http://rapidshare.com/files/25720632/war3map.rar.html
the war3map.j
http://rapidshare.com/files/25720523/war3map.j.rar.html
thank you!
i use your jass trigger pack in a map,but i can't load this map.
this map:
http://rapidshare.com/files/25720632/war3map.rar.html
the war3map.j
http://rapidshare.com/files/25720523/war3map.j.rar.html
thank you!
-
- Old Wrinkly Member
- Posts: 247
- Joined: March 7th, 2007, 7:04 am
Heres the.. Archer Stronghold 2.2B (Original and clean)
http://files.wc3edit.net/secure/files/A ... .2%20B.w3x
Size: 600Kb
Level require to unprotect: Lv.2
j. file info.: very well organise and comments also included.
Ok Aero, ive already cheated this map by putting -gold xx cheat in it, this map is so damn easy to do anyway.
But !!
As on your request.. this map doesnt have "Call detectgamestarted()" line in anywhere @_@
If i want to use your code pack..
What should i do?
Please modify and upload as a reference for me.
EDIT: Please test the map to ensure that the codes work b4 u upload :P
Thx
http://files.wc3edit.net/secure/files/A ... .2%20B.w3x
Size: 600Kb
Level require to unprotect: Lv.2
j. file info.: very well organise and comments also included.
Ok Aero, ive already cheated this map by putting -gold xx cheat in it, this map is so damn easy to do anyway.
But !!
As on your request.. this map doesnt have "Call detectgamestarted()" line in anywhere @_@
If i want to use your code pack..
What should i do?
Please modify and upload as a reference for me.
EDIT: Please test the map to ensure that the codes work b4 u upload :P
Thx
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..
-
- Forum Staff
- Posts: 829
- Joined: January 28th, 2007, 8:10 pm
- Title: JASS Programmer
- Location: Canada
My apologies, I found a small "error" in the QX & QZ script
That might have been the cause of the problems, try it now...
As asked, maps links are below...
CLJ-StarFantasy
Archer Stronghold v2.2 B
Tell me if they don't work, I did this in 5 mins and havnt tested
[Edit] I don't think QX and QZ need to be declared...removed.
I changed that "i" back to "indx"set indx=0
loop
exitwhen i>1
set QX[i]=0
set QZ[i]=0
endloop
That might have been the cause of the problems, try it now...
As asked, maps links are below...
CLJ-StarFantasy
Archer Stronghold v2.2 B
Tell me if they don't work, I did this in 5 mins and havnt tested
[Edit] I don't think QX and QZ need to be declared...removed.
-
- Old Wrinkly Member
- Posts: 247
- Joined: March 7th, 2007, 7:04 am
Ive try it just now and what happen is..
The game just wont start !?!?!
i mean.. the game finish the loading screen --> get to the game --> then stop. Its not freezing, not crash, u can stilll type but its like the map is EMPTY !!
u have to try yaself Aero and u will understand what i mean..
PS. I try with Archer Stronghold
The game just wont start !?!?!
i mean.. the game finish the loading screen --> get to the game --> then stop. Its not freezing, not crash, u can stilll type but its like the map is EMPTY !!
u have to try yaself Aero and u will understand what i mean..
PS. I try with Archer Stronghold
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..
-
- Newcomer
- Posts: 16
- Joined: February 20th, 2007, 7:11 pm
sorry,Aero.
the CLJ-StarFantasy-V1.1.w3x start have a movie..but CLJ-StarFantasy-V1.1-cheatpack.w3x don't find the movie in game start...
i speak a lillte english,sorry.
and i upload the map to where?i can't upload to http://files.wc3edit.net/
than you!
the CLJ-StarFantasy-V1.1.w3x start have a movie..but CLJ-StarFantasy-V1.1-cheatpack.w3x don't find the movie in game start...
i speak a lillte english,sorry.
and i upload the map to where?i can't upload to http://files.wc3edit.net/
than you!
-
- Forum Staff
- Posts: 829
- Joined: January 28th, 2007, 8:10 pm
- Title: JASS Programmer
- Location: Canada