From 10b1c14f2d0aa86e799b51ba19cecb68613b8856 Mon Sep 17 00:00:00 2001 From: Tercio Jose Date: Thu, 15 Jul 2021 12:02:07 -0300 Subject: [PATCH] Fixed Spikeball damage taken --- boot.lua | 4 ++-- core/parser.lua | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/boot.lua b/boot.lua index d12bf299c..f4e55d4f6 100644 --- a/boot.lua +++ b/boot.lua @@ -6,8 +6,8 @@ local version, build, date, tocversion = GetBuildInfo() - _detalhes.build_counter = 8721 - _detalhes.alpha_build_counter = 8721 --if this is higher than the regular counter, use it instead + _detalhes.build_counter = 8722 + _detalhes.alpha_build_counter = 8722 --if this is higher than the regular counter, use it instead _detalhes.bcc_counter = 25 _detalhes.dont_open_news = true _detalhes.game_version = version diff --git a/core/parser.lua b/core/parser.lua index 429ed5036..d51bcd7a5 100755 --- a/core/parser.lua +++ b/core/parser.lua @@ -315,7 +315,8 @@ } local NPCID_SPIKEDBALL = 176581 --remove on 10.0 --spikeball npcId - --local NPCID_SPIKEDBALL = 161881 --remove on 10.0 - debug npc + --local NPCID_SPIKEDBALL = 161881 --remove on 10.0 - debug npc (maldraxus) + --local NPCID_SPIKEDBALL = 167999 --remove on 10.0 - debug npc (echo of sin sire denatrius) --spikeball cache local spikeball_damage_cache = { npc_cache = {},