From a3a5446593660529f3530e252a818d6d1b364c64 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 10 Jun 2018 12:14:59 -0300 Subject: Raise Zegas Quest Level to 5 --- npc/005-1/zegas.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'npc') diff --git a/npc/005-1/zegas.txt b/npc/005-1/zegas.txt index 14f539bd9..a0dfb076e 100644 --- a/npc/005-1/zegas.txt +++ b/npc/005-1/zegas.txt @@ -2,6 +2,8 @@ 005-1,35,77,0 script Zegas NPC_MONA,{ .ItemCreate = CandorShorts; .@q = getq(CandorQuest_Barrel); + if (BaseLevel < 5) + goto L_Weak; if (.@q == 1) goto L_Find; if (.@q == 2) @@ -12,6 +14,11 @@ goto L_Thanks; goto L_Meet; +L_Weak: + mesn; + mesq l("Do not enter on this storehouse, the maggots there will kill you."); + close; + L_Meet: mesn; mesq l("Hey do you have a second?"); -- cgit v1.2.3-60-g2f50