Jump to content
  • 0

Battleground with 4 teams?


Question

6 answers to this question

Recommended Posts

  • 0
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
  • 0
Posted

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.

 

  • 0
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

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