summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-07-05 04:25:37 -0300
committerJesusaves <cpntb1@ymail.com>2020-07-05 04:25:37 -0300
commita16a05d961c5af3b1fefb400d3e397e82366cb1f (patch)
treefc34e280b927d52e82525d35931a64ebfe0e3946 /npc
parent06f603782ee2574d781901a43afac290243fb584 (diff)
downloadserverdata-a16a05d961c5af3b1fefb400d3e397e82366cb1f.tar.gz
serverdata-a16a05d961c5af3b1fefb400d3e397e82366cb1f.tar.bz2
serverdata-a16a05d961c5af3b1fefb400d3e397e82366cb1f.tar.xz
serverdata-a16a05d961c5af3b1fefb400d3e397e82366cb1f.zip
Typo
Diffstat (limited to 'npc')
-rw-r--r--npc/functions/resetstatus.txt2
-rw-r--r--npc/magic/revive.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/resetstatus.txt b/npc/functions/resetstatus.txt
index 06b125ee0..c0a31e225 100644
--- a/npc/functions/resetstatus.txt
+++ b/npc/functions/resetstatus.txt
@@ -11,7 +11,7 @@ function script StatusResetReinvest {
// Compulsory check
if (getarg(0, true)) {
inventoryplace NPCEyes, 6;
- } else if (!checkweight2(NPCEyes, 6)) {
+ } else if (!checkweight(NPCEyes, 6)) {
getitembound StatusResetPotion, 1, 4;
dispbottom l("You cannot carry the fruits.");
end; // Die
diff --git a/npc/magic/revive.txt b/npc/magic/revive.txt
index cb163c8da..daef77d56 100644
--- a/npc/magic/revive.txt
+++ b/npc/magic/revive.txt
@@ -28,7 +28,7 @@ function script SK_ressurect {
// revives the whole map [ULTIMATE]
function script SK_sanctum {
- BaseLevel-=1;
+ BaseLevel-=1; // Maybe EXP Gain -300% for a hour?
recovery(getmap());
//maptimer AUTOREVIVE 15 minutes
return;