hello guys could you guys help me with this bossnia script?..
i would like the following modification:
1. i want it to be open every 4hours (or 3 times a day)
2. it announces that the event will be open in 3min.
3. It only opens for 30min.
4. a minimum of 4 players in a party to enter, max is 10.
5. if one member of the party dies, they are all warped out.
6. Minimum base level to enter is 150.
7. A control panel for GM lvl 99.
8. PvP on. No @warp/@go
9. No usable items are allowed inside (example: YGG)
10. Those who can survive for 30min. recieves 3 TCG's.
prontera,150,179,5 script bossnia Staff::bsw 105,{
mes "[Red]";
mes "Halt! Who approaches?";
mes "I know a Place where chaos rules the land.";
mes "I found it while wondering the plains of RObust.";
mes "I am an adventurer.";
mes "Haha~";
next;
mes "[Red]";
mes "What? My name is...";
mes "'RObustnia Staff'?? Urghh no...";
mes "Well, my name is not so important.";
mes "Sometimes you should be generous.";
mes "No time for considering that kind of small stuff";
mes "when you have to concentrate on more important things.";
next;
mes "[Red]";
mes "Hum... anyway I want to say... something..";
mes "While I was travelling through some places,";
mes "I found a really dreadful and fearful place.";
next;
mes "[Red]";
mes "Most of the time when you come to a place,";
mes "there is one strong and fearful monster.";
mes "Isn't it?";
next;
mes "[Red]";
mes "But... but... in there...";
mes "There are lots of fearful and strong monsters in there...";
mes "That was really frightful, i even heared rumors of Satan being spotted there.";
next;
mes "[Red]";
mes "If I had reacted a bit later... a few seconds...";
mes "I might have been killed.";
next;
mes "[Red]";
mes "What?";
mes "You want to go in there?";
mes "Oh~ Boy~ you didn't get me.";
mes "In there.......";
next;
mes "[Red]";
mes "Uh... you already know?";
mes "Although you know the place, you want to go in...";
mes "Good, I will send you there.";
mes "But after you went there, don't hold";
mes "a grudge against me. Also it costs 5,000 zeny.";
next;
if (Zeny > 4999) {
mes "[Riss]";
mes "Would you really like to take the challenge??";
mes "Ok, just choose the course.";
next;
set .@i, select("First","Second","Third","Fourth");
mes "[Riss]";
mes "Take care, boy~";
mes "Don't hold a grudge against me.";
close2;
set Zeny, Zeny - 5000;
warp "bossnia_0"+.@i,rand(199,200),rand(199,200);
end;
}
mes "[Red]";
mes "You don't have enough money...";
mes "Come back when you have at least 5,000 zeny.";
close;
}
geffen,124,169,4 duplicate(bsw) Bossnia Staff#2 908
payon,165,150,4 duplicate(bsw) Bossnia Staff#3 908
morocc,142,100,4 duplicate(bsw) Bossnia Staff#4 908
lighthalzen,203,140,4 duplicate(bsw) Bossnia Staff#5 908
rachel,132,144,4 duplicate(bsw) Bossnia Staff#6 908
Question
stydianx
hello guys
could you guys help me with this bossnia script?..
i would like the following modification:
1. i want it to be open every 4hours (or 3 times a day)
2. it announces that the event will be open in 3min.
3. It only opens for 30min.
4. a minimum of 4 players in a party to enter, max is 10.
5. if one member of the party dies, they are all warped out.
6. Minimum base level to enter is 150.
7. A control panel for GM lvl 99.
8. PvP on. No @warp/@go
9. No usable items are allowed inside (example: YGG)
10. Those who can survive for 30min. recieves 3 TCG's.
Link to comment
Share on other sites
Top Posters For This Question
22
17
13
8
Popular Days
Oct 31
42
Oct 30
8
Nov 6
5
Nov 1
5
Top Posters For This Question
stydianx 22 posts
Emistry 17 posts
AnnieRuru 13 posts
Bin4ry 8 posts
Popular Days
Oct 31 2012
42 posts
Oct 30 2012
8 posts
Nov 6 2012
5 posts
Nov 1 2012
5 posts
Popular Posts
Emistry
the NPC is hided every time server is reloaded ...and will appear every 4 hours...specified by yourself inside the script.... otherwise just temporary remove this.. OnInit: disablenpc "bsw";
Emistry
here... announce "Bossnia Event Opened.",0; sleep ( 30 * 60000 ); announce "Bossnia Event Closed.",0; for the survive 30 minute and get reward... i havent do it... because...still thinking a
Emistry
ya it will do....but....what if the leader logout ? and never login back within the 30 minute ? xD that's the part make me confuse in certain part..~.~ perhap i already mess up the way to attach tim
63 answers to this question
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.