diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-3/malindou.txt | 1 | ||||
-rw-r--r-- | npc/019-2/guards.txt | 1 | ||||
-rw-r--r-- | npc/019-3/guards.txt | 5 |
3 files changed, 6 insertions, 1 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index 8ad9b44a2..f6cff15c9 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -137,6 +137,7 @@ OnInit: addmapmask "019-3", MASK_MATTACK; setmapflagnosave("019-3", "000-1", 22, 22); setmapflag("019-3",mf_bexp,25); + setmapflag("020-1",mf_bexp,150); $UPDATE=1539721040; debugmes ""; debugmes "* SQL Upgrade (no effect on new installations)"; diff --git a/npc/019-2/guards.txt b/npc/019-2/guards.txt index 8e0c74447..d0fac5e3a 100644 --- a/npc/019-2/guards.txt +++ b/npc/019-2/guards.txt @@ -37,6 +37,7 @@ $NLIB_HIGHNAME$=""; setmapflagnosave("019-3", "000-1", 22, 22); setmapflag("019-3",mf_bexp,25); + setmapflag("020-1",mf_bexp,150); channelmes("#world", "Nivalis Liberation Day has started."); announce "Nivalis Liberation Day has started.", bc_all|bc_npc; } diff --git a/npc/019-3/guards.txt b/npc/019-3/guards.txt index 5c3c16420..ca46bb335 100644 --- a/npc/019-3/guards.txt +++ b/npc/019-3/guards.txt @@ -34,8 +34,11 @@ $NLIB_HIGHTIME=.@q2; $NLIB_HIGHNAME$=strcharinfo(0); } - // Close quest + // Close quest again and give you a proper reward setq1 Q_NivalisLibday, $NLIB_DAY; + Zeny=Zeny+(.@score*15); // max about 450 GP + getexp .@score*BaseLevel*2, .@score; // max about 30 JExp - Estimate Max EXP Ranges: (2400~4500) XP + // Warp you back warp "019-2", 43, 55; closedialog; |