What's new

Dragon Blight Portal Guards v6.1

Tyrelis

Mythical User
Senior User
192
2014
12
Location
Root
The dragon blight raid guards around the portal are bugged. The NPC's follow you around with 0 HP laying on the ground trying to attack but causing no damage to the player.

Screenshot:
6ede1020464b4b4080c5476b9ecbf939.jpeg
 
Last edited:

Rhisk

Senior User
Veteran Member
67
2016
4
Location
Cuba
Try this:
[HIDE-REPLY]
Code:
[COLOR="#0000CD"]SET[/COLOR] @entry := 30058;
[COLOR="#0000CD"]UPDATE[/COLOR] `creature_template` [COLOR="#0000CD"]SET[/COLOR] `faction_A`=2013, `faction_H`=2013, `unit_flags`=32768, `unit_flags2`=2048, `dynamicflags`=0, `HoverHeight`=1 [COLOR="#0000CD"]WHERE[/COLOR] `entry`=@entry;

[COLOR="#0000CD"]DELETE FROM[/COLOR] `creature_template_addon` [COLOR="#0000CD"]WHERE[/COLOR] `entry`=@entry;
[COLOR="#0000CD"]INSERT INTO[/COLOR] `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) [COLOR="#0000CD"]VALUES[/COLOR] 
(@entry, 0, 0, 0, 257, 0, '');
[/HIDE-REPLY]

Wo_WScrn_Shot_071216_125853.jpg
 
Last edited:

Tyrelis

Mythical User
Senior User
192
2014
12
Location
Root
I am testing if this solves the problem.


----Update----
I just tested it and it's confirmed working. Thanks to @Rhisk
 
Last edited:

Rhisk

Senior User
Veteran Member
67
2016
4
Location
Cuba
I need to make a few retouching to make it even blizzlike, npc should be at all times casting a Spell to the portal. I need to find the information for add the spell in a SAI.
 

Tyrelis

Mythical User
Senior User
192
2014
12
Location
Root
I need to make a few retouching to make it even blizzlike, npc should be at all times casting a Spell to the portal. I need to find the information for add the spell in a SAI.

Alright. Let me know if you need any help.
 
Top