Jump to content
  • 0

stupid question here


ICEROCK

Question


  • Group:  Members
  • Topic Count:  46
  • Topics Per Day:  0.01
  • Content Count:  228
  • Reputation:   33
  • Joined:  11/15/12
  • Last Seen:  

how to join battleground? lol

everywhen it starts?

im used to @joinbg in eamod servers

Edited by sQueeze
Link to comment
Share on other sites

6 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  46
  • Topics Per Day:  0.01
  • Content Count:  228
  • Reputation:   33
  • Joined:  11/15/12
  • Last Seen:  

theres so many npc in bat_room where exactly i can join?

and every when the bg starts?

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

if you are using eAmod BG system..you should refer to eAmod / rAmod Forum...

both eAmod / rAmod and rAthena using different battleground system...

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  46
  • Topics Per Day:  0.01
  • Content Count:  228
  • Reputation:   33
  • Joined:  11/15/12
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

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.

Link to comment
Share on other sites

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.

×
×
  • Create New...