diff options
Diffstat (limited to 'npc/014-5/sagratha.txt')
-rw-r--r-- | npc/014-5/sagratha.txt | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/npc/014-5/sagratha.txt b/npc/014-5/sagratha.txt index 2b3476b59..defaa2959 100644 --- a/npc/014-5/sagratha.txt +++ b/npc/014-5/sagratha.txt @@ -3,6 +3,17 @@ // Jesusalva // Description: // Sagratha's House Door +// +// getq(HurnscaldQuest_Sagratha) +// Field 1 +// 0 - Sagratha is home and annyoed +// 1 - Wyara sent player saggy way +// 2 - Rumor Confirmed, check again +// Field 2 +// RESERVED - INSTANCE ID +// Field 3 +// During stage 1 and 2: Holds if player looked everywhere +// RESERVED - INSTANCE ID 014-5,122,137,0 script Sagratha Door NPC_HIDDEN,0,0,{ end; @@ -95,11 +106,11 @@ L_Open: mesc l("*CREAK*"); mesc l("The pressure you did made the door burst open. It is unusually quiet inside..."); next; - enable_items(); + //enable_items(); //mesc l("WARNING: Save your game now."), 3; - mesc l("WARNING: Change your equipment now."), 3; - next; - disable_items(); + //mesc l("WARNING: Change your equipment now."), 3; + //next; + //disable_items(); /* if (has_instance("014-5-1") == "") { .@inst = instance_create("Sagratha House", getcharid(3), IOT_CHAR); @@ -137,7 +148,7 @@ L_Welcome: OnTouch: .@q=getq(HurnscaldQuest_Sagratha); if (!MAGIC_LVL) goto L_Magicless; - if (.@q == 1) goto L_Open; + if (.@q >= 1 && .@q < 10) goto L_Open; if (getq(HurnscaldQuest_InjuriedMouboo) == 3) goto L_Welcome; // No special condition |