From 644aaca859564f7769378c13a668be43e648aa8b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 19 Jun 2018 01:03:33 -0300 Subject: Tier 2 Advancement Quest Sketch --- npc/009-1/barzil.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'npc/009-1/barzil.txt') diff --git a/npc/009-1/barzil.txt b/npc/009-1/barzil.txt index c1019714e..0802556d4 100644 --- a/npc/009-1/barzil.txt +++ b/npc/009-1/barzil.txt @@ -5,9 +5,21 @@ // PS. move to indoors 009-1,44,48,0 script Barzil NPC_LLOYD,{ + if (ST_TIER == 2 && gettimetick(2) < QUEST_ELEVARTEMPO) goto L_Tier2; Banker(.name$, "Halinarzo", 13000); close; +L_Tier2: + mesn strcharinfo(0); + mesq l("I need my master's @@, fast!", getitemlink(SunnyCrystal)); + next; + mesn; + mesq l("Of course! Quick, take it!!"); + inventoryplace SunnyCrystal, 1; + ST_TIER=3; + getitem SunnyCrystal, 1; + close; + OnInit: .sex = G_MALE; .distance = 4; -- cgit v1.2.3-60-g2f50