What's new

Quest [Bombs Away] ID=28696

pedroevil51

Gold Supporter
Senior User
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` =
 
Last edited:

SR-Viper

Verified Member
23
2017
0
For Blizzlike:

cata-shoot.tauri.hu/?npc=48286
cata-shoot.tauri.hu/?quest=25066

UPDATE `creature_template` SET `health_mod`='0,172595' WHERE `entry`='48286';



(only to set it back to default)
UPDATE `creature` SET `curhealth`='5342' WHERE `id`=48286;

Health: 5,342

u should only edit the creature_template so u can spawn them with the right hp. (.npc add 48286)
 
Last edited:

eyerobot

Gold Supporter
Superior Member
916
2015
24
Location
Barryton Michigan USA
The big problems with this quest is the spell does very little damage. And the server doesn't seem to understand water surface. Any movement at all and they sink, Or start flying in the air. And I have no idea how to fix that spell. It might be in the core, But I really don't know.
 
Top