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][6.x] DB/Quest: Mission: Plague This! (11332) #16517

Closed
Treeston opened this issue Feb 9, 2016 · 2 comments
Closed

[3.3.5][6.x] DB/Quest: Mission: Plague This! (11332) #16517

Treeston opened this issue Feb 9, 2016 · 2 comments

Comments

@Treeston
Copy link
Member

Treeston commented Feb 9, 2016

3.3.5 d1a185e

Quest: Mission: Plague This!

Hitting the Plague Tanks with Orehammer's Precision Bombs does not grant credit (even though the tank shows the "hit" animation). Quest cannot be completed.

@ghost
Copy link

ghost commented Feb 9, 2016

Orehammer's Precision Bombs : http://www.wowhead.com/item=33634/orehammers-precision-bombs
Spell used with that bomb item : http://www.wowhead.com/spell=43403/orehammers-precision-bombs

http://www.wowhead.com/spell=43404/mission-plague-this-orehammers-precision-bombs-dummy
Effect : Trigger Missile (Mission: Plague This!: Orehammer's Precision Bombs Dummy)
Radius: 10 yards

Maybe we need an entry in spell_linked_spell to connect spell 43403 with its effect, 43404 (not found)

@Rushor Rushor self-assigned this Feb 9, 2016
@Rushor Rushor changed the title [3.3.5] Quest: Mission: Plague This! (11332) [3.3.5] DB/Quest: Mission: Plague This! (11332) Feb 9, 2016
@Rushor
Copy link
Contributor

Rushor commented Feb 9, 2016

-- New Agamand Plague Tank Bunny SAI
SET @ENTRY := 24290;
UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY;
DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `source_type`=0;
INSERT INTO `smart_scripts` (`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`) VALUES
(@ENTRY,0,0,0,8,0,100,0,43404,0,0,0,11,43419,0,0,0,0,0,7,0,0,0,0,0,0,0,"New Agamand Plague Tank Bunny - On Spellhit 'Mission: Plague This!: Orehammer's Precision Bombs Dummy' - Cast 'Mission: Plague This!: Kill Credit'");

is already there, this need the castlebale_while_flying costum attribute

@Rushor Rushor changed the title [3.3.5] DB/Quest: Mission: Plague This! (11332) [3.3.5][6.x] DB/Quest: Mission: Plague This! (11332) Feb 9, 2016
Rushor added a commit that referenced this issue Feb 9, 2016
…OW_INFLIGHT_TARGET

* closes #16517
* thanks to Treeston for report
Shauren pushed a commit that referenced this issue Apr 2, 2016
…OW_INFLIGHT_TARGET

* closes #16517
* thanks to Treeston for report

(cherry picked from commit 830e5c1)
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