namerpus18 Posted March 30, 2024 Posted March 30, 2024 Greeting everyone, Is it possible to make 4 teams in battleground? Thank you Quote
0 pajodex Posted March 30, 2024 Posted March 30, 2024 yes it is. I tried making a 5v5v5v5v5 bg script before. 1 Quote
0 namerpus18 Posted March 31, 2024 Author Posted March 31, 2024 (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 March 31, 2024 by namerpus18 Quote
0 namerpus18 Posted March 31, 2024 Author Posted March 31, 2024 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. Quote
0 pajodex Posted March 31, 2024 Posted March 31, 2024 you can use my old battleground scripts as reference. Most of them doesn't require waiting room limits 1 Quote
0 namerpus18 Posted April 3, 2024 Author Posted April 3, 2024 (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 April 3, 2024 by namerpus18 Quote
0 namerpus18 Posted April 3, 2024 Author Posted April 3, 2024 [SOLVED] Found where to change the limit. Thank you chat.hpp #define MAX_CHAT_USERS 100 Quote
Question
namerpus18
Greeting everyone,
Is it possible to make 4 teams in battleground?
Thank you
6 answers 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.