- 916
- 2015
- 24
- Location
- Barryton Michigan USA
[Name, Type] azshara, full of hot water, horde
[What it does] activating the sea sponge summons the water lord, But he is not aggressive. So no item loot. Also the summoning stone is missing.
[What it should do] summon a water lord that i kill to get the item required.
http://www.wowhead.com/quest=14324/full-of-hot-water
https://www.youtube.com/watch?v=NUUomvkBKo4&ytbChannel=MURLOC.TV
summoning stone placement
summoning stone size change - This did not work, It needs a scale change, But i'm doing it wrong.
Faction change for water lord
[What it does] activating the sea sponge summons the water lord, But he is not aggressive. So no item loot. Also the summoning stone is missing.
[What it should do] summon a water lord that i kill to get the item required.
http://www.wowhead.com/quest=14324/full-of-hot-water
https://www.youtube.com/watch?v=NUUomvkBKo4&ytbChannel=MURLOC.TV
summoning stone placement
Code:
REPLACE INTO `gameobject` (`guid`, `id`, `map`, `zone`, `area`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES (9966669, 301030, 1, 16, 1229, 1, 1, 4247.34, -7850.23, 5.53118, 5.11349, 0, 0, 0.552072, -0.833796, 300, 0, 1);
summoning stone size change - This did not work, It needs a scale change, But i'm doing it wrong.
Code:
REPLACE INTO `gameobject_template` (`entry`, `type`, `displayId`, `name`, `IconName`, `castBarCaption`, `unk1`, `faction`, `flags`, `size`, `questItem1`, `questItem2`, `questItem3`, `questItem4`, `questItem5`, `questItem6`, `data0`, `data1`, `data2`, `data3`, `data4`, `data5`, `data6`, `data7`, `data8`, `data9`, `data10`, `data11`, `data12`, `data13`, `data14`, `data15`, `data16`, `data17`, `data18`, `data19`, `data20`, `data21`, `data22`, `data23`, `data24`, `data25`, `data26`, `data27`, `data28`, `data29`, `data30`, `data31`, `unkInt32`, `AIName`, `ScriptName`, `WDBVerified`) VALUES (301030, 8, 299, 'Scalding Water Lord Summoning Stone', '', '', '', 0, 0, 3, 0, 0, 0, 0, 0, 0, 1633, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', '', 1);
Faction change for water lord
Code:
REPLACE INTO `creature_template` (`entry`, `difficulty_entry_1`, `difficulty_entry_2`, `difficulty_entry_3`, `KillCredit1`, `KillCredit2`, `modelid1`, `modelid2`, `modelid3`, `modelid4`, `name`, `subname`, `IconName`, `gossip_menu_id`, `minlevel`, `maxlevel`, `exp`, `exp_unk`, `faction_A`, `faction_H`, `npcflag`, `speed_walk`, `speed_run`, `speed_swim`, `speed_fly`, `scale`, `rank`, `mindmg`, `maxdmg`, `dmgschool`, `attackpower`, `dmg_multiplier`, `baseattacktime`, `rangeattacktime`, `unit_class`, `unit_flags`, `unit_flags2`, `dynamicflags`, `family`, `trainer_type`, `trainer_spell`, `trainer_class`, `trainer_race`, `minrangedmg`, `maxrangedmg`, `rangedattackpower`, `type`, `type_flags`, `type_flags2`, `lootid`, `pickpocketloot`, `skinloot`, `resistance1`, `resistance2`, `resistance3`, `resistance4`, `resistance5`, `resistance6`, `spell1`, `spell2`, `spell3`, `spell4`, `spell5`, `spell6`, `spell7`, `spell8`, `PetSpellDataId`, `VehicleId`, `mingold`, `maxgold`, `currencyId`, `currencyCount`, `AIName`, `MovementType`, `InhabitType`, `HoverHeight`, `Health_mod`, `Mana_mod`, `Mana_mod_extra`, `Armor_mod`, `RacialLeader`, `questItem1`, `questItem2`, `questItem3`, `questItem4`, `questItem5`, `questItem6`, `movementId`, `RegenHealth`, `equipment_id`, `mechanic_immune_mask`, `flags_extra`, `ScriptName`, `WDBVerified`) VALUES (36130, 0, 0, 0, 0, 0, 26650, 0, 0, 0, 'Scalding Water Lord', '', '', 0, 1, 1, 0, 0, 14, 14, 0, 1, 1.14286, 1, 1.14286, 1, 0, 2, 2, 0, 24, 1, 2000, 2000, 1, 0, 2048, 0, 0, 0, 0, 0, 0, 1, 1, 0, 4, 0, 0, 36130, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, '', 0, 3, 0, 1, 1, 1, 1, 0, 49174, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, '', 13623);
Last edited: