mirror of
https://github.com/cmangos/mangos-tbc
synced 2026-08-14 04:26:10 -04:00
Script item 12300 for UBRS key
Prevent spell cast from item 12300 if script target is above 10% HP
(based on bd1e0da20f)
Signed-off-by: Cala <calaftp@free.fr>
This commit is contained in:
parent
ff74157893
commit
a866db1b2e
2 changed files with 34 additions and 0 deletions
|
|
@ -126,6 +126,7 @@ UPDATE item_template SET ScriptName='item_arcane_charges' WHERE entry=34475;
|
|||
UPDATE item_template SET ScriptName='item_flying_machine' WHERE entry IN (34060,34061);
|
||||
UPDATE item_template SET ScriptName='item_gor_dreks_ointment' WHERE entry=30175;
|
||||
UPDATE item_template SET ScriptName='item_petrov_cluster_bombs' WHERE entry=33098;
|
||||
UPDATE item_template SET ScriptName='item_orb_of_draconic_energy' WHERE entry=12300;
|
||||
|
||||
/* NPC (usually creatures to be found in more than one specific zone) */
|
||||
UPDATE creature_template SET ScriptName='npc_air_force_bots' WHERE entry IN (2614, 2615, 21974, 21993, 21996, 21997, 21999, 22001, 22002, 22003, 22063, 22065, 22066, 22068, 22069, 22070, 22071, 22078, 22079, 22080, 22086, 22087, 22088, 22090, 22124, 22125, 22126);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue