diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-27 14:32:39 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-27 14:32:39 -0300 |
commit | 01bfc4512d7102e2a4eb0e36c7d891e32f12462b (patch) | |
tree | eef21801bc86d098371414e34f83e0085bdcd08f /npc/functions/clientversion.txt | |
parent | b19f4d3527de7b0335730149ea3b0b21a0ab6eef (diff) | |
download | serverdata-01bfc4512d7102e2a4eb0e36c7d891e32f12462b.tar.gz serverdata-01bfc4512d7102e2a4eb0e36c7d891e32f12462b.tar.bz2 serverdata-01bfc4512d7102e2a4eb0e36c7d891e32f12462b.tar.xz serverdata-01bfc4512d7102e2a4eb0e36c7d891e32f12462b.zip |
Crafting Score new rule
Diffstat (limited to 'npc/functions/clientversion.txt')
-rw-r--r-- | npc/functions/clientversion.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index b628404c0..94b32d54d 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -572,6 +572,8 @@ function script clientupdater { skill(MC_OVERCHARGE,1,0); dispbottom l("You have learnt \"Barter\" in Thief Skills."); } + // Update Crafting Score + CRAFTING_SCORE_COMPLETE=CRAFTING_SCORE*39; } |