summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/005-2/saxsochest.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/npc/005-2/saxsochest.txt b/npc/005-2/saxsochest.txt
index 473269a04..b6c0f1abb 100644
--- a/npc/005-2/saxsochest.txt
+++ b/npc/005-2/saxsochest.txt
@@ -82,5 +82,12 @@ OnInit:
.sex = G_MALE;
.distance = 3;
end;
+
+OnGuarantee:
+ if (REBIRTH || BaseLevel > 20) end;
+ if (getq(CandorQuest_Chest) || countitem(SaxsoKey)) end;
+ if (getq(General_Banker) && any(true, false)) end;
+ getitembound SaxsoKey, 1, 1;
+ end;
}