Jump to content

Event: Timed PvP bossnia


Recommended Posts


  • Group:  Members
  • Topic Count:  105
  • Topics Per Day:  0.02
  • Content Count:  390
  • Reputation:   27
  • Joined:  07/12/12
  • Last Seen:  

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 /lv

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 /ok/no1

bossnia.txt

Edited by stydianx
  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1130
  • Joined:  05/27/12
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  105
  • Topics Per Day:  0.02
  • Content Count:  390
  • Reputation:   27
  • Joined:  07/12/12
  • Last Seen:  

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 by stydianx
Link to comment
Share on other sites

  • 5 months later...

  • Group:  Members
  • Topic Count:  113
  • Topics Per Day:  0.03
  • Content Count:  354
  • Reputation:   3
  • Joined:  02/17/13
  • Last Seen:  

i don't have  a monsters inside bossnia

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  105
  • Topics Per Day:  0.02
  • Content Count:  390
  • Reputation:   27
  • Joined:  07/12/12
  • Last Seen:  

You are the 1st. lol. 

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