Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.3.5a] "Hot and Cold" - quest item use inconsistent #15566

Closed
Treeston opened this issue Sep 22, 2015 · 3 comments
Closed

[3.3.5a] "Hot and Cold" - quest item use inconsistent #15566

Treeston opened this issue Sep 22, 2015 · 3 comments

Comments

@Treeston
Copy link
Contributor

Branch 3.3.5a, revision c5cc7cc.

On the Sons of Hodir daily quest Hot and Cold, after looting the "Essence of Ice", attempting to use it on the "Smoldering Iron Scrap"s is inconsistent. While it will work in about two thirds of attempts, the other third will act as if you had cast the item on yourself (you will see the particle hit animation on yourself), and will effectively "waste" the item.

@Killyana
Copy link
Contributor

I'm tryning ot find the visual ice: http://www.wowhead.com/item=42252/frozen-iron-scrap#screenshots:id=99095

DELETE FROM `conditions` WHERE `SourceEntry` = 56099 AND `SourceTypeOrReferenceId` = 13;
INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES
(13,1,56099,0,0,31,0,3,30169,0,0,0,'','Essence of Ice target Smoldering Scrap Bunny');

DELETE FROM `creature` WHERE `guid` IN (116640, 116641, 116642); -- duplicated spawns

@Killyana
Copy link
Contributor

I have a problem with visual auras on npcs with extra_flag trigger.

If I .cast self 56135 or .aura 56135 the visual effect appears.

If the spell is casted with linked_spell or casted using SAI or the aura added by SAI the visual effect is visible on gm mode only.

Also if the aura is set on creature_addon the visual will appear.

The visual effect: http://www.wowhead.com/item=42252/frozen-iron-scrap#screenshots:id=99095

ServerToClient: SMSG_AURA_UPDATE (0xE86C) Length: 24 ConnIdx: 0 Time: 06/19/2011 23:57:18.000 Number: 238994
GUID: Full: 0xF13075D9006E6FCC Type: Creature Entry: 30169 Low: 7237580
[0] Slot: 0
[0] Spell ID: 56135 (56135)
[0] Flags: EffectIndex0, NotCaster, Positive, Duration (57)
[0] Level: 80
[0] Charges: 0
[0] Max Duration: 15000
[0] Duration: 15000

ServerToClient: SMSG_SPELL_START (0xDB2F) Length: 33 ConnIdx: 0 Time: 06/19/2011 23:57:18.000 Number: 238995
Caster GUID: Full: 0xF13075D9006E6FCC Type: Creature Entry: 30169 Low: 7237580
Caster Unit GUID: Full: 0xF13075D9006E6FCC Type: Creature Entry: 30169 Low: 7237580
Cast Count: 0
Spell ID: 56135 (56135)
Cast Flags: HasTrajectory (2)
Time: 0
Target Flags: Self (0)

ServerToClient: SMSG_SPELL_GO (0xEC2D) Length: 44 ConnIdx: 0 Time: 06/19/2011 23:57:18.000 Number: 238996
Caster GUID: Full: 0xF13075D9006E6FCC Type: Creature Entry: 30169 Low: 7237580
Caster Unit GUID: Full: 0xF13075D9006E6FCC Type: Creature Entry: 30169 Low: 7237580
Cast Count: 0
Spell ID: 56135 (56135)
Cast Flags: Unknown7 (256)
Time: 2850580801
Hit Count: 1
[0] Hit GUID: Full: 0xF13075D9006E6FCC Type: Creature Entry: 30169 Low: 7237580
Miss Count: 0
Target Flags: Unit (2)
Target GUID: 0x0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants