Jump to content

Recommended Posts

Posted

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
  • 1 month later...
Posted (edited)

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
  • 4 weeks later...
Posted

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 .

Posted

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;
}

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...