Jump to content
  • 0

Battleground with 4 teams?


namerpus18

Question


  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.08
  • Content Count:  102
  • Reputation:   5
  • Joined:  11/15/22
  • Last Seen:  

Greeting everyone,

 

Is it possible to make 4 teams in battleground?

 

Thank you

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  78
  • Topics Per Day:  0.03
  • Content Count:  436
  • Reputation:   167
  • Joined:  12/12/17
  • Last Seen:  

yes it is. I tried making a 5v5v5v5v5 bg script before.

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.08
  • Content Count:  102
  • Reputation:   5
  • Joined:  11/15/22
  • Last Seen:  

Posted (edited)
14 hours ago, pajodex said:

yes it is. I tried making a 5v5v5v5v5 bg script before.

Did you use the battleground scripts on npc? If so which one did you use as reference? thank you

Edited by namerpus18
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.08
  • Content Count:  102
  • Reputation:   5
  • Joined:  11/15/22
  • Last Seen:  

I managed to edit the script bg_pvp.txt and it seems to work but I have a problem, the waitingroom limits participants to 20 members per team. My target is above that. It seems i need to change that limit or find another way to queue the participants via @command maybe? Sadly I really cannot test it out if it's working.

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  78
  • Topics Per Day:  0.03
  • Content Count:  436
  • Reputation:   167
  • Joined:  12/12/17
  • Last Seen:  

you can use my old battleground scripts as reference. Most of them doesn't require waiting room limits

  • Like 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.08
  • Content Count:  102
  • Reputation:   5
  • Joined:  11/15/22
  • Last Seen:  

Posted (edited)

Hi is it possible to set 2 separate waitingrooms as teammates? I wanna try it but it requires other players of course. I cannot find old battleground scripts in rathena folder.


Thank you
 

bat_room,86,227,4	script	Lieutenant Ator	418,{
	end;
OnInit:
	waitingroom "Battle Station",20,"start#bat_b01::OnReadyCheck",1,0,80;
	end;
OnEnterBG:
	set $@FlaviusBG1_id1, waitingroom2bg("bat_b01",10,290,"start#bat_b01::OnGuillaumeQuit","");
	end;
}

bat_room,88,227,4	script	Lieutenant Ator#2	418,{
	end;
OnInit:
	waitingroom "Battle Station",20,"start#bat_b01::OnReadyCheck",1,0,80;
	end;
OnEnterBG:
	set $@FlaviusBG1_id1, waitingroom2bg("bat_b01",10,290,"start#bat_b01::OnGuillaumeQuit","");
	end;
}

 

Edited by namerpus18
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.08
  • Content Count:  102
  • Reputation:   5
  • Joined:  11/15/22
  • Last Seen:  

[SOLVED]
Found where to change the limit. Thank you 

chat.hpp
#define MAX_CHAT_USERS 100

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