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

DB/Spells: fix Searing Wrath's chain jump targeting #17216

Closed
SnapperRy opened this issue May 29, 2016 · 2 comments
Closed

DB/Spells: fix Searing Wrath's chain jump targeting #17216

SnapperRy opened this issue May 29, 2016 · 2 comments

Comments

@SnapperRy
Copy link
Contributor

SnapperRy commented May 29, 2016

Description: the spell Searing Wrath (used by red drakes in Oculus) should only hit certain nearby targets (mostly other drakes).

Steps to reproduce the problem:

  1. Go to Oculus, get a red drake.
  2. Pull an enemy dragon near the construct NPCs and use Searing Wrath.
  3. Notice that it hits the constructs too. That's an easy exploit to clear the trash.

Branch(es): 3.3.5 / 6.x

TC hash/commit: 71081c2

TDB version: 335.61

Suggested fix:

DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=50232;
INSERT INTO `conditions` VALUES
(13, 1, 50232, 0, 1, 31, 0, 3, 28236, 0, 0, 0, 0, "", "Searing Wrath target can be Azure Ring Captain"),
(13, 1, 50232, 0, 2, 31, 0, 3, 27638, 0, 0, 0, 0, "", "Searing Wrath target can be Azure Ring Guardian"),
(13, 1, 50232, 0, 3, 31, 0, 3, 28276, 0, 0, 0, 0, "", "Searing Wrath target can be Greater Lay Whelp"),
(13, 1, 50232, 0, 4, 31, 0, 3, 27656, 0, 0, 0, 0, "", "Searing Wrath target can be Eregos");

Closes #6671.

Thanks to joschiwald for the input!

@dr-j
Copy link
Contributor

dr-j commented May 29, 2016

#6671

@SnapperRy
Copy link
Contributor Author

Right, I saw that issue but didn't read past the description. Thought it was not related to targeting.

Aokromes added a commit that referenced this issue May 30, 2016
joschiwald pushed a commit that referenced this issue Jan 9, 2017
Ny SnapperRy closes #17216 closes #6671
(cherry picked from commit a5bd790)
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