Hey Guys,
While I am checking syntax errors in war3map.j through jasscraft.
I found these errors in a row from line 2112 to 2138:
integer array D
integer array V
integer array E
boolean G=false
boolean J=false
string array K
boolean array I
timer array A
integer array M
timer array N
integer array O
timer P=null
integer array F
integer Q=0
integer T=0
integer array H
integer array U
boolean W=false
boolean B=false
boolean C=false
boolean L=false
boolean D4=false
multiboard P4=null
unit T4=null
boolean array V4
integer W4=0
boolean Y4=false
Please help me to fix these codes by replacing one of the letters that contain errors.
Thanks Guys!!!
Please help me with these codes
Moderator: Cheaters
-
- Junior Member
- Posts: 32
- Joined: December 11th, 2010, 7:25 am
-
- Forum Staff
- Posts: 519
- Joined: October 18th, 2010, 8:43 am
Re: Please help me with these codes
That's like telling someone to find the needle in the haystack which is someplace in Russia.
-
- Forum Staff
- Posts: 762
- Joined: October 27th, 2009, 12:18 pm
- Location: Australia, GMT+8
Re: Please help me with these codes
well for a start why the hell are they at line 2112
If you have any questions drop in by chat sometime, chances are there'll be someone who can help you that's afking there, so the next best thing is to click the link on UndeadxAssassin's Sig and ask your question there.
-
- Grammar King
- Posts: 2117
- Joined: June 22nd, 2008, 10:11 pm
- Title: Worst human for 4eva
- Location: Mostly USEast
Re: Please help me with these codes
Boolean C should be true.
Amirite?
Amirite?
(20:53:52) Bartimaeus: Thank you, Jen.
(20:53:56) Bartimaeus: Truly, you are wise.
Learn how to extract and read RAW Codes here!(23:44:12) Bartimaeus: I was in pubic school until middle school...
Need help? Click here and ask your question!
-
- Forum Spammer
- Posts: 610
- Joined: March 30th, 2009, 9:02 pm
Re: Please help me with these codes
how about telling us the error too o.o
and we probably need the entire .j file instead of like...30 lines =/
EDIT: Woah... how the heck can you tell undead O.O
Undeadhax! I don't. That was the point..
Naturesfury! lol oh....
and we probably need the entire .j file instead of like...30 lines =/
EDIT: Woah... how the heck can you tell undead O.O
Undeadhax! I don't. That was the point..
Naturesfury! lol oh....
Last edited by naturesfury on October 26th, 2011, 11:16 pm, edited 1 time in total.
-
- Super Moderator
- Posts: 1943
- Joined: February 3rd, 2009, 11:28 pm
- Been thanked: 1 time
Re: Please help me with these codes
First, why are they on line... whatever that was. They should be on like line 10 unless that map has a gigantic globals section.
Second, there's nothing wrong with those lines. The error might be a repeated variable - if you want help post the whole map here, or at least the war3map.j.
Second, there's nothing wrong with those lines. The error might be a repeated variable - if you want help post the whole map here, or at least the war3map.j.
-
- Junior Member
- Posts: 32
- Joined: December 11th, 2010, 7:25 am
Re: Please help me with these codes
Hey Guys,
Here's the war3map.j,
Please fix those errors in that file.
Thanks Guys!!!
Here's the war3map.j,
Please fix those errors in that file.
Thanks Guys!!!
Last edited by Konsong on November 1st, 2011, 12:03 pm, edited 2 times in total.
-
- Senior Member
- Posts: 134
- Joined: September 25th, 2011, 1:15 pm
- Title: Slacking
Re: Please help me with these codes
Oh, so the map is DotA 6.69 LoD Ov1.
And yes, the error you had are repeated variables. I think you can fix it by using Vexorian Optimizer on the .J script. I heard it from someone. But never tried it myself.
And yes, the error you had are repeated variables. I think you can fix it by using Vexorian Optimizer on the .J script. I heard it from someone. But never tried it myself.
(Made by: Risugami) | Risugami's Signature Workshop
"As a young boy, I was taught in high school that hacking was cool. - Kevin Mitnick"
-
- Forum Staff
- Posts: 519
- Joined: October 18th, 2010, 8:43 am
Re: Please help me with these codes
Generally you use vexorian's first before you start work since you normally wouldn't name a variable or function the way vexorian's does to prevent conflict.
-
- Forum Staff
- Posts: 762
- Joined: October 27th, 2009, 12:18 pm
- Location: Australia, GMT+8
Re: Please help me with these codes
what?File comment: A useful file for all maps.
If you have any questions drop in by chat sometime, chances are there'll be someone who can help you that's afking there, so the next best thing is to click the link on UndeadxAssassin's Sig and ask your question there.