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

A lot of "CastSpell" errors in logs #1496

Open
PadreWoW opened this issue Aug 25, 2016 · 2 comments
Open

A lot of "CastSpell" errors in logs #1496

PadreWoW opened this issue Aug 25, 2016 · 2 comments

Comments

@PadreWoW
Copy link

Revision:
any
Operating system:
serv2008r2
Current behavior:
spell id 31553 by caster: creature (Entry: 16938) does not have unit target
spell id 33975 by caster: creature (Entry: 19191) does not have unit target
spell id 9739 by caster: creature (Entry: 17969) does not have unit target
spell id 31401 by caster: creature (Entry: 17969) does not have unit target
and many other spells

Expected behavior:
...

Steps to reproduce the problem:
For example try to attack Arazzius the Cruel and you will see
spell id 33975 by caster: creature (Entry: 19191) does not have unit target

adding spells to the table 'conditions' does not give effect
just another error in logs
SourceEntry 33975 in conditions table does not have any implicit target TARGET_UNIT_NEARBY_ENTRY(38) or TARGET_DST_NEARBY_ENTRY (46) ,TARGET_UNIT_AREA_ENTRY_SRC(7), TARGET_UNIT_AREA_ENTRY_DST(8), TARGET_UNIT_CONE_ENTRY(60), TARGET_GAMEOBJECT_NEARBY_ENTRY(40)

@DanielBallaSZTE
Copy link
Contributor

I think in the boss script the target is not given properly, that's why it happens.

@DanielBallaSZTE
Copy link
Contributor

In hellfire_peninsula.cpp instead of the spell id, the creature ID is given SPELL_SHADOWBOLT_VOLLEY = 19191,

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