diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-30 16:34:26 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-30 16:34:26 -0300 |
commit | 57a4c13193c91f616a579b73607e00c5ae923274 (patch) | |
tree | 2dad3ef4038f4e70b94e2f941669263e3739fc88 /npc/functions/clientversion.txt | |
parent | 2473c5d1036b1b994f42fc7cbc1a83296ef6f5e3 (diff) | |
download | serverdata-57a4c13193c91f616a579b73607e00c5ae923274.tar.gz serverdata-57a4c13193c91f616a579b73607e00c5ae923274.tar.bz2 serverdata-57a4c13193c91f616a579b73607e00c5ae923274.tar.xz serverdata-57a4c13193c91f616a579b73607e00c5ae923274.zip |
Jesusalva | Today at 4:33 PM
Hello World haven't loggen in the past 40 days
Can I just assume seeds won the event? :frowning:
> yes
Diffstat (limited to 'npc/functions/clientversion.txt')
-rw-r--r-- | npc/functions/clientversion.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 1a8872786..6882e2e36 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -618,8 +618,13 @@ function script clientupdater { // Unjail player atcommand "@unjail "+strcharinfo(0); dispbottom l("You have been freed, and you still own @@ GP to the Bank.", #LOAN); + } + // Bug reward (FF) + if (strcharinfo(0) == "seeds") { + getitembound LegendaryMouboo, 1, 1; } + } |