summaryrefslogtreecommitdiff
path: root/npc/024-16
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-06-16 18:48:49 -0300
committerJesusaves <cpntb1@ymail.com>2019-06-16 18:48:49 -0300
commitc4a05bf89e2a9bc040e925bd030065a761b7d139 (patch)
treef506f33d7b7243a7d3234b5aff69601c308f4230 /npc/024-16
parent9c93d7326e0e0c60de6c5b9e1f9d01441285d907 (diff)
downloadserverdata-c4a05bf89e2a9bc040e925bd030065a761b7d139.tar.gz
serverdata-c4a05bf89e2a9bc040e925bd030065a761b7d139.tar.bz2
serverdata-c4a05bf89e2a9bc040e925bd030065a761b7d139.tar.xz
serverdata-c4a05bf89e2a9bc040e925bd030065a761b7d139.zip
Sequence error
Diffstat (limited to 'npc/024-16')
-rw-r--r--npc/024-16/generals.txt81
1 files changed, 41 insertions, 40 deletions
diff --git a/npc/024-16/generals.txt b/npc/024-16/generals.txt
index 3d169ade3..625afeb93 100644
--- a/npc/024-16/generals.txt
+++ b/npc/024-16/generals.txt
@@ -4,6 +4,46 @@
// Description:
// Generals
+// FrostiaTaskMaster(lvl)
+function script FrostiaTaskMaster {
+ .@q=General_MobHunting4;
+ .@q1=getq(General_MobHunting4);
+ .@q2=getq2(General_MobHunting4);
+ .@q3=getq3(General_MobHunting4);
+ .@d=gettimeparam(GETTIME_DAYOFMONTH);
+ .@lv=getarg(0, 1);
+ // It's a new day, so we must generate a new quest!
+ if (.@q1 != .@d) {
+ .@q1=.@d;
+ .@q2=any(Moggun, IcedFluffy, Fluffy, Pollet, BlueSlime, WhiteSlime, SantaSlime, AzulSlime, RudolphSlime); // WaterFairy
+ setq .@q, .@q1, .@q2, 0;
+ }
+
+ // Maybe you finished the quest?
+ if (.@q3 >= 100) {
+ mesn;
+ mesq l("Good job, you've killed the 100 @@ and reported back in time!", getmonsterlink(.@q2));
+ next;
+ mesn;
+ mesq l("It's not much of a reward, but doesn't it feels great to help others in need?! HAHAHA!");
+ Zeny+=.@lv;
+ getexp BaseLevel*.@lv, .@lv;
+ setq2 .@q, 0;
+ return false;
+ }
+
+ // Maybe there is no monster to kill
+ if (!.@q2) {
+ mesn;
+ mesq l("You've already completed this quest today. Try again tomorrow.");
+ return true;
+ }
+
+ mesn;
+ mesq l("So, please kill @@/100 @@ for us and make the world a safer place!", .@q3, getmonsterlink(.@q2));
+ return false;
+}
+
// FrostiaGeneralQuest( Skillname )
function script FrostiaGeneralQuest {
.@at$=getarg(0);
@@ -49,46 +89,7 @@ function script FrostiaGeneralQuest {
close;
}
-// FrostiaTaskMaster(lvl)
-function script FrostiaTaskMaster {
- .@q=General_MobHunting4;
- .@q1=getq(General_MobHunting4);
- .@q2=getq2(General_MobHunting4);
- .@q3=getq3(General_MobHunting4);
- .@d=gettimeparam(GETTIME_DAYOFMONTH);
- .@lv=getarg(0, 1);
- // It's a new day, so we must generate a new quest!
- if (.@q1 != .@d) {
- .@q1=.@d;
- .@q2=any(Moggun, IcedFluffy, Fluffy, Pollet, BlueSlime, WhiteSlime, SantaSlime, AzulSlime, RudolphSlime); // WaterFairy
- setq .@q, .@q1, .@q2, 0;
- }
-
- // Maybe you finished the quest?
- if (.@q3 >= 100) {
- mesn;
- mesq l("Good job, you've killed the 100 @@ and reported back in time!", getmonsterlink(.@q2));
- next;
- mesn;
- mesq l("It's not much of a reward, but doesn't it feels great to help others in need?! HAHAHA!");
- Zeny+=.@lv;
- getexp BaseLevel*.@lv, .@lv;
- setq2 .@q, 0;
- return false;
- }
-
- // Maybe there is no monster to kill
- if (!.@q2) {
- mesn;
- mesq l("You've already completed this quest today. Try again tomorrow.");
- return true;
- }
-
- mesn;
- mesq l("So, please kill @@/100 @@ for us and make the world a safer place!", .@q3, getmonsterlink(.@q2));
- return false;
-}
-
+//////////////////////////////////////////////////////////////////////
024-16,29,21,0 script Wizard General NPC_BLUESABER,{
.@q=getq(General_Narrator);
if (.@q == 14)