leloush 7 Posted March 3, 2014 Good day, im wondering if the default battlegrounds (KvM) is possible to make the participants gets a random teamlets say just join the waiting room and if bg starts it will randomize the participants? thank you.. Quote Share this post Link to post Share on other sites
0 jaBote 438 Posted March 10, 2014 After a quick search, I think it's not possible with current scripting, but you can do a splitting and workaround algorithm if you want, which is just a bit complicated and doesn't assign groups directly but it's not out of your reach. Just make a regular waitingroom with an event and a trigger population, then when the event triggers issue a warpwaitingpc and warp all of your users to a bogus place. This will get you a count of players you warped and their account ids. Now you can use your splitting algorithm and group them in separate. With the separate groups you can do whatever you want with them, but I think you can't directly assign a BG team on scripting so your best option here is to just re-warp them to a room with an NPC waiting for the BG Or generate a script command that makes you a BG team and another one that lets you assign it to the users individually so you can get them all on the BG arena. Quote Share this post Link to post Share on other sites
0 AnnieRuru 957 Posted March 11, 2014 http://herc.ws/board/topic/4186-party-commands/?p=27401 honestly ... you just need a little search ... without source modification = official behavior with source modification = randomize team Quote Share this post Link to post Share on other sites
0 leloush 7 Posted March 11, 2014 ah isee .. thanks for the reply both of you.. Quote Share this post Link to post Share on other sites
Good day,
im wondering if the default battlegrounds (KvM) is possible to make the participants gets a random team
lets say just join the waiting room and if bg starts it will randomize the participants?
thank you..
Share this post
Link to post
Share on other sites