firefox26 Posted December 28, 2012 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 24 Reputation: 0 Joined: 04/13/12 Last Seen: December 1, 2020 Share Posted December 28, 2012 (edited) Im using the latest rathena and im having trouble with these: OnPvPon: atcommand ""+$BR_Atcom$+"pvpon"; end; OnPvPoff: atcommand ""+$BR_Atcom$+"pvpoff"; end; //=================================================================================== br_map1,95,83,3 script Battle#ep1 430,{ set @name$,"^FF00CCAssistante BR^000000"; if (BR_Langue == 0) { callfunc "br_fr02";} if (BR_Langue == 1) { callfunc "br_en02";} OnInit: waitingroom "Battle Manager",0; end; OnPvPon: atcommand ""+$BR_Atcom$+"pvpon"; end; OnPvPoff: atcommand ""+$BR_Atcom$+"pvpoff"; end; OnEnd: atcommand ""+$BR_Atcom$+"doommap"; end; } br_map2,79,61,4 duplicate(Battle#ep1) Battle#ep2 430 br_map3,122,147,4 duplicate(Battle#ep1) Battle#ep3 430 br_map4,29,178,4 duplicate(Battle#ep1) Battle#ep4 430 br_map4,84,36,4 duplicate(Battle#ep1) Battle#ep5 430 br_map5,95,52,3 duplicate(Battle#ep1) Battle#ep6 430 br_map5,80,156,4 duplicate(Battle#ep1) Battle#ep7 430 br_main,65,98,4 duplicate(Battle#ep1) Battle#ep8 430 Edited December 28, 2012 by firefox26 Quote Link to comment Share on other sites More sharing options...
Capuche Posted December 28, 2012 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted December 28, 2012 I assume you have trouble with Battle Royale script... OnInit: ... //Atcommand symbol set $BR_Atcom$,"@"; $BR_Atcom$ = Your Atcommand symbol Quote Link to comment Share on other sites More sharing options...
firefox26 Posted December 28, 2012 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 24 Reputation: 0 Joined: 04/13/12 Last Seen: December 1, 2020 Author Share Posted December 28, 2012 yes, it is on battle royalle thx for the help ^^ Quote Link to comment Share on other sites More sharing options...
Question
firefox26
Im using the latest rathena and im having trouble with these:
OnPvPon: atcommand ""+$BR_Atcom$+"pvpon"; end;
OnPvPoff: atcommand ""+$BR_Atcom$+"pvpoff"; end;
Edited by firefox26Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.