iankasai Posted April 18, 2013 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 22 Reputation: 0 Joined: 12/25/12 Last Seen: September 5, 2015 Share Posted April 18, 2013 Hi im using the rAthena Battlegrounds (located in the npc/custom/battleground/...) How do you make the required players into 6 instead of 10? and How to make the BG start when the chat room is already 3/6? Quote Link to comment Share on other sites More sharing options...
Capuche Posted April 19, 2013 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 April 19, 2013 In each file (kvm01, 02.. tierra01, 02.. ) 1/ search the waitingroom Sample: waitingroom "Battle Station",11,"start#bat_a02::OnReadyCheck",1,0,80; //*waitingroom "<chatroom name>",<limit>{,<event label>,<trigger>,<required zeny>,<min lvl>,<max lvl>}; 11 = <limit> : maximum number of people allowed to enter the chat room ---> 10 peoples can enter Change it as your content 2/ search OnReadyCheck: under this label, there is something like this if( .@Guillaume < 10 || .@Croix < 10 ) here 10 is the limit of player, chenge it as your content 3/ in kvm case (kvm01, 02.. files), you must change .Guillaume_Count and .Croix_Count variables too if( .Guillaume_Count < 5 || .Croix_Count < 5 ) Quote Link to comment Share on other sites More sharing options...
Question
iankasai
Hi im using the rAthena Battlegrounds (located in the npc/custom/battleground/...)
How do you make the required players into 6 instead of 10? and How to make the BG start when the chat room is already 3/6?
Link to comment
Share on other sites
1 answer 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.