From 6c9d1d5a5b418d8553d27a9879e89a7872ff7ee2 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 31 May 2018 13:55:52 -0300 Subject: Raise alige cap, hide sailors --- npc/002-1/alige.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'npc/002-1/alige.txt') diff --git a/npc/002-1/alige.txt b/npc/002-1/alige.txt index 5ad4a8308..fc6351b98 100644 --- a/npc/002-1/alige.txt +++ b/npc/002-1/alige.txt @@ -14,6 +14,7 @@ // That would imply teaching a new skill, and I'm not felling like it, so I removed. 002-1,45,26,0 script Alige NPC_ALIGE,{ + if (BaseLevel < 42) goto L_Weak; .@q=getq(ShipQuests_Alige); if (.@q == 1) goto L_Return; if (.@q == 2) goto L_End; @@ -26,6 +27,10 @@ l("Not right now, I'm busy."), L_Close, l("Did you said reward?!"), L_GoGo; +L_Weak: + mes col("You thought there was someone here. It must have been your imagination.", 9); + close; + L_Revolt: mes ""; message strcharinfo(0), l("Guaaaards! Sailors! Help! We have a stowaway!"); -- cgit v1.2.3-60-g2f50