stydianx Posted November 6, 2012 Group: Members Topic Count: 105 Topics Per Day: 0.02 Content Count: 390 Reputation: 27 Joined: 07/12/12 Last Seen: October 24, 2022 Share Posted November 6, 2012 (edited) ExtremeBossnia I had an idea on how to make bossnia more interesting and team based for players. Since im no pro in scripting, i requested this script. I personally think it's cool because of its features and mechanics to win. For anyone who wants a new thrill in bossnia, this script is perfect. The script is easy to modify. Just wanted to share this to people who are looking for cool and customized existing scripts Hope you guys like this. (Credits to Emistry and AnnieRuru for making this idea possible) Features/Mechanics: Item reward at the end of event. NPC appears and disappears in time. Opens only 3 times a day. You need to last 30min inside to get reward. PvP is turned on. When 1 member of the party dies, entire party is warped out. Minimum of 4 players to join, max is 10. add in mapflag if needed. Configuration: Appearance of NPC/Time of Event. OnClock0100: OnClock0500: OnClock0900: OnClock1300: OnClock1700: sleep ( 30 * 60000 ); If you don't want the NPC to disappear after the event, look for this and remove it: disablenpc "bsw"; To Change the Required level for a party member to get in: if( BaseLevel < 150 ){ To change the Amount of zeny to get in: set Zeny, Zeny - 50000000; To change the Rewards: getitem 7227,3, $@partymemberaid[.@i]; getitem 675,1, $@partymemberaid[.@i]; getitem 607,50, $@partymemberaid[.@i]; getitem 7959,5, $@partymemberaid[.@i]; NOTE: There is an NPC for my reward at this event (silver coins) wich sells godly items. if you guys want it, you can PM me. To change the warp point when Player dies: OnPCLogoutEvent: OnPCDieEvent: if( !compare( strcharinfo(3),"bossnia_0" ) ) end; if ( getcharid(1) == 0 ) warp "lighthalzen",137,86; To changed the minimum and maximum number of players to go in: }else if( $@partymembercount < 4 || $@partymembercount > 10 ){ mes "You need total of 4 - 10 Party Members."; Download links: http://www.4shared.c...B/bossnia.html? http://www.mediafire...g3vjvtf2oam7ivj For any questions, ask me or the two godly Scripters mentioned above bossnia.txt Edited November 7, 2012 by stydianx 1 Quote Link to comment Share on other sites More sharing options...
Euphy Posted November 6, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted November 6, 2012 http://rathena.org/board/topic/57413-script-release-rules-and-regulations/ 6. Do not use or [code] to release your script.Please upload as an attachment, thanks. Quote Link to comment Share on other sites More sharing options...
stydianx Posted November 6, 2012 Group: Members Topic Count: 105 Topics Per Day: 0.02 Content Count: 390 Reputation: 27 Joined: 07/12/12 Last Seen: October 24, 2022 Author Share Posted November 6, 2012 (edited) http://rathena.org/b...nd-regulations/ 6. Do not use or [code] to release your script.Please upload as an attachment, thanks.[s]I'm sorry, how do i add it as an attachment? i don't know how..[/s]edit: lol.. sorry, it was there all along, didn't see it.. thanks.. Edited November 7, 2012 by stydianx Quote Link to comment Share on other sites More sharing options...
Rage Guy Posted May 4, 2013 Group: Members Topic Count: 113 Topics Per Day: 0.03 Content Count: 354 Reputation: 3 Joined: 02/17/13 Last Seen: August 14, 2016 Share Posted May 4, 2013 i don't have a monsters inside bossnia Quote Link to comment Share on other sites More sharing options...
stydianx Posted May 9, 2013 Group: Members Topic Count: 105 Topics Per Day: 0.02 Content Count: 390 Reputation: 27 Joined: 07/12/12 Last Seen: October 24, 2022 Author Share Posted May 9, 2013 You are the 1st. lol. 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.