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

Warp Aberration in Netherstorm disappears #3865

Open
Sykomyke opened this issue Jun 13, 2017 · 1 comment
Open

Warp Aberration in Netherstorm disappears #3865

Sykomyke opened this issue Jun 13, 2017 · 1 comment
Milestone

Comments

@Sykomyke
Copy link

If you fight a Warp Aberration in Netherstorm and defeat it, they don't drop a corpse to loot from. They just simply disappear.

@AnonXS
Copy link
Contributor

AnonXS commented Jun 14, 2017

http://db.hellfire-tbc.com/?quest=10226

http://db.hellfire-tbc.com/?npc=18865

  • should be immune to arcane school

http://db.hellfire-tbc.com/?spell=34520 is pysical school

Use on a living Sundered Rumbler or Warp Aberration to extract its power. 
Warning: may enhance the elemental's will to survive.

ToDo:

  • Remove ScriptName: mob_epextraction and Add EAI Script which seems simple and sufficient.


-- Warp Aberration 18865- mob_epextraction
UPDATE `creature_template` SET `resistance6` = -1 WHERE `entry` = 18865;

-- Warp Aberration 18865
('1886501','18865','1','0','100','1','1000','1000','600000','600000','11','36640','0','1','0','0','0','0','0','0','0','0','Sunderer Rumbler - Cast Arcane Shield OOC'),
('1886501','18865','0','0','100','1','5000','5000','5000','5000','11','36640','0','33','0','0','0','0','0','0','0','0','Sunderer Rumbler - Cast Arcane Shield'),
('1886502','18865','0','0','100','0','2500','5000','20000','25000','11','36577','1','0','0','0','0','0','0','0','0','0','Sunderer Rumbler - Cast Warp Storm'),
('1886503','18865','8','0','100','0','34520','-1','0','0','22','2','0','0','0','0','0','0','0','0','0','0','Sunderer Rumbler - Set Phase 2 on Spellhit: Elemental Power Extractor'),
('1886504','18865','6','1','100','0','0','0','0','0','11','34525','0','7','0','0','0','0','0','0','0','0','Sunderer Rumbler - Create Elemental Power on Death (Phase 1)'),

-- Sunderer Rumbler 18881
('1888101','18881','8','0','100','0','34520','-1','0','0','22','2','0','0','0','0','0','0','0','0','0','0','Sunderer Rumbler - Set Phase 2 on Spellhit: Elemental Power Extractor'),
('1888102','18881','2','0','100','0','15','0','0','0','11','35310','0','0','0','0','0','0','0','0','0','0','Sunderer Rumbler - Summon Sundered Shard at 15% HP'),
('1888103','18881','6','1','100','0','0','0','0','0','11','34525','0','7','0','0','0','0','0','0','0','0','Sunderer Rumbler - Create Elemental Power on Death (Phase 2)'),

@AnonXS AnonXS added this to the PvE milestone Jun 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants