What's new

48286 Wellson Supply Boat

eyerobot

Gold Supporter
Superior Member
916
2015
24
Location
Barryton Michigan USA
This adjusts the overall Hp of the boats, Because the spell damage is extremely low.

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` = 48286;
 

pedroevil51

Gold Supporter
Senior User
155
2017
1
This adjusts the overall Hp of the boats, Because the spell damage is extremely low.

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` = 48286;

Thx eyebot , better than my fix! i alredy put on my post your fix.
 

eyerobot

Gold Supporter
Superior Member
916
2015
24
Location
Barryton Michigan USA
If you look at the youtube vids, You'll notice that there are probably about four cannons that are missing. I haven't added them. Also I was unable to give the boats random movement like in the videos, Because the second they move they sink, Or fly into the air. The server just doesnt understand what water surface means.
 
Top