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 Veil Lithic: Preemptive Strike doesn't work #12564

Closed
SignFinder opened this issue Jul 19, 2014 · 8 comments
Closed

Quest Veil Lithic: Preemptive Strike doesn't work #12564

SignFinder opened this issue Jul 19, 2014 · 8 comments

Comments

@SignFinder
Copy link
Contributor

Trinitycore 8b48aad
TDB54

Quest http://www.wowhead.com/quest=10861 doesn't work.
Hatchlings don't hatch from eggs.

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@Rushor
Copy link
Contributor

Rushor commented Feb 1, 2015

@Killyana
Copy link
Member

SET @Bird1       :=22337;
SET @Bird2       :=22339;
SET @Egg         :=185211;

UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry` IN (@Bird2);
UPDATE `gameobject_template` SET `AIName`='SmartGameObjectAI' WHERE `entry` IN (@Egg);

DELETE FROM `smart_scripts` WHERE `entryorguid`=@Egg*100 AND `source_type`=9;
DELETE FROM `smart_scripts` WHERE `entryorguid`=@Egg*100+1 AND `source_type`=9;
DELETE FROM `smart_scripts` WHERE `entryorguid`=@Egg AND `source_type`=1;
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
(@Egg, 1, 0, 0, 70, 0, 100, 0, 2, 0, 0, 0, 87, @Egg*100, @Egg*100+1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Cursed egg - On State 2 - Action random action list'),
(@Egg*100, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 12, @Bird2, 3, 15000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Cursed egg - Action list - Summon'),
(@Egg*100+1, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 12, @Bird1, 3, 40000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Cursed egg - Action list  - Summon');

@Kittnz
Copy link
Member

Kittnz commented Mar 23, 2015

This should be closed @Aokromes

Aokromes added a commit that referenced this issue Mar 24, 2015
By Killyana, closes #12564
(cherry picked from commit 15492ec)
@Fearless18
Copy link

According to the video of Rushor.. the birds are summoned when opening the eggs, and should not be any of them already spawned..
it's that correct? Shouldn't be deleted @bird1 and @bird2 from 'Creature'?

@Killyana
Copy link
Member

Need confirmation from someone on retail.

@Killyana
Copy link
Member

As no one wants have a look on retail

DELETE FROM `creature` WHERE `id` IN (22337, 22339);

@Killyana Killyana reopened this Apr 14, 2015
@Kittnz
Copy link
Member

Kittnz commented Apr 14, 2015

Ill check it out tonight

@Killyana
Copy link
Member

I get confirmation that this npcs must not be spawned.

Aokromes added a commit that referenced this issue Jun 6, 2015
DDuarte added a commit that referenced this issue Jul 12, 2015
e500cda DB/Creature: Howling Fjord - Movement - Niffelvar - Part V
7220b44 DB/Creature: Howling Fjord - Movement - Bealgun + Agamand - Part VI
8f35186 DB/Creature: Winterskorn Hunter - Add 2 Missing Spawns
833a0d2 DB/Creature: Reinsert wrongly deleted Creatures
3d8ae16 DB/Creature: Negaton Screamer Script http://www.wowhead.com/npc=20875/negaton-screamer
ed2607f DB/Creature: Howling Fjord - Movement - Whisper Gulch
d94c522 DB/Misc: Updates/Bug fixes to my recent commits 1) Also add heroic difficulty spells for Negaton Screamer and assign existing to normal mode only 2) Re-do Slip'kiks waypoints (yes originally used wrong wp from sniff or position instead of points as wp format was different 3) Add Fengus's WP I missed these originally as did not look right but reason why not right was same as above 4) Remove SAI to add buffs to players on death of bosses this is from original script and is incorrect as buff must be cast from gossip as I already scripted 5) Fix the faction/quest issue with Captain Kromcrush 6) Cho'Rush the Observer can once again be killed that line to add invincibility hp was not meant to be in final.
bbcc18b DB/Quest: Test at Sea * thanks for the spell_custom coresupport from @pete318 * closes #11880
3aa1774 DB/Spell: Mark of the Fallen Champion - Heal - Targetconditions * closes #12308
1d44e30 DB/Quest: Help Tavara By Killyana closes #2744
557018d DB/Creature: Deeprun Diver By Killyana, closes #12432
0c4a74e DB/Misc: Delete few incorrectly spawned creatures By Killyana, closes #12564
8f7ef33 DB/Quest: On Spirit Wings By Killyana, closes #5057
5eafe0a DB/Creature: Delete 2 duplicate spawned mobs By Killyana, closes #14834
cc15bdb DB/Quest: Finish Me! By Killyana, closes #6814
f1ceb69 DB/Quest: Reclusive Rune Master By Killyana, closes #14829
1ed273e DB/Creature_text: Add missing Broadcast_text By Killyana, closes #14808
d0f1e49 DB/npc_text: Add missing Broadcast_text By Killyana, closes #14810
4c47ff3 DB/Creature: Thrallmar grunt By Killyana, closes #14844
a68f8e3 DB/Quest: The New Horde By Killyana, closes #14814
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

7 participants