From 1f64481a1a2e21c26761a1e51dd27a5f5f085a46 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 4 Mar 2021 14:59:31 -0300 Subject: Broadcast Quirino's Arena winner --- npc/001-8/hub.txt | 7 ++++--- 1 file 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... -- cgit v1.2.3-60-g2f50