ICEROCK Posted November 30, 2012 Posted November 30, 2012 (edited) how to join battleground? lol everywhen it starts? im used to @joinbg in eamod servers Edited November 30, 2012 by sQueeze Quote
Mystery Posted November 30, 2012 Posted November 30, 2012 how to join battleground? lol everywhen it starts? im used to @joinbg in eamod servers There's a BG warper in some cities. You can see the script in npc/battlegrounds/bg_common.txt - script Maroll Battle Recruiter::BatRecruit 728,{ mes "[Maroll Battle Recruiter]"; mes "Good day, adventurer."; mes "I'm a knight from a far country called Maroll Kingdom."; next; mes "[Maroll Battle Recruiter]"; mes "The two princes of the kingdom are now battling for the throne of Maroll, and are in need of experienced soldiers like you."; mes "How would you like to lend your power to one of the princes in the Maroll Kingdom?"; next; switch(select("Join:Don't Join")) { case 1: mes "[Maroll Battle Recruiter]"; mes "May the war god bless you."; close2; getmapxy(.@mapname$,.@x,.@y,1); if (.@mapname$ == "prontera") set bat_return,1; else if (.@mapname$ == "moc_ruins") set bat_return,2; else if (.@mapname$ == "aldebaran") set bat_return,3; else if (.@mapname$ == "geffen") set bat_return,4; else if (.@mapname$ == "payon") set bat_return,5; else if (.@mapname$ == "lighthalzen") set bat_return,6; else if (.@mapname$ == "rachel") set bat_return,7; else set bat_return,1; warp "bat_room",154,150; break; case 2: mes "[Maroll Battle Recruiter]"; mes "I'll always be stationed here for more soldiers. Feel free to come back whenever you're interested."; close; } end; } prontera,123,83,3 duplicate(BatRecruit) Maroll Battle Recruiter::BatRecruit1 728 moc_ruins,75,162,3 duplicate(BatRecruit) Maroll Battle Recruiter::BatRecruit2 728 aldebaran,146,109,3 duplicate(BatRecruit) Maroll Battle Recruiter::BatRecruit3 728 geffen,109,66,3 duplicate(BatRecruit) Maroll Battle Recruiter::BatRecruit4 728 payon,189,105,3 duplicate(BatRecruit) Maroll Battle Recruiter::BatRecruit5 728 lighthalzen,153,86,5 duplicate(BatRecruit) Maroll Battle Recruiter::BatRecruit6 728 rachel,149,138,3 duplicate(BatRecruit) Maroll Battle Recruiter::BatRecruit7 728 Quote
ICEROCK Posted November 30, 2012 Author Posted November 30, 2012 theres so many npc in bat_room where exactly i can join? and every when the bg starts? Quote
Emistry Posted November 30, 2012 Posted November 30, 2012 if you are using eAmod BG system..you should refer to eAmod / rAmod Forum... both eAmod / rAmod and rAthena using different battleground system... Quote
Mystery Posted November 30, 2012 Posted November 30, 2012 theres so many npc in bat_room where exactly i can join? and every when the bg starts? What do you mean? Once you click the warper found in the cities listed above, you then get warped to the bat room right in the middle between General Guillaume and Prince Croix and you pick what side you want to be on. Quote
ICEROCK Posted November 30, 2012 Author Posted November 30, 2012 so anytime they can join bg? as long as the players are enough? i am refering to eathena i just said that im used to eamod bg(@joinbg) thats why i dont have idea how to join in bg manually for i am using eathena and not eamod Quote
Mystery Posted November 30, 2012 Posted November 30, 2012 so anytime they can join bg? as long as the players are enough? i am refering to eathena i just said that im used to eamod bg(@joinbg) thats why i dont have idea how to join in bg manually for i am using eathena and not eamod Yup. People join either team but I believe all the battlegrounds are a minimum of 10 players. You can change this though within the script. Quote
Question
ICEROCK
how to join battleground? lol
everywhen it starts?
im used to @joinbg in eamod servers
Edited by sQueeze6 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.