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

Quest: Troll Patrol: Done to Death #12568 #14708

Closed
fvicaria opened this issue May 16, 2015 · 6 comments
Closed

Quest: Troll Patrol: Done to Death #12568 #14708

fvicaria opened this issue May 16, 2015 · 6 comments

Comments

@fvicaria
Copy link

The Argent Footman Corpses seem to be in a different phase. You can see them from the distance but when you get close they disappear.
Also when using the item (as a GM) the corpse does not burn and the count is not incremented.

Hash: 0a6f48b+
Latest DB
Info:
Quest: http://www.wowhead.com/quest=12568/troll-patrol-done-to-death
Item: http://www.wowhead.com/item=38556/incinerating-oil
Spell: http://www.wowhead.com/spell=51276/incinerate-corpse

@Killyana
Copy link
Member

Can you provide your phase in this area and also nps(corpse) phase?

@Killyana
Copy link
Member

It was a problem with the sai despawning the npc ooc, also condition was missing so the spell is always casted on the player.

UPDATE `smart_scripts` SET `event_type`=61, `event_param1`=0, `event_param2`=0, `event_param3`=0, `event_param4`=0, `action_param1`=10000 WHERE `entryorguid`=28156 AND `source_type`=0 AND `id`=3;
UPDATE `smart_scripts` SET `link`=3 WHERE `entryorguid`=28156 AND `source_type`=0 AND `id`=2;
UPDATE `smart_scripts` SET `event_flags`=1 WHERE `entryorguid`=28156 AND `source_type`=0 AND `id`=0;

DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=51276;
INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorType`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES
(13,1,51276,0,0,31,0,3,28156,0,0,0,0,'','Incinerate Corpse can be used only on Defeated Argent Footman.');

@fvicaria
Copy link
Author

I have applied the changes and phase now is good but body still doesn't burn or credit is given.
I tried different combinations for the target type and spells order but still nothing.

@Killyana
Copy link
Member

For me it's fine I get credit, corps burns for 10 secs and then despawn, also you cannot get credit from a burning corps.

@fvicaria
Copy link
Author

Confirmed all work fine now. I did not have your last edit with the conditions.
Anywhere I can read more about the use of conditions?

@Killyana
Copy link
Member

Aokromes added a commit that referenced this issue May 20, 2015
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

3 participants