diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-06-21 08:27:20 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-06-21 08:27:20 -0300 |
commit | d7cc28bdb8acc77e350310b4715bf11a570257cd (patch) | |
tree | 033205e6bedaad90e4f38b16248fc705cd5774f8 /npc | |
parent | 82f3226fdb1e44d1a05f701d7128c3541d47600a (diff) | |
download | serverdata-d7cc28bdb8acc77e350310b4715bf11a570257cd.tar.gz serverdata-d7cc28bdb8acc77e350310b4715bf11a570257cd.tar.bz2 serverdata-d7cc28bdb8acc77e350310b4715bf11a570257cd.tar.xz serverdata-d7cc28bdb8acc77e350310b4715bf11a570257cd.zip |
Graduation Album to those whom missed it
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/clientversion.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 0272aa752..6db0badd6 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -845,6 +845,12 @@ function script clientupdater { dispbottom col(l("Mass Provoke replaced with Area Provoke."), 1); } + // Eisten Update + if (getq(TulimsharQuest_Eistein) > 3) { + getitem GraduationAlbum, 1; + dispbottom l("You've got a Graduation Album for Eistein levels!"); + } + } // :// End of Regular Update System |