Jump to content

xkyve

Members
  • Posts

    2
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

About xkyve

  • Birthday 01/01/1

xkyve's Achievements

Newbie

Newbie (1/3)

0

Reputation

  1. Good job. Really nice program. One question, if I want to find all spells that have SPELL_ATTR_PASSIVE as one of the attributes, what must I do? I know it must be done from Advanced Filters, but how exactly. Thanks Later edit: The solution is the Attributes&X dialog box. I found out that SPELL_ATTR_PASSIVE = 0x40 (from mangos source). Converted to DEC it's 64. So Attributes&X = 64. It works but, after I search I also want to filter somehow the search results. "Spell search" and "Spell filter" seem to be independent. For example I want all spells with Attributes&X = 64 and Aura Id 232 (SPELL_AURA_MECHANIC_DURATION_MOD). Something like that. How can I do that? Even later edit: I found a way to combine spell search with the spell filter. Now it works. =) If anyone is interested, post here.
  2. How can I retrieve a full list of passive spells. The spells have to be, as I said, full passive, for example the Tauren racial Endurance. Also these spells shouldn't apply some kind of viewable aura or buff, they shouldn't appear near the minimap as icons, if you know what I'm saying. So that they can't be canceled with right click. Exactly like passive racials, but not only racials. I've tried some various wow database sites, but they don't have a proper search function, so I can't filter those spells. Any idea how to retrieve those spells along with the ID and description. I need this for a project. I found out from the mangos source code that these kind of spells must have as an attribute SPELL_ATTR_PASSIVE: #define SPELL_ATTR_PASSIVE 0x00000040 // 6 Passive spell thanks
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use