Custom Battle Ground by goddammit please help put a prize?

they said this one should be added?

Code:
if(.point[1]>.point[2]){	for( set .@i,1; .playerid[.@i]; set .@i,.@i+1 )	{		if( attachrid(.playerid[.@i]) )		{			if( getcharid(4) == $@bg_id_a )				getitem 7539,10;		}	}	Announce "[Battle Ground]:Team A Win!",0;} 
 
Last edited by a moderator:
I triend to add it by my self and i got error T_T

I hope somebody will help me
default_happy.png


 
I'm not entirely sure if this would work but give it a shot

on line 114~

Code:
	if(.point[1]>.point[2])	{		Announce "[Battle Ground]:Team A Win!",0;		getitem $@bg_id_a,<item id>,<qty>;	}else if(.point[2]>.point[1])	{		Announce "[Battle Ground]:Team B Win!",0;		getitem $@bg_id_b,<item id>,<qty>;	}else	{		Announce "[Battle Ground]:Draw!",0;		getitem $@bg_id_a,<item id>,<qty>;		getitem $@bg_id_b,<item id>,<qty>;	}
 
Hello can you tell me about this error?
 

Code:
[Error]:script error on npc/custom/MYNPC/CustomBattle.txt line 109    parse_simpleexpr: unexpected character   104 : 	end;   105 : OnTimer190000:   106 : 	if(.point[1]>.point[2])   107 : 	{   108 : 		Announce "[Battle Ground]:Team A Win!",0;*  109 : 		getitem $@bg_id_a,'<'item id>,<qty>;   110 : 	}else if(.point[2]>.point[1])   111 : 	{   112 : 		Announce "[Battle Ground]:Team B Win!",0;   113 : 		getitem $@bg_id_b,<item id>,<qty>;   114 : 	}else[Info]: Done loading '14800' NPCs:   
 
still exist
 

Code:
[Error]: script error on npc/custom/MYNPC/CustomBattle.txt line 85    parse_simpleexpr: unexpected character    80 : 	end;    81 : OnTimer60000:    82 :     if(.point[1]>.point[2])    83 :     {    84 :         Announce "[Battle Ground]:Team A Win!",0;*   85 :         getitem $@bg_id_a,'<'605>,<1>;    86 :     }else if(.point[2]>.point[1])    87 :     {    88 :         Announce "[Battle Ground]:Team B Win!",0;    89 :         getitem $@bg_id_b,<605>,<1>;    90 :     }else 
 
please help if u can in this new problem
 

Code:
[URL="http://rathena.org/board/topic/88645-custom-battle-ground-by-goddammit-not-properly-working/%C2%A0"]http://rathena.org/board/topic/88645-custom-battle-ground-by-goddammit-not-properly-working/ [/URL]
 
Back
Top