summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-11-01 10:54:05 -0200
committerJesusaves <cpntb1@ymail.com>2018-11-01 10:54:05 -0200
commit75e92b39e6db9084a5a2f4e5ef0c3341e6cf4950 (patch)
tree65e3c1f932dfaeec90a8f492e86445bcb879382d /npc
parent087ad55b3293290750fd4fc3c31e7c141d53d307 (diff)
downloadserverdata-75e92b39e6db9084a5a2f4e5ef0c3341e6cf4950.tar.gz
serverdata-75e92b39e6db9084a5a2f4e5ef0c3341e6cf4950.tar.bz2
serverdata-75e92b39e6db9084a5a2f4e5ef0c3341e6cf4950.tar.xz
serverdata-75e92b39e6db9084a5a2f4e5ef0c3341e6cf4950.zip
Generous rewards
Diffstat (limited to 'npc')
-rw-r--r--npc/003-3/malindou.txt1
-rw-r--r--npc/019-2/guards.txt1
-rw-r--r--npc/019-3/guards.txt5
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;