summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/001-8/hub.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/001-8/hub.txt b/npc/001-8/hub.txt
index 0b5aa5370..a189f2fd0 100644
--- a/npc/001-8/hub.txt
+++ b/npc/001-8/hub.txt
@@ -313,6 +313,7 @@ OnTimer900000:
OnVictory:
@qhub_victor=1;
+ announce(sprintf("##1HUNGRY QUIRIN EVENT: ##3##B%s has won the match! Hail!", strcharinfo(0)), bc_all|bc_npc);
OnPCDieEvent:
@qhub_died=1;
OnPCLogoutEvent:
@@ -363,11 +364,11 @@ OnPCLogoutEvent:
// If you are the victor (and didn't cheat), you can now hold your reward ;-)
if (@qhub_victor) {
- getitem any(MercBoxA, MercBoxA, SilverGift, GoldenGift), 1;
- Zeny=Zeny+rand(500, 2500);
+ getitem any(MercBoxA, MercBoxA, SilverGift, MercBoxBB, GoldenGift), 1;
+ Zeny=Zeny+rand2(500, 2500);
}
if (@qhub_died || @qhub_victor)
- getexp rand(100,300), BaseLevel*10; // Dying on this map is enough to get a reward. Logout = no reward.
+ getexp rand2(100,300), BaseLevel*10; // Dying on this map is enough to get a reward. Logout = no reward.
// You'll be revived/fully healed, and then warped.
// FIXME: It will throw you in Nard's ship if you are on logout...