namerpus18 Posted March 30, 2024 Group: Members Topic Count: 42 Topics Per Day: 0.05 Content Count: 118 Reputation: 11 Joined: 11/15/22 Last Seen: 4 hours ago Share Posted March 30, 2024 Greeting everyone, Is it possible to make 4 teams in battleground? Thank you Quote Link to comment Share on other sites More sharing options...
0 pajodex Posted March 30, 2024 Group: Members Topic Count: 79 Topics Per Day: 0.03 Content Count: 439 Reputation: 173 Joined: 12/12/17 Last Seen: Monday at 05:33 PM Share Posted March 30, 2024 yes it is. I tried making a 5v5v5v5v5 bg script before. 1 Quote Link to comment Share on other sites More sharing options...
0 namerpus18 Posted March 31, 2024 Group: Members Topic Count: 42 Topics Per Day: 0.05 Content Count: 118 Reputation: 11 Joined: 11/15/22 Last Seen: 4 hours ago Author Share 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 Link to comment Share on other sites More sharing options...
0 namerpus18 Posted March 31, 2024 Group: Members Topic Count: 42 Topics Per Day: 0.05 Content Count: 118 Reputation: 11 Joined: 11/15/22 Last Seen: 4 hours ago Author Share 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 Link to comment Share on other sites More sharing options...
0 pajodex Posted March 31, 2024 Group: Members Topic Count: 79 Topics Per Day: 0.03 Content Count: 439 Reputation: 173 Joined: 12/12/17 Last Seen: Monday at 05:33 PM Share Posted March 31, 2024 you can use my old battleground scripts as reference. Most of them doesn't require waiting room limits 1 Quote Link to comment Share on other sites More sharing options...
0 namerpus18 Posted April 3, 2024 Group: Members Topic Count: 42 Topics Per Day: 0.05 Content Count: 118 Reputation: 11 Joined: 11/15/22 Last Seen: 4 hours ago Author Share 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 Link to comment Share on other sites More sharing options...
0 namerpus18 Posted April 3, 2024 Group: Members Topic Count: 42 Topics Per Day: 0.05 Content Count: 118 Reputation: 11 Joined: 11/15/22 Last Seen: 4 hours ago Author Share Posted April 3, 2024 [SOLVED] Found where to change the limit. Thank you chat.hpp #define MAX_CHAT_USERS 100 Quote Link to comment Share on other sites More sharing options...
Question
namerpus18
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.