WeakAuras

WeakAuras

200M Downloads

Problem with spellicons

Amxx1 opened this issue ยท 0 comments

commented

Description

Im trying to create a weakaura that shows me the spellicon of the spell that my grounding totem eats.
When i try to add the icon function %i (it shows every spell as "?").

I spoke in the discord and one of the admins figured out why:

"init = "(not WeakAuras.IsRetail() and spellName and select(3, GetSpellInfo(spellName))) or (WeakAuras.IsRetail() and spellId and select(3, GetSpellInfo(spellId))) or 'Interface\\Icons\\INV_Misc_QuestionMark'",
This is the line in the WA code. Basically if your version isn't retail is acts as if there is no spellID, and I'm pretty sure that the combat log has carried spellIDs since tBC so can be added back in now."

WeakAuras Version

WeakAuras 4.1.2

World of Warcraft Flavor

Wrath of the Lich King Classic

Tested with only WeakAuras

  • Yes
  • No

Lua Error

No response

Reproduction Steps

  1. Try to create a weakaura that shows an ICON of the spell your groudning totem eats.
  2. It only shows up as "?"

Last Good Version

No response

Screenshots

No response

Export String

!WA:2!TrvVoUTrqyllGybHaJyviheKcHayNKgbFhcmqsJHjbVCNHojzsE)KkDl5UKCTj3Ly2L6UZLeUi16rq1Pspbb(jGrifP2f5b4EcYSlLdcqeB2zMD(7B(MLDoAqXa6a6V(9GSsNZfmy2zHtozQhCZSKeft3zRkJqLx)lTQF992qeXzsyUKl0rUEtd98lFcLRkZj3gYUrVircfe9IdgRkz55tjfSDMCesbR8lIRuAzHX1ZkPenlQYE8rsfAMO5XxWP6mNxIQajwZLc1Z9vAcOFQVswjOWO2uutLlSgYIs4cUkRVdEOhUcT36rwTg4PPmq9WNc7e)Bh9TLSvXYIiIoxMcvc2sMq7R5fm6Ak2pjjHOlWXEtMF0ztQPvaX0gdo0365AxBSJMit9fi8u9)OQkYEvagl)MTlCFzq4IGZCD9ccCQWMkYmEyqTDMCcv1VMYuAZW5UFgmyGlshfk1SI)nxZbgMl)G5EtM8HkfBXNI4QngT4CCAEc9Q7mk20gG8ImpBvLyhu7x(iZaCjlSv)ujL9B37oK4yGGKFooxqy92vkwEslF6mlmC2PLJ2lFYJLIDAn9CsKO)ZuxtYPWY2m1Dn27(SudL9vdBE8wunIe)2ulcDYLe65rAsocUH(fv5AEF4DwuOUVdcH4Hn)uF)4CIszKCu83Xmc1MAfGk)yeY3qmlIxukb9UvZlBxn7UgSL2WDoASZl)29dJ)3IztV9UbVphxJZak3Uu2FZ)jMTTSiJo6jyfGBBBP3)OvebVWU988MhEEZJB6vZikMPhB69bJyGgyIuD2d2(P9SfMfuqXmLsfvcmmtojekZPGWfh1C6dm5PzAZSMj45atANBfXBmwN386im4eEAF4n4dbEYTnF2ATmEhp1B5V)nC6MtqFg1YnrkwbEP)bJF24NTjbqiJ9frt6Ex7Z9JmMmDDuGRVN30T4Rv08SY2rXHvy(CJF1BkN9DzUXq91sGEbqkRVyNGFSmxcV64x8h2VTh)I)6s7x3UBAPrxRdD60P7ACVNrT)g49F(gUOD4JfAy5xYtfsGTRUEM3jEaib1vhwb53FGY)hgFW4dhS8pV8F(d

^ This aura does not work, evey spell that i ground shows up as "?".


https://wago.io/B1gdw8_HX - This aura does exactly what i want, but it only works for the retail version of the game, not classic WotLK.