From c7be3198a4ef9e78a97ca2ea5dd6d32ed7d174c5 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 11 Sep 2018 10:35:38 -0300 Subject: Regenerate maps. Prepare Nivalis well. (Winterlands, or Icelands, sorry) --- npc/019-1/well.txt | 43 +++++++++++++++++++++++++++++++++++-------- 1 file changed, 35 insertions(+), 8 deletions(-) (limited to 'npc/019-1/well.txt') diff --git a/npc/019-1/well.txt b/npc/019-1/well.txt index cc15fc0c3..b21a37f24 100644 --- a/npc/019-1/well.txt +++ b/npc/019-1/well.txt @@ -17,17 +17,44 @@ // Begin here .@q=getq(NivalisQuest_Well); - if (.@q == 2) - goto L_Well; - mes l("Out of Order."); + mesn l("The Self-Serving Ice Well!"); + mesc l("Hello, my name is Mahid, and this well belongs to me!"); + mesc l("You are allowed to fill your bottles, but BE SURE TO PAY!"); + mesc l("Otherwise, ##BYOU'LL DIE.##b Have a nice day!"); + next; + + menu + l("Fill Water Bottles"), L_Bottle, + rif(.@q == 2, l("Jump inside!")), L_Reckless, + rif(.@q == 1, l("Steal bucket!")), L_Bucket, + rif(.@q != 1, l("Throw something inside!")), L_Throw, + l("Leave."), -; + close; + +// Fill a water bottle +L_Bottle: + mes ""; + mesc l("Temporaly out of order."), 1; + close; + +// Jump to Terranite Cave (requires 55 vitality minimum) +L_Reckless: + closedialog; + warp "015-6", 363, 109; + percentheal -155+readparam(bVit), 0; + dispbottom l("Ouch! That was kinda reckless!"); close; -L_Well: +// Easter Egg +L_Bucket: + mes ""; + percentheal -rand(10,20), 0; mesn strcharinfo(0); - mes l("Well well well, not felling well?"); - mesc "-------------------------------------", 1; - mesc l("ERROR, missing item id: Frozen Water."), 1; - mesc l("Blame Saulc"), 1; + mesq l("Ouch, the bucket BITE me!"); + close; + +// Main Quest +L_Throw: close; OnInit: -- cgit v1.2.3-60-g2f50