diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-08-10 16:13:00 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-08-10 16:13:00 -0300 |
commit | c001e944d6fca7fb2953cc48d28eef000030be84 (patch) | |
tree | 063b52ace84f5f1eb0463b2fc7e85babc5d7f30a /npc/commands/motd.txt | |
parent | e4234ca6464d8ea04e94dab9145dab5de98df944 (diff) | |
download | serverdata-c001e944d6fca7fb2953cc48d28eef000030be84.tar.gz serverdata-c001e944d6fca7fb2953cc48d28eef000030be84.tar.bz2 serverdata-c001e944d6fca7fb2953cc48d28eef000030be84.tar.xz serverdata-c001e944d6fca7fb2953cc48d28eef000030be84.zip |
tl;drbackup
Diffstat (limited to 'npc/commands/motd.txt')
-rw-r--r-- | npc/commands/motd.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/commands/motd.txt b/npc/commands/motd.txt index 4177358f9..d6ebf061b 100644 --- a/npc/commands/motd.txt +++ b/npc/commands/motd.txt @@ -199,7 +199,8 @@ OnPCLoginEvent: // Handle rewards: Streaks first, daily later. Streak reward prevail over daily reward. if (#LOGIN_STREAK > 27) { getitem StrangeCoin, 2; - dispbottom l("##2 @@ Days login bonus: ##B2x @@##b", #LOGIN_STREAK, getitemlink(StrangeCoin)); + getitem CasinoCoins, 1; + dispbottom l("##2 @@ Days login bonus: ##B2x @@, 1x @@##b", #LOGIN_STREAK, getitemlink(StrangeCoin), getitemlink(CasinoCoins)); } else if (#LOGIN_STREAK == 27) { #LOGIN_ALLTIME+=1; // Your prize is based on season |