diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-05-24 01:31:00 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-05-24 01:31:00 -0300 |
commit | 0b74eeb14ace6e7368f321d85424afefee6a0eda (patch) | |
tree | bdac021add7c77ba23c8969914b814d03c06ba49 /npc | |
parent | 942cdc08ff09e5177edc30cba1e249565c1b9363 (diff) | |
download | serverdata-0b74eeb14ace6e7368f321d85424afefee6a0eda.tar.gz serverdata-0b74eeb14ace6e7368f321d85424afefee6a0eda.tar.bz2 serverdata-0b74eeb14ace6e7368f321d85424afefee6a0eda.tar.xz serverdata-0b74eeb14ace6e7368f321d85424afefee6a0eda.zip |
Complete Milly Quest, some chunks are at 942cdc08 and one more still to come.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/012-1/milly.txt | 34 | ||||
-rw-r--r-- | npc/functions/util.txt | 4 |
2 files changed, 12 insertions, 26 deletions
diff --git a/npc/012-1/milly.txt b/npc/012-1/milly.txt index 24761da69..95e99aa50 100644 --- a/npc/012-1/milly.txt +++ b/npc/012-1/milly.txt @@ -100,33 +100,15 @@ L_Epic: mesn; mesq lg("Wo-wo-wow! You really did it! You're the best!"); next; + inventoryplace SunnyCrystal, 1, MysteriousFruit, 1; + setq General_Milly, 2; + getitem SunnyCrystal, 1; + getitem MysteriousFruit, 1; + // To complete all quests, you need to be at least Lv 95 + getexp 1000000, 24000; + Zeny += 25000; mesn; - mesq l("But the game still is in development, so not every great feat was added yet."); - next; - mesn; - mesq l("Do you want to get a reward nonetheless? You will lose @@.", b(l("any planned experience and gold reward."))); - mesc l("Also note that, under team's discretion, all rewards from this quest might be erasen along quest state."); - mesc l("This would mean you might need to complete this quest again in the future."); - next; - // Debug - percentheal 100, 100; - sc_start SC_ATTHASTE_POTION1, 1800000, 30; - /* - mesn; - mesc l("Saulc was here"), 1; - close; - */ - // / Debug - if (askyesno() == ASK_YES) { - mes ""; - inventoryplace SunnyCrystal, 1; - setq General_Milly, 2; - getitem SunnyCrystal, 1; - // To complete all quests, you need to be at least Lv 95 - getexp 1000000, 16000; - mesn; - mesq lg("Here you go, miss! Thanks for being my hero! <3", "Here you go, mister! Thanks for being my hero! <3"); - } + mesq lg("Here you go, miss! Thanks for being my hero! <3", "Here you go, mister! Thanks for being my hero! <3"); close; OnInit: diff --git a/npc/functions/util.txt b/npc/functions/util.txt index cc886100a..cd89a1c2c 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -396,6 +396,8 @@ function script reputation { if (getq(LoFQuest_Pets) >= 1) .@nr=.@nr+1; + // TODO: Inspector Quest + // LAND OF FIRE Magical Forumula .@nr=.@nr*100/7; @@ -479,6 +481,8 @@ function script reputation { if (getq(HalinarzoQuest_Speed) >= 1) .@nr=.@nr+1; + // TODO: Katze Quest + // HALINARZO Magical Forumula .@nr=.@nr*100/8; |