MyNoobScriptz Posted April 5, 2016 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 76 Reputation: 3 Joined: 05/01/15 Last Seen: April 9 Share Posted April 5, 2016 - script Bossnia Staff#1 -1,{ mes "[Riss]"; mes "Hello?"; mes "I am an adventurer."; mes "Haha~"; next; if (Zeny > 999999) { mes "[Riss]"; mes "Would you really like to take the challenge?"; mes "Ok, just choose the course."; next; .@i = select("First","Second","Third","Fourth"); mes "[Riss]"; mes "Take care, boy~"; mes "Don't hold a grudge against me."; close2; Zeny -= 1000000; warp "bossnia_0"+.@i,rand(202,204),rand(202,204); end; } mes "[Riss]"; mes "You don't have enough money..."; mes "Come back when you have at least 1,000,000 zeny."; close; } Main_town,160,156,4 duplicate(Bossnia Staff#1) Bossnia Staff#7 4_M_PHILMAN // Warp Portals //============================================================ bossnia_01,210,210,0 warp bossnia01 1,1,Main_town,146,166 bossnia_02,210,210,0 warp bossnia02 1,1,Main_town,146,166 bossnia_03,210,210,0 warp bossnia03 1,1,Main_town,146,166 bossnia_04,210,210,0 warp bossnia04 1,1,Main_town,146,166 // Monster Spawns //============================================================ bossnia_01,0,0,0,0 monster Dark Lord 1272,3,600000,0,1 bossnia_02,0,0,0,0 monster Garm 1252,5,600000,0,1 bossnia_03,0,0,0,0 monster Gloom Under Night 1768,2,600000,0,1 bossnia_04,0,0,0,0 monster Doppelganger 1046,5,600000,0,1 Hi guys!! please help me to edit bossnia event 1. time bossnia start, example round 1 (7.00 am-10.00 am) round 2 (7.00 pm-10.00 pm) 2. when time up each round player in bossnia warp to savepoint 3. Announce when bossnia start Quote Link to comment Share on other sites More sharing options...
0 Secrets Posted April 5, 2016 Group: Developer Topic Count: 36 Topics Per Day: 0.01 Content Count: 588 Reputation: 438 Joined: 01/26/16 Last Seen: 48 minutes ago Share Posted April 5, 2016 - script bniactrl -1,{ end; OnClock0700: OnClock1900: //OnClockhhmm: Add your start time here OnBossniaStart: announce "your start message",bc_all; enablenpc "Bossnia Staff#7"; end; OnInit: OnClock1000: OnClock2200: //OnClockhhmm: Add your end time here OnBossniaEnd: announce "end",bc_all; disablenpc "Bossnia Staff#7"; mapwarp "bossnia01","SavePoint",0,0; mapwarp "bossnia02","SavePoint",0,0; mapwarp "bossnia03","SavePoint",0,0; mapwarp "bossnia04","SavePoint",0,0; end; } Quote Link to comment Share on other sites More sharing options...
0 MyNoobScriptz Posted April 6, 2016 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 76 Reputation: 3 Joined: 05/01/15 Last Seen: April 9 Author Share Posted April 6, 2016 - script bniactrl -1,{ end; OnClock0700: OnClock1900: //OnClockhhmm: Add your start time here OnBossniaStart: announce "your start message",bc_all; enablenpc "Bossnia Staff#7"; end; OnInit: OnClock1000: OnClock2200: //OnClockhhmm: Add your end time here OnBossniaEnd: announce "end",bc_all; disablenpc "Bossnia Staff#7"; mapwarp "bossnia01","SavePoint",0,0; mapwarp "bossnia02","SavePoint",0,0; mapwarp "bossnia03","SavePoint",0,0; mapwarp "bossnia04","SavePoint",0,0; end; } THX @secretdataz - script bniactrl -1,{ end; OnClock0700: OnClock1900: //OnClockhhmm: Add your start time here OnBossniaStart: announce "your start message",bc_all; enablenpc "Bossnia Staff#7"; end; OnInit: OnClock1000: OnClock2200: //OnClockhhmm: Add your end time here OnBossniaEnd: announce "end",bc_all; disablenpc "Bossnia Staff#7"; mapwarp "bossnia01","SavePoint",0,0; mapwarp "bossnia02","SavePoint",0,0; mapwarp "bossnia03","SavePoint",0,0; mapwarp "bossnia04","SavePoint",0,0; end; } @secretdataz please help me again, i need announce countdown bossnia start and bossnia time up!! Quote Link to comment Share on other sites More sharing options...
Question
MyNoobScriptz
- script Bossnia Staff#1 -1,{
mes "[Riss]";
mes "Hello?";
mes "I am an adventurer.";
mes "Haha~";
next;
if (Zeny > 999999) {
mes "[Riss]";
mes "Would you really like to take the challenge?";
mes "Ok, just choose the course.";
next;
.@i = select("First","Second","Third","Fourth");
mes "[Riss]";
mes "Take care, boy~";
mes "Don't hold a grudge against me.";
close2;
Zeny -= 1000000;
warp "bossnia_0"+.@i,rand(202,204),rand(202,204);
end;
}
mes "[Riss]";
mes "You don't have enough money...";
mes "Come back when you have at least 1,000,000 zeny.";
close;
}
Main_town,160,156,4 duplicate(Bossnia Staff#1) Bossnia Staff#7 4_M_PHILMAN
// Warp Portals
//============================================================
bossnia_01,210,210,0 warp bossnia01 1,1,Main_town,146,166
bossnia_02,210,210,0 warp bossnia02 1,1,Main_town,146,166
bossnia_03,210,210,0 warp bossnia03 1,1,Main_town,146,166
bossnia_04,210,210,0 warp bossnia04 1,1,Main_town,146,166
// Monster Spawns
//============================================================
bossnia_01,0,0,0,0 monster Dark Lord 1272,3,600000,0,1
bossnia_02,0,0,0,0 monster Garm 1252,5,600000,0,1
bossnia_03,0,0,0,0 monster Gloom Under Night 1768,2,600000,0,1
bossnia_04,0,0,0,0 monster Doppelganger 1046,5,600000,0,1
Hi guys!! please help me to edit bossnia event
1. time bossnia start, example round 1 (7.00 am-10.00 am) round 2 (7.00 pm-10.00 pm)
2. when time up each round player in bossnia warp to savepoint
3. Announce when bossnia start
Link to comment
Share on other sites
2 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.