Jump to content
  • 0

rAthena Battlegrounds (Flavius and Tierra)


iankasai

Question


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   0
  • Joined:  12/25/12
  • Last Seen:  

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


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

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 )
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...