RagnaGaga Posted November 21, 2011 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 47 Reputation: 19 Joined: 11/21/11 Last Seen: Saturday at 12:56 AM Share Posted November 21, 2011 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 2 Quote Link to comment Share on other sites More sharing options...
Triper Posted November 28, 2011 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 33 Reputation: 6 Joined: 11/12/11 Last Seen: January 16, 2022 Share Posted November 28, 2011 Ali = there in portuguese So at line 45 where is: mes "But, but... Ali..."; should be mes "But, but... There..."; 1 Quote Link to comment Share on other sites More sharing options...
Jezu Posted December 28, 2011 Group: Members Topic Count: 29 Topics Per Day: 0.01 Content Count: 566 Reputation: 34 Joined: 11/17/11 Last Seen: January 24 Share Posted December 28, 2011 (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 January 3, 2012 by Slim When the code is that short, please use [code] TAG Quote Link to comment Share on other sites More sharing options...
iSkiddo Posted January 26, 2012 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 94 Reputation: 0 Joined: 11/26/11 Last Seen: January 14, 2020 Share Posted January 26, 2012 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 . Quote Link to comment Share on other sites More sharing options...
Emistry Posted January 26, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted January 26, 2012 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; } Quote Link to comment Share on other sites More sharing options...
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.