diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-12-28 12:10:06 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-12-28 12:10:06 -0300 |
commit | c16623a125028647b36d9eb5c5de2cd6fbef64d7 (patch) | |
tree | be623fa2763c156470cabad5cf6154ce0c8a595c /npc/functions/clientversion.txt | |
parent | 5b79c118612ab2f91df5f3ae05538374ce44f5da (diff) | |
download | serverdata-c16623a125028647b36d9eb5c5de2cd6fbef64d7.tar.gz serverdata-c16623a125028647b36d9eb5c5de2cd6fbef64d7.tar.bz2 serverdata-c16623a125028647b36d9eb5c5de2cd6fbef64d7.tar.xz serverdata-c16623a125028647b36d9eb5c5de2cd6fbef64d7.zip |
Fix some minor stuff, and all participants should get *something*
Diffstat (limited to 'npc/functions/clientversion.txt')
-rw-r--r-- | npc/functions/clientversion.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 2b04bc466..c71021c65 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -981,7 +981,10 @@ function script clientupdater { // Christmas 2021 // ter dez 28 11:57:17 BRT 2021 if (UPDATE < 1640703437) { - setarray .@xmas21$, "jesusalva", "poppet"; + .@u$ = strtolower(strcharinfo(0)); + setarray .@xmas21$, "jesusalva", "poppet", "jak1", "horak"; + setarray .@xmas20$, "jesusalva", "poppet", "jak1", "horak", + "andulkat", "kolchak"; if (array_exists(.@xmas21$, .@u$)) { .@dg=1; showavatar NPC_LOF_RICH; @@ -1009,6 +1012,8 @@ function script clientupdater { getitem GoldenBossGift, 1; getitem SupremeGift, 1; getitem MagicApple, 1; + } + if (array_exists(.@xmas20$, .@u$)) { getitem Arcanum, 1; getitem StrangeCoin, 30; } |