summaryrefslogtreecommitdiff
path: root/npc/001-8
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-17 17:29:19 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-17 17:29:19 -0300
commit81112cf7ae1f105cdf97975dc9214501b1b7cee4 (patch)
tree14ad3e9dd3e5a2220b4ccc293ceadcd8322f090e /npc/001-8
parent3835febd22f6521b47a298dd64692727328b31e7 (diff)
downloadserverdata-81112cf7ae1f105cdf97975dc9214501b1b7cee4.tar.gz
serverdata-81112cf7ae1f105cdf97975dc9214501b1b7cee4.tar.bz2
serverdata-81112cf7ae1f105cdf97975dc9214501b1b7cee4.tar.xz
serverdata-81112cf7ae1f105cdf97975dc9214501b1b7cee4.zip
recovery() is broken
Diffstat (limited to 'npc/001-8')
-rw-r--r--npc/001-8/hub.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/001-8/hub.txt b/npc/001-8/hub.txt
index 684c12a88..177ed38a4 100644
--- a/npc/001-8/hub.txt
+++ b/npc/001-8/hub.txt
@@ -365,7 +365,10 @@ OnPCLogoutEvent:
getexp rand(100,300), 0; // Dying on this map is enough to get a reward. Logout = no reward.
// You'll be revived/fully healed, and then warped.
- recovery(getcharid(3));
+ // FIXME: It will throw you in Nard's ship if you are on logout...
+ //recovery(getcharid(3)); // Broken
+ atcommand "#alive \""+strcharinfo(0)+"\"";
+ percentheal 100, 100;
warp "000-1", 22, 22;
}
@qhub_victor=0;