Jump to content

Bossnia Event


Recommended Posts


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  47
  • Reputation:   19
  • Joined:  11/21/11
  • Last Seen:  

Bossnia Event

This is an eAthena conversion of the Aegis file from bRO. Thanks to Muad_Dib for the file. The text is translated from Portuguese, so it might be a tad weird from time to time (no clue what "Ali" is supposed to be for, for example).

Well, Bossnia is basically a pretty simple event. There are a couple of NPCs spread around RO which warp you to one out of four places for 5000 zeny. So what to do in the maps? Kill MVPs, that's about it. I think they simply put just about every MVP ingame on that map for you to kill. The four maps are exactly the same, with exactly the same monsters in them.

The mapflags might not be correct, so change those if needed.

Lemme know if there are any bugs.

Original topic: http://www.eathena.ws/board/index.php?showtopic=238841&hl=

bossnia.txt

  • Upvote 2
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  33
  • Reputation:   6
  • Joined:  11/12/11
  • Last Seen:  

Ali = there in portuguese

So at line 45 where is:

mes "But, but... Ali...";

should be

mes "But, but... There...";

  • Upvote 1
Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  566
  • Reputation:   34
  • Joined:  11/17/11
  • Last Seen:  

For those who want to change the zeny to item you want, then do this

In line 70 find:

if (zeny < 5000) {

then change it to:

if (countitem(674) < 50) {

In this settings, the 674 is Mithril Coins 50pcs.

Then in line 90 find:

set zeny,zeny-5000;

then change it to:

delitem 674,50;

Edited by Slim
When the code is that short, please use [code] TAG
Link to comment
Share on other sites

  • 4 weeks later...

  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  94
  • Reputation:   0
  • Joined:  11/26/11
  • Last Seen:  

can anyone do some modification on this script ? maybe can add more features such as " pay 2 pcs gold coin and autowarp whole party inside ?"

p/s : Sorry for my bad english .

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:  

put this at the warper...


if( countitem( itemID ) < 2 ){
mes "Please bring 2 of this items.";
close;
}else{
delitem itemID,2;
warpparty "prontera",155,181,getcharid(1);
end;
}

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
Reply to this topic...

×   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...