Jump to content
  • 0

Check this some error


Dev Blaze

Question


  • Group:  Members
  • Topic Count:  68
  • Topics Per Day:  0.01
  • Content Count:  212
  • Reputation:   5
  • Joined:  01/24/12
  • Last Seen:  

Guys help me wht is wrong with this script

http://pastebin.com/fQkB13px

Line 430

12334_zps75e7ef89.jpg

Edited by o GM Mark o
Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  782
  • Reputation:   82
  • Joined:  01/01/12
  • Last Seen:  

Just add 1 more { to last line.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  68
  • Topics Per Day:  0.01
  • Content Count:  212
  • Reputation:   5
  • Joined:  01/24/12
  • Last Seen:  

@darristan Same error line 430

lhz_cube.gat,124,74,3 script winnerPrize#3vs3 818,2,2,{

sc_end SC_ALL;

mes "[Winner Prize]";

mes "Congratulations, you're the winners! Here's your prize ~ ";

next;

getitem 22555,1;

percentheal 100,100;

if(@PRTYPRTY_x) {warp @PRTYPRTY_city$,@PRTYPRTY_x,@PRTYPRTY_y;}

else { warp "prontera",156,174;}

set @PRTYPRTY_city$, 0; set @PRTYPRTY_x, 0; set @PRTYPRTY_y, 0;

end;

}{ <<<<<<<<------------------- ERROR

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  782
  • Reputation:   82
  • Joined:  01/01/12
  • Last Seen:  

Closing line } sorry.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.01
  • Content Count:  132
  • Reputation:   8
  • Joined:  07/19/12
  • Last Seen:  

As you

@darristan Same error line 430

lhz_cube.gat,124,74,3 script winnerPrize#3vs3 818,2,2,{

sc_end SC_ALL;

mes "[Winner Prize]";

mes "Congratulations, you're the winners! Here's your prize ~ ";

next;

getitem 22555,1;

percentheal 100,100;

if(@PRTYPRTY_x) {warp @PRTYPRTY_city$,@PRTYPRTY_x,@PRTYPRTY_y;}

else { warp "prontera",156,174;}

set @PRTYPRTY_city$, 0; set @PRTYPRTY_x, 0; set @PRTYPRTY_y, 0;

end;

}{ <<<<<<<<------------------- ERROR

Based on what you have posted, there's an extra open curly parenthesis. Remove it.

To be more specific, this line:

}{ <<<<<<<<------------------- ERROR

Remove the {.

Edited by Valiente
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...