summaryrefslogtreecommitdiff
path: root/npc/001-8
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-17 17:51:51 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-17 17:51:51 -0300
commit8cf2d4f3171922a03e0faea8304c3318b3f52716 (patch)
tree7b567b31f786d8eeef5d785aee4b41f64113753d /npc/001-8
parent81112cf7ae1f105cdf97975dc9214501b1b7cee4 (diff)
downloadserverdata-8cf2d4f3171922a03e0faea8304c3318b3f52716.tar.gz
serverdata-8cf2d4f3171922a03e0faea8304c3318b3f52716.tar.bz2
serverdata-8cf2d4f3171922a03e0faea8304c3318b3f52716.tar.xz
serverdata-8cf2d4f3171922a03e0faea8304c3318b3f52716.zip
Fix bugs, scatter shirts, and the "recovery bug" was a false-positive.
Diffstat (limited to 'npc/001-8')
-rw-r--r--npc/001-8/hub.txt12
1 files changed, 7 insertions, 5 deletions
diff --git a/npc/001-8/hub.txt b/npc/001-8/hub.txt
index 177ed38a4..1c54f91e5 100644
--- a/npc/001-8/hub.txt
+++ b/npc/001-8/hub.txt
@@ -150,10 +150,11 @@ OnCount5:
end;
OnBegin:
- // Scatter some healing items, specially where the weapons are, to mess drop lists
+ // Scatter some healing items, specially where the weapons are, to mess drop lists; Send armor too
makeitem(rand(Acorn, Croconut), 1, "001-8", rand(44,55), rand(46,54));
makeitem(rand(Manana, Carrot), 1, "001-8", rand(24,75), rand(26,74));
makeitem(rand(RoastedMaggot, CherryCake), 1, "001-8", rand(24,75), rand(26,74));
+ makeitem(rand(CreasedShirt, CandorShirt), 1, "001-8", rand(24,75), rand(26,74));
HUBscatter(rand(BottleOfDivineWater, BottleOfSewerWater));
// Scatter around whole map a few arrows, a training bow, a knife, a creased shirt and a creased knife
@@ -161,7 +162,7 @@ OnBegin:
HUBscatter(TrainingBow);
HUBscatter(Knife);
HUBscatter(CreasedShirt);
- HUBscatter(CreasedShort);
+ HUBscatter(CreasedShorts);
// Throw some random stuff on the whole map.
HUBscatter(rand(AquadaBox, WoodenLog));
@@ -366,9 +367,10 @@ OnPCLogoutEvent:
// You'll be revived/fully healed, and then warped.
// 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;
+ recovery(getcharid(3));
+ // If recovery() is broken:
+ //atcommand "#alive \""+strcharinfo(0)+"\"";
+ //percentheal 100, 100;
warp "000-1", 22, 22;
}
@qhub_victor=0;