Jump to content
  • 0

rAthena Battlegrounds (Flavius and Tierra)


Question

Posted

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?

 

 

1 answer to this question

Recommended Posts

Posted

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 )

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...