RagnaGaga Posted November 21, 2011 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
Triper Posted November 28, 2011 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
Jezu Posted December 28, 2011 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
iSkiddo Posted January 26, 2012 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
Emistry Posted January 26, 2012 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
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.