Caedilla / RSA

Raeli's Spell Announcer. Easy spell announcements
9 stars 7 forks source link

[Bug]: Portal: Dornogal not detected by addon. #29

Closed Poccket closed 1 month ago

Poccket commented 2 months ago

Description

When casting Portal: Dornogal, the addon does not detect it. All other portals are detected.

RSA Version

RSA 5.3.1

World of Warcraft Flavor

War Within

Lua Error

No response

Reproduction Steps

  1. Cast Portal: Dornogal
  2. No message is printed.

Screenshots

image image

Bugsbolt commented 1 month ago

I'm not the author, but if you go into the retail/interface/addons/RSA/SpellData . Then open the mage.lua (can open it in notepad for this) From here what I did was ctrl+f for an portal that was announcing, I searched for Stormwind for this. Then you can just add this line to the bottom of the list of portals: [446534] = true, -- Dornogal and you go to the next instance of Stormwind you can add this line to the bottom of that list: [446540] = true, -- Dornogal This is the teleport spellID so it'll yell at you if you're teleporting without friends and whatnot. But this worked for me, it's announcing properly now.

Caedilla commented 1 month ago

Thanks for doing the legwork for me with the spell IDs.

It's added in 5.4.