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

[Creature] Creeping Sludges much too weak? #11688

Closed
wkerzendorf opened this issue Mar 9, 2014 · 6 comments
Closed

[Creature] Creeping Sludges much too weak? #11688

wkerzendorf opened this issue Mar 9, 2014 · 6 comments

Comments

@wkerzendorf
Copy link

This is on
commit 994b14bf660acfc2e1addcbbb594f9978b1b8c7b Author: Aokromes <Aokromes@users.noreply.github.com> Date: Sat Mar 1 03:18:21 2014 +0100

Creature ID 12222

We quested yesterday in maraudon with 4 people all around level 42. Our Paladin tank can easily hold 4-5 of these creatures with relatively minor healing.

They also don't seem to spew poison this is on rev 994b

This is what a walkthrough suggests

Info: Creeping Sludges come in packs of 2, 3 or 4, they must NOT be melee'd. They pulse a 200 dmg poison area attack every 2 seconds to anyone that is in close to them. So imagine 3 of these in a bunch, pulsing 600 dmg every 6 seconds on all of your melees.

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

@Aokromes
Copy link
Member

Aokromes commented Mar 9, 2014

@wkerzendorf
Copy link
Author

@Aokromes Is there any other information that you need? The core we use (including the DB) is only a few days old and unchanged.

@Aokromes
Copy link
Member

Aokromes commented Mar 9, 2014

There is no such thing as "Rev 994b"

@wkerzendorf
Copy link
Author

@Aokromes Sorry these are only the first four characters of the rev and apparently ambiguous in this case. 994b14b is unique. But I added now the full hash.

@wkerzendorf
Copy link
Author

@Aokromes I beg to differ: 994b14b

@Killyana
Copy link
Member

UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry` IN (12222);
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (12222) 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
(12222, 0, 0, 0, 0, 0, 100, 0, 4000, 6000, 7000, 10000, 11, 26419, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0,0,'Creeping Sludge - IC - Cast Acid Spray'),
(12222, 0, 1, 0, 25, 0, 100, 0, 0, 0, 0, 0, 75, 22638, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0,0,'Creeping Sludge - On reset - Add Poison Shock');

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