Thread Tools Display Modes
11-06-10, 06:19 AM   #1
Rilgamon
Premium Member
 
Rilgamon's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Sep 2009
Posts: 822
Are ranks gone or not ?

While rewriting my addon I noticed that casting Power Word: Fortitude has different spellIds (79104 on my target and 79105 on me) ... I thought that ranks were gone ? Does that mean I still have to maintain a list of possible spellIds for certain spells or is this just a bug ?

Code:
				[79104] = {
					["debuffType"] = "Magic",
					["personalSpell"] = true,
					["spellId"] = 79104,
					["lastSeen"] = 1289044562,
					["shouldConsolidate"] = 1,
					["duration"] = 3600,
					["unitCaster"] = "player",
					["expirationTime"] = 24599.143,
					["seenOn"] = "target",
					["filter"] = "HELPFUL",
					["count"] = 0,
					["durationMax"] = 3600,
					["firstSeen"] = 1289040133,
					["name"] = "Machtwort: Seelenstärke",
					["icon"] = "Interface\\Icons\\Spell_Holy_WordFortitude",
					["rank"] = "",
				},
				[79105] = {
					["personalSpell"] = true,
					["spellId"] = 79105,
					["lastSeen"] = 1289045211,
					["duration"] = 3600,
					["expirationTime"] = 24605.17,
					["unitCaster"] = "player",
					["icon"] = "Interface\\Icons\\Spell_Holy_WordFortitude",
					["debuffType"] = "Magic",
					["shouldConsolidate"] = 1,
					["filter"] = "HELPFUL",
					["seenOn"] = "player",
					["name"] = "Machtwort: Seelenstärke",
					["durationMax"] = 3600.001,
					["firstSeen"] = 1289040135,
					["count"] = 0,
					["rank"] = "",
				},
__________________
The cataclysm broke the world ... and the pandas could not fix it!
  Reply With Quote
11-06-10, 09:00 AM   #2
sacrife
An Onyxian Warder
 
sacrife's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2009
Posts: 384
Yes ranks are gone.
__________________

  Reply With Quote
11-06-10, 09:16 AM   #3
Waky
A Cobalt Mageweaver
 
Waky's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2010
Posts: 200
I think the rank of the spell is gone, but the rank of the buff may still be here due to different level'ed people (?)
  Reply With Quote
11-06-10, 09:30 AM   #4
Dawn
A Molten Giant
 
Dawn's Avatar
AddOn Author - Click to view addons
Join Date: May 2006
Posts: 918
Spells only have one ID now, unless some NPC is using a different version of the spell. Spells kinda scale with player level now, instead of using actual ranks, afaik.
__________________
Rock: "We're sub-standard DPS. Nerf Paper, Scissors are fine."
Paper: "OMG, WTF, Scissors!"
Scissors: "Rock is OP and Paper are QQers. We need PvP buffs."

"neeh the game wont be remembered as the game who made blizz the most money, it will be remembered as the game who had the most QQ'ers that just couldnt quit the game for some reason..."

  Reply With Quote
11-06-10, 09:43 AM   #5
Nobgul
A Molten Giant
 
Nobgul's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2009
Posts: 693
Originally Posted by Waky View Post
I think the rank of the spell is gone, but the rank of the buff may still be here due to different level'ed people (?)
I think it may be something similar to this. On my shaman pre patch I would get errors "your target is to low level" when using certain healing spells. Now I no longer get that error but.
I was in a Molten Core last night with a bunch of level 60's as well as some level 80's. The level 80 mage made a table but the food didn't scale?
__________________
[SIGPIC][/SIGPIC]
  Reply With Quote
11-07-10, 08:36 AM   #6
Taroven
A Cyclonian
AddOn Author - Click to view addons
Join Date: Dec 2006
Posts: 49
Not sure if it's used at all in UnitAura, but I'm pretty sure it got left in for compatibility reasons even if it's not. In GetSpellInfo, the old rank return is now the requirement text in the tooltip ("Requires Battle Stance", etc).

Edit: Oh. Derp. Perhaps they used a different version of the spell for party/selfcast?
__________________
Former author of EventHorizon Continued and Other Releases.

Last edited by Taroven : 11-07-10 at 08:39 AM.
  Reply With Quote
11-07-10, 09:27 AM   #7
Rilgamon
Premium Member
 
Rilgamon's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Sep 2009
Posts: 822
Had not much time to test it ... yesterday I was in vh and all got
the same buff-spellId ... I'll test it again with my 80-priest ... the previous
tests were on my little shadow who is level 14
__________________
The cataclysm broke the world ... and the pandas could not fix it!
  Reply With Quote
11-08-10, 06:10 PM   #8
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,323
Originally Posted by nobgul View Post
The level 80 mage made a table but the food didn't scale?
Food never has and probably never will scale.

To comment the spell database, it stores every version of every spell that ever existed, even some joke spells back in pre-alpha versions of vanilla WoW.
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)
  Reply With Quote

WoWInterface » Developer Discussions » General Authoring Discussion » Are ranks gone or not ?


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off