summaryrefslogtreecommitdiff
path: root/npc/034-4/exit.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-05-03 18:44:08 -0300
committerJesusaves <cpntb1@ymail.com>2022-05-03 18:44:08 -0300
commit5b728b1a3371c45e7682dcfb136791eef13ab140 (patch)
tree2d97e921ace30a6ab282211e7d883ed536a6659b /npc/034-4/exit.txt
parent5a3fba3fca929791f8da2eb8d97d872db591974d (diff)
downloadserverdata-5b728b1a3371c45e7682dcfb136791eef13ab140.tar.gz
serverdata-5b728b1a3371c45e7682dcfb136791eef13ab140.tar.bz2
serverdata-5b728b1a3371c45e7682dcfb136791eef13ab140.tar.xz
serverdata-5b728b1a3371c45e7682dcfb136791eef13ab140.zip
It is working, just don't rush or timers won't pick it up and you'll die.
Also, you can't escape from the trap... Yet.
Diffstat (limited to 'npc/034-4/exit.txt')
-rw-r--r--npc/034-4/exit.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/034-4/exit.txt b/npc/034-4/exit.txt
index 1487f4898..1f9730908 100644
--- a/npc/034-4/exit.txt
+++ b/npc/034-4/exit.txt
@@ -210,7 +210,7 @@ OnSick:
inventoryplace Iten, 1;
@mystatus = 99;
// Non party leaders receive "less"
- if (strcharinfo(0) != getpartyleader(.@p)) {
+ if (strcharinfo(0) != getpartyleader(getcharid(1))) {
Mobpt+=7500;
getexp 96000, 900;
dispbottom l("I found %s and %s!", "7,500 "+l("monster points"), "96,000 "+l("experience points"));