diff options
author | Jesusaves <cpntb1@ymail.com> | 2025-03-19 21:27:43 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2025-03-19 21:27:43 -0300 |
commit | 7e94b75d518ffda782b12aacbc8c51bcea22952a (patch) | |
tree | 9ba5ae081af9e3853465f0f9fded22224e98d05d | |
parent | 28681bb735983bb7a3f78c3f5e7209c17a230a00 (diff) | |
download | serverdata-7e94b75d518ffda782b12aacbc8c51bcea22952a.tar.gz serverdata-7e94b75d518ffda782b12aacbc8c51bcea22952a.tar.bz2 serverdata-7e94b75d518ffda782b12aacbc8c51bcea22952a.tar.xz serverdata-7e94b75d518ffda782b12aacbc8c51bcea22952a.zip |
REQ#75 (requires map rebuild) - Saxso may guarantee a key drop. Sometimes.
-rw-r--r-- | npc/005-2/saxsochest.txt | 7 |
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; } |