diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-10-30 22:01:22 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-10-30 22:01:22 -0200 |
commit | 69230b0d55fc54352ed4f55d78880a753eba6798 (patch) | |
tree | a23fd43f2fc50672d97f91025d6c3589a6ba6cdb /npc/003-3 | |
parent | e01d0605e26bc0b37ecbc119aa2db13078177d73 (diff) | |
download | serverdata-69230b0d55fc54352ed4f55d78880a753eba6798.tar.gz serverdata-69230b0d55fc54352ed4f55d78880a753eba6798.tar.bz2 serverdata-69230b0d55fc54352ed4f55d78880a753eba6798.tar.xz serverdata-69230b0d55fc54352ed4f55d78880a753eba6798.zip |
The Advanced quest from the event is now possibly complete, except for the
Monster King part (=You cannot complete it)
Diffstat (limited to 'npc/003-3')
-rw-r--r-- | npc/003-3/malindou.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index 340be1d1a..8ad9b44a2 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -135,6 +135,8 @@ OnInit: $NLIB_HIGHTIME=0; $NLIB_HIGHNAME$=""; addmapmask "019-3", MASK_MATTACK; + setmapflagnosave("019-3", "000-1", 22, 22); + setmapflag("019-3",mf_bexp,25); $UPDATE=1539721040; debugmes ""; debugmes "* SQL Upgrade (no effect on new installations)"; |