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.5] Quest: Troll Patrol: Done To Death (12568) #17619

Open
Treeston opened this issue Jul 18, 2016 · 6 comments
Open

[3.3.5] Quest: Troll Patrol: Done To Death (12568) #17619

Treeston opened this issue Jul 18, 2016 · 6 comments

Comments

@Treeston
Copy link
Member

3.3.5 931a762

Quest: Troll Patrol: Done To Death

Incinerating Oil can be used (wasted) without having an Defeated Argent Footman near you.

@Treeston
Copy link
Member Author

Also, the Footmen turn towards the player when their corpse is burned. Triggered flag should be added to the credit cast to fix that.

@ghost
Copy link

ghost commented Jul 18, 2016

From the closed issue #14708 (phase issues):

TrinityCore rev. 028e473 2016-07-16 21:38:24 -0300 (3.3.5 branch) (Win64, Release, Static)
Using TDB 335.61 plus updates up to and including 2016_07_16_08_world.sql

SELECT * FROM `smart_scripts` WHERE `entryorguid` LIKE '28156%';
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
-----------  -----------  ------  ------  ----------  ----------------  ------------  -----------  ------------  ------------  ------------  ------------  -----------  -------------  -------------  -------------  -------------  -------------  -------------  -----------  -------------  -------------  -------------  --------  --------  --------  --------  ---------------------------------------------------------------------------------
      28156            0       0       1           8                 0           100            1         51276             0             0             0           11          59216              0              0              0              0              0            1              0              0              0         0         0         0         0  Defeated Argent Footman - On Spellhit 'Incinerate Corpse' - Cast 'Burning Corpse'
      28156            0       1       2          61                 0           100            0             0             0             0             0           11          51279              0              0              0              0              0            7              0              0              0         0         0         0         0  Defeated Argent Footman - On Spellhit - Cast 'Defeated Argent Footman KC'
      28156            0       2       0          61                 0           100            0             0             0             0             0           41          10000              0              0              0              0              0            1              0              0              0         0         0         0         0  Defeated Argent Footman - On Spellhit - Despawn
SELECT * FROM `conditions` WHERE `SourceEntry` = 51276;
SourceTypeOrReferenceId  SourceGroup  SourceEntry  SourceId  ElseGroup  ConditionTypeOrReference  ConditionTarget  ConditionValue1  ConditionValue2  ConditionValue3  NegativeCondition  ErrorType  ErrorTextId  ScriptName  Comment
-----------------------  -----------  -----------  --------  ---------  ------------------------  ---------------  ---------------  ---------------  ---------------  -----------------  ---------  -----------  ----------  --------------------------------------------------------------
                     13            1        51276         0          0                        31                0                3            28156                0                  0          0            0              Incinerate Corpse can be used only on Defeated Argent Footman.

@Treeston
Copy link
Member Author

action_param2 = 2 for the KC spell, I think.

@ghost
Copy link

ghost commented Jul 18, 2016

OK, so the SQL query should be something like this:

UPDATE `smart_scripts` SET `action_param2`= 2 WHERE `entryorguid`= 28156 AND `id`= 1 AND `action_param1`= 51279;

(the action_param1 part might be redundant, I included it in case something else would be added later)

Care to test it to see if it will solve your issue? :-) (I only tested that the query works in TDB 335.61.)

@Aokromes
Copy link
Member

this issue is still valid?

@CraftedRO
Copy link
Contributor

seem still valid on 58de22c
however the quest works fine anyway

2021-10-10.18-16-08.mp4

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

4 participants