- 155
- 2017
- 1
You are supossed to use some cannons to attack the boats. But boats have 30k HP, and Cannons only do 100 damage, and skills on cannon have no cooldown
Solution Fix
Update the BOAT creature template modifier hp to 0
And then update the creature Base HP on creature to 100-200.
Or use eyebot fix
Code:
-- 48286 Wellson Supply Boat
-- 48283 Wellson Cannon
UPDATE `creature` SET `spawndist`='0', `curhealth`='50', `MovementType`='0' WHERE `id`=48286;
UPDATE `creature_template` SET `MovementType` = 0, `InhabitType` = '4', `Health_mod` = 0.002 WHERE `entry` =
Solution Fix
Update the BOAT creature template modifier hp to 0
And then update the creature Base HP on creature to 100-200.
Or use eyebot fix
Code:
-- 48286 Wellson Supply Boat
-- 48283 Wellson Cannon
UPDATE `creature` SET `spawndist`='0', `curhealth`='50', `MovementType`='0' WHERE `id`=48286;
UPDATE `creature_template` SET `MovementType` = 0, `InhabitType` = '4', `Health_mod` = 0.002 WHERE `entry` =
Last edited: