diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-05-22 00:54:21 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-05-22 00:54:21 -0300 |
commit | bea23c440838f546492e76d3ff17f373ea183389 (patch) | |
tree | 14c9c2ed9ea0ab732a1fe5dae326d6f31de3dc4c | |
parent | aef55a7725b682e961f502e34115ec3cc1b61923 (diff) | |
download | serverdata-bea23c440838f546492e76d3ff17f373ea183389.tar.gz serverdata-bea23c440838f546492e76d3ff17f373ea183389.tar.bz2 serverdata-bea23c440838f546492e76d3ff17f373ea183389.tar.xz serverdata-bea23c440838f546492e76d3ff17f373ea183389.zip |
Adjust a bit the Royal Fairy Collector shop now that the broken code is confirmed
There is no room for changes there normally. Also, increase PQ Reward.
-rw-r--r-- | npc/017-1/fairy_collector.txt | 9 | ||||
-rw-r--r-- | npc/025-4/main.txt | 3 | ||||
-rw-r--r-- | npc/config/inspector.txt | 5 |
3 files changed, 11 insertions, 6 deletions
diff --git a/npc/017-1/fairy_collector.txt b/npc/017-1/fairy_collector.txt index ea007803e..015f788b2 100644 --- a/npc/017-1/fairy_collector.txt +++ b/npc/017-1/fairy_collector.txt @@ -391,18 +391,17 @@ OnInit: // Sell: Aethyr Points, Strange Coins, Manapple, Supreme Gift, Housing Letter 3, Blueprints E, SaviorBlueprint, BoxsetEE, Tux/Linarian Soul, SunnyCrystal?, X Cards, // Pets → Strange Coin // You can get up to 18 stamps, but pets, hats and armor give 2x - // Plan wisely and accordingly (21 stamps total) - // As of 2024-01-09, a total of 7 stamps were available + // Plan wisely and accordingly (21 stamps total) + 1 from main quest + // As of 2024-05-21, a total of 7+1 stamps were available sellitem SunnyCrystal, 12; sellitem LegendaryMouboo, 8; - sellitem SupremeGift, 7; sellitem MysteriousFruit, 7; sellitem LegendaryTortuga, 6; sellitem LinarianSoul, 6; - sellitem PrismGift, 5; + sellitem SupremeGift, 5; sellitem SaviorBlueprint, 4; sellitem TuxSoul, 4; - sellitem GoldenGift, 3; + sellitem PrismGift, 3; sellitem MercBoxEE, 2; sellitem HousingLetterIII, 2; sellitem ReflectCardX, 2; diff --git a/npc/025-4/main.txt b/npc/025-4/main.txt index 4bf439506..68668ab0e 100644 --- a/npc/025-4/main.txt +++ b/npc/025-4/main.txt @@ -366,11 +366,12 @@ OnTouch: mesn l("Your father?"); mesq l("Once you do so, be you good or be you evil, challenge the Moubootaur and engrave your name in history, or fail the fight and face permanent death. In this box, you shall find my will to you. Use it well."); // The Final Showdown might inflict permanent death, maybe, I don't know, I'm not in charge of doing it. next; - inventoryplace SunnyCrystal, 1; + inventoryplace SunnyCrystal, 1, SilverBell, 1; mesc l("You find a %s inside. Holding it, you can feel it - The Lightbringer, source of mana and supreme guardian of the world, blessing your journey. You can now choose a new trait. This concludes the player quest.", getitemlink(SunnyCrystal)); next; do { mesc l("You must choose a trait now, or the opportunity will be forfeit."), 1; next; } while (!ChooseTrait()); setq General_Narrator, 23, 0, 0; + getitembound SilverBell, 1, 1; getitem SunnyCrystal, 1; //// Endtrail diff --git a/npc/config/inspector.txt b/npc/config/inspector.txt index 93f1bc536..7fbbf2d7e 100644 --- a/npc/config/inspector.txt +++ b/npc/config/inspector.txt @@ -17,6 +17,11 @@ function script inspectorQuest { clear; return; } + /* + // NPC List + /////////////////////////////// + Royal Fairy + */ mes ""; Exception("Oops, this is not yet implemented!", RB_SPEECH); return; |