diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-06-20 13:38:08 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-06-20 13:38:08 -0300 |
commit | 380951aa1c39f980081955487e729315c4dda021 (patch) | |
tree | 9dda410403c60ce234d6d58c09be7a23b0232d19 /npc | |
parent | 7a81bb756ed7cc6baedd22df81a74d0197e964a4 (diff) | |
download | serverdata-380951aa1c39f980081955487e729315c4dda021.tar.gz serverdata-380951aa1c39f980081955487e729315c4dda021.tar.bz2 serverdata-380951aa1c39f980081955487e729315c4dda021.tar.xz serverdata-380951aa1c39f980081955487e729315c4dda021.zip |
Remove unused calculation
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/event.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/npc/functions/event.txt b/npc/functions/event.txt index 9ee38c27b..3e0086371 100644 --- a/npc/functions/event.txt +++ b/npc/functions/event.txt @@ -344,7 +344,6 @@ function script CraftmasterDay { // Autocraft (1%) if (rand2(10000) < 100) { - .@lv=min(200, getmonsterinfo(killedrid, MOB_LV)); .@rc=any(rand2(51, 62), 65, 66, rand2(72, 76), rand2(77, 81), 82, 98, 99, 100, rand2(93, 97), rand2(88, 91), rand(83, 87), 92, 101, rand2(102,117), any(122, 112), rand2(125, 134), rand2(135, 143)); |