diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-01-26 00:59:38 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-01-26 00:59:38 -0300 |
commit | a503be7ebdd9030406854c1d6f474cd001a112b9 (patch) | |
tree | da0b735fd63f7cd5a9e8f0d4a9348c69955b0331 /npc/002-3/nard.txt | |
parent | d7534c8fe946258a831b91ccf3099e4fcee5e688 (diff) | |
download | serverdata-a503be7ebdd9030406854c1d6f474cd001a112b9.tar.gz serverdata-a503be7ebdd9030406854c1d6f474cd001a112b9.tar.bz2 serverdata-a503be7ebdd9030406854c1d6f474cd001a112b9.tar.xz serverdata-a503be7ebdd9030406854c1d6f474cd001a112b9.zip |
Most immediate bugfixes needed
Diffstat (limited to 'npc/002-3/nard.txt')
-rw-r--r-- | npc/002-3/nard.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/002-3/nard.txt b/npc/002-3/nard.txt index 9faca7429..46aedbbcd 100644 --- a/npc/002-3/nard.txt +++ b/npc/002-3/nard.txt @@ -94,6 +94,12 @@ L_Checker: msObjective(Zeny >= .@price, l("* Collect @@/@@ GP", Zeny, .@price)); L_Referral: + // Welcome handling + if (!#REG_DATE) { + $@WELCOME_TIMER=gettimetick(2)+600; // 10 minutes + kamibroadcast("Hey, look, I've rescued \""+strcharinfo(0)+"\" from the sea! Who will @welcome them?!", "Nard"); + #REG_DATE=gettimetick(2); + } // Referral program if (#REFERRAL_PROG == 0 && $REFERRAL_ENABLED) { next; |