V13 & V13.1 Zon'ozz Encounter in 25 Mode SQL FIX

Venetica

Gold Supporter
Veteran Member
60
2015
15
The NPC
SQL:
INSERT 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`, `ReactState`) VALUES (500114, 0, 0, 0, 0, 0, 6371, 0, 0, 0, 'Nethestrasz Port', '', 'Taxi', 60002, 85, 85, 2, 0, 35, 35, 3, 1, 1.14286, 1, 1.14286, 1, 1, 0, 0, 0, 0, 1, 2000, 2000, 2, 2, 2048, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'SmartAI', 0, 3, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, '', 13623, 2);

The Gossip (Rightclick the NPC)
SQL:
INSERT INTO `gossip_menu_option`(`menu_id`, `id`, `option_icon`, `option_text`, `option_id`, `npc_option_npcflag`, `action_menu_id`, `action_poi_id`, `box_coded`, `box_money`, `box_text`, `OptionbroadCastTextId`, `BoxBroadcastTextId`) VALUES (60002, 1, 0, '|TInterface/ICONS/Achievement_worldevent_lunar:35:35|t|cffff00ff Zon\'ozz Boss', 1, 1, 60002, 0, 0, 0, '', 0, 0);

The Port (Click on Gossip)
SQL:
INSERT INTO `smart_scripts`(`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES (500114, 0, 189, 0, 62, 0, 100, 0, 60002, 1, 0, 0, 0, 62, 967, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, -1743.76, -1812.08, -218.24, 4.59475, 'Teleporter script');


Place the NPC on the old Place from Nethestrasz and he will Port you to Zon'ozz.
 

Blackvision

Mythical User
Super Moderator
Gold Supporter
2,300
2015
272
Location
Denmark
Nice fix, However the dragon is already there, and it is working just fine :)
 
Last edited:
Top