[DiscordArchive] how did you put the aura on the mob ?
[DiscordArchive] how did you put the aura on the mob ?
Archived author: jackpoz • Posted: 2024-01-21T12:57:32.558000+00:00
Original source
how did you put the aura on the mob ?
Archived author: jackpoz • Posted: 2024-01-21T12:57:46.762000+00:00
Original source
does the boss have SmartAI as AI ?
Archived author: jackpoz • Posted: 2024-01-21T12:57:51.405000+00:00
Original source
or whatever the correct value is
Archived author: Wizz • Posted: 2024-01-21T12:58:00.191000+00:00
Original source
First of all, i made this
Archived author: Wizz • Posted: 2024-01-21T12:58:01.657000+00:00
Original source
INSERT INTO `world`.`smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES (26731, 0, 14, 0, 2, 0, 100, 0, 20, 86, 7000, 9500, 11, 63364, 2, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 'Toxic Waste 86 - 20 %');
Archived author: Wizz • Posted: 2024-01-21T12:58:21.788000+00:00
Original source
Then, moving to the creature_template
Archived author: Wizz • Posted: 2024-01-21T12:58:25.734000+00:00
Original source
INSERT INTO `world`.`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`, `faction_A`, `faction_H`, `npcflag`, `speed_walk`, `speed_run`, `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`, `lootid`, `pickpocketloot`, `skinloot`, `resistance1`, `resistance2`, `resistance3`, `resistance4`, `resistance5`, `resistance6`, `spell1`, `spell2`, `spell3`, `spell4`, `spell5`, `spell6`, `spell7`, `spell8`, `PetSpellDataId`, `VehicleId`, `mingold`, `maxgold`, `AIName`, `MovementType`, `InhabitType`, `HoverHeight`, `Health_mod`, `Mana_mod`, `Armor_mod`, `RacialLeader`, `questItem1`, `questItem2`, `questItem3`, `questItem4`, `questItem5`, `questItem6`, `movementId`, `RegenHealth`, `equipment_id`, `mechanic_immune_mask`, `flags_extra`, `ScriptName`, `WDBVerified`) VALUES (26731, 30510, 0, 0, 0, 0, 24066, 0, 0, 0, 'Grand Magus Telestra', 'FrostWoW', '', 0, 255, 255, 2, 16, 16, 0, 1, 1.42857, 1, 1, 1, 1, 0, 6000000, 6000000, 2000, 0, 2, 32832, 0, 8, 0, 0, 0, 0, 0, 268000, 399000, 40, 7, 104, 60008, 0, 0, 0, 0, 0, 0, 0, 0, 63364, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4155, 6925, 'SmartAI', 0, 3, 3, 250000000, 10000000, 10000, 0, 0, 0, 0, 0, 0, 0, 144, 1, 1735, 617561983, 0, 'boss_magus_telestra', 12340);
Archived author: Wizz • Posted: 2024-01-21T12:58:59.110000+00:00
Original source
Where 63364 is the Aura ( Saronite Barrier ), and i added SmartAI in AIname
Archived author: jackpoz • Posted: 2024-01-21T12:59:05.464000+00:00
Original source
'boss_magus_telestra',
Archived author: jackpoz • Posted: 2024-01-21T12:59:10.072000+00:00
Original source
why did you write that ?