diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/009-3/dangrostra.txt | 19 | ||||
-rw-r--r-- | npc/023-3/logic.txt | 6 |
2 files changed, 16 insertions, 9 deletions
diff --git a/npc/009-3/dangrostra.txt b/npc/009-3/dangrostra.txt index b2e77dda0..ec7093322 100644 --- a/npc/009-3/dangrostra.txt +++ b/npc/009-3/dangrostra.txt @@ -49,6 +49,8 @@ OnInit: sellitem ArrowAmmoBox, -1, 2; sellitem IronAmmoBox, -1, 1; + // Speciality Drinks (common) + sellitem Coffee, -1, 3; end; OnClock0000: @@ -57,15 +59,16 @@ OnClock1200: restoreshopitem WoodenBow, 6800, 1; OnClock0400: OnClock1600: - restoreshopitem SharpKnife, -1, 1; - restoreshopitem EmptyBottle, -1, 1; - restoreshopitem LimeDye, -1, 1; + restoreshopitem SharpKnife, 1; + restoreshopitem EmptyBottle, 1; + restoreshopitem LimeDye, 1; OnClock0800: OnClock2000: - restoreshopitem Arrow, -1, 200; - restoreshopitem IronArrow, -1, 90; - restoreshopitem ArrowAmmoBox, -1, 2; - restoreshopitem IronAmmoBox, -1, 1; - + restoreshopitem Arrow, 200; + restoreshopitem IronArrow, 90; + restoreshopitem ArrowAmmoBox, 2; + restoreshopitem IronAmmoBox, 1; + restoreshopitem Coffee, 3; + end; } diff --git a/npc/023-3/logic.txt b/npc/023-3/logic.txt index 35f403464..0c6d7f852 100644 --- a/npc/023-3/logic.txt +++ b/npc/023-3/logic.txt @@ -97,7 +97,7 @@ OnTouch: } -// The scout which went ahead of you +// TODO: The scout which went ahead of you (+ miniboss mechanics) 023-3,86,88,0 script Elite Scout#MB0233 NPC_DARKSABER,{ mesn; mesq l("Uhm, I'm looking for a way out..."); @@ -142,4 +142,8 @@ OnInit: end; } +// TODO: Spike traps and etc. at the corritor +// TODO: Monsters natural presence in this cave +// TODO: Rolling Stone Trap + |