summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2023-07-01 23:36:22 -0300
committerJesusaves <cpntb1@ymail.com>2023-07-01 23:36:22 -0300
commite7cf4e106ddc52f5718f5012b6d0387edb950010 (patch)
tree593589de78ee52ba13c893a1010f5187b411de96
parentd7717938f8739d2dc825a5acbdc169a74a303210 (diff)
downloadserverdata-e7cf4e106ddc52f5718f5012b6d0387edb950010.tar.gz
serverdata-e7cf4e106ddc52f5718f5012b6d0387edb950010.tar.bz2
serverdata-e7cf4e106ddc52f5718f5012b6d0387edb950010.tar.xz
serverdata-e7cf4e106ddc52f5718f5012b6d0387edb950010.zip
Replace with a Rodex statement, which is more reliable
-rw-r--r--npc/functions/hub.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt
index 2c60fff59..b6b2def84 100644
--- a/npc/functions/hub.txt
+++ b/npc/functions/hub.txt
@@ -38,9 +38,8 @@ function script HUB_Login {
}
// Mirror Lake Debut
if ((##01_CRQUEST & 1) && !(##02_MLWORLD & MLP_CR_DEBUT)) {
- dispbottom l("A %s mysteriously materializes in your inventory. It must have come from another world.", getitemlink(SupremeGift));
- getitem SupremeGift, 1;
##02_MLWORLD = ##02_MLWORLD | MLP_CR_DEBUT;
+ rodex_sendmail(getcharid(0), "The Crossroads", "Event Prize", "This is for participating in the debut event.", 0, SupremeGift, 1);
}
.@gto=get_byte(##00_INFO, 3);