diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-05 12:35:47 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-05 12:35:47 -0300 |
commit | 35d73526d89d5999ec1ac4f0b31796a3ea8ee9da (patch) | |
tree | 31f2f89099662bd28655480d623fc385fefa0dd0 /npc/functions/clientversion.txt | |
parent | 3e8011b59d600386320a4ea006a7da8afff16aed (diff) | |
download | serverdata-35d73526d89d5999ec1ac4f0b31796a3ea8ee9da.tar.gz serverdata-35d73526d89d5999ec1ac4f0b31796a3ea8ee9da.tar.bz2 serverdata-35d73526d89d5999ec1ac4f0b31796a3ea8ee9da.tar.xz serverdata-35d73526d89d5999ec1ac4f0b31796a3ea8ee9da.zip |
Crazyfefe fix
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 3bd546ff9..b971f10f2 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -651,6 +651,11 @@ function script clientupdater { setitemoptionbyindex(.@index, 0, IOPT_RICHNESS, 1); dispbottom l("Iron Quiver stats restored"); } + // Crazyfefe's fix + if (strcharinfo(0) == "Crazyfefe") { + CRAFTING_SCORE_COMPLETE+=30*39; + CRAFTING_SCORE=CRAFTING_SCORE_COMPLETE/40; + } } // #ADD_LVL means the user have to right to get some levels. This is a sketch. The code might be deleted. |