mangosArchives / Mangos-One-scripts-old

* Current Repo: mangosone/scripts * Replacement for the Script Library that comes with MaNGOS, written in C++ and is compatible with both Windows and Linux. SQL supports MySQL and PGSql.
http://www.getmangos.co.uk/
GNU General Public License v2.0
40 stars 19 forks source link

Hex Lord Malacrass, Zul'aman #16

Open Atari007 opened 11 years ago

Atari007 commented 11 years ago

Revision: 2634, standard mangos-one and the db from this repository. Issue: the spell SPELL_SPIRIT_BOLTS = 43383 does get affected by LoS. It should not be affected by line of sight, source: http://www.wowwiki.com/Hex_Lord_Malacrass_(original) Adding it to vmaps.ignorespells in mangosd.conf did not do the trick sadly.

Kind Regards, Atari

xfurry commented 11 years ago

Yes, this is a core issue. There is a spell attribute which defines which spells should ignore LoS. However this is not very clear and we can't say for sure if that is right. Anyway, this is not related to the script.

Lillecarl commented 11 years ago

Attributes: 0x00010000 (SPELL_ATTR_NOT_SHAPESHIFT) AttributesEx: 0x000000C8 (SPELL_ATTR_EX_UNK3, SPELL_ATTR_EX_CHANNELED_2, SPELL_ATTR_EX_NEGATIVE)

This is not a core issue, rather invalid DBC if this report it correct.