Results: 12Comments by: darklimpan
File: Ara Broker Guild Friends12-18-23
I have had a weird issue with the g...
Posted By: darklimpan
I have had a weird issue with the guild news/loot UI where it resets up to the top every few seconds when I try to scroll down to see who got what and when. Can't remember how long ago it's been like this, but it's been annoying me for several years and only now got around to find out which addon it was. I doublechecked by turning...
File: Ara Broker Guild Friends07-04-23
Since Diablo 4 is out now, does any...
Posted By: darklimpan
Since Diablo 4 is out now, does anyone know how to get this addon to track who is playing it? It's currently only telling saying those people are online on the desktop app. Also, there might be a typo or two in the "Ara_Broker_Guild_Friends.lua" file, namely line 97 (Blizzard Arcane? Shouldn't that be Blizzard Arcade?) and line 99...
File: !SyLevel11-04-22
Hello Suicidal_Katt! Pre-patch 1...
Posted By: darklimpan
Hello Suicidal_Katt! Pre-patch 10.0 has caused !SyLevel to stop working. Below are the lua errors I'm getting. I get the first error on login, and I think the other two when I go into the settings menu. BugGrabberDB = { = 3, = 3, = { { = "Interface/AddOns/SyLevel/pipes/bags.lua:37: hooksecurefunc(): Co...
File: ShieldsUp05-09-20
Speaking of super long shot. And pl...
Posted By: darklimpan
Speaking of super long shot. And plans to update this for Shadowlands, since all those shields are making a return?
File: Multishot (Screenshot)08-23-18
function Multishot:OnEnable() se...
Posted By: darklimpan
function Multishot:OnEnable() self:RegisterEvent("PLAYER_LEVEL_UP") -- self:RegisterEvent("UNIT_GUILD_LEVEL") self:RegisterEvent("ACHIEVEMENT_EARNED") self:RegisterEvent("CHALLENGE_MODE_COMPLETED") self:RegisterEvent("UPDATE_BATTLEFIELD_STATUS") self:RegisterEvent("TRADE_ACCEPT_UPDATE") self:RegisterEvent("CHAT_MS...
File: Multishot (Screenshot)08-23-18
Comment out UNIT_GUILD_LEVEL and GA...
Posted By: darklimpan
Comment out UNIT_GUILD_LEVEL and GARISSON_BUILDING_ACTIVATED events registration for clear addon loading in 8.0. How does one "comment out" those things in the Multishot.lua file? Does "comment out" mean to delete those lines or add some sort of symbol to certain lines?
File: Koko Totems09-18-16
Any chance you would put this addon...
Posted By: darklimpan
Any chance you would put this addon on Curse as well?
File: !SyLevel07-03-15
Are there any chance this addon cou...
Posted By: darklimpan
Are there any chance this addon could be updated to work with patch 6.2's timewarped gear? As an example, my warlock's equipped staff show as an ilvl 115 item while outside a timewalking dungeon, while it it is infact ilvl 675 (Timewarped Warforged).
File: StackCount12-05-14
This addon did work fine for the de...
Posted By: darklimpan
This addon did work fine for the default bags up until patch 6.0 went live. Currently it shows the tooltip only a split second then vanishes. Anyone know how I can fix this?
File: Dominos Beta09-06-14
It seems like the options for this...
Posted By: darklimpan
It seems like the options for this addon has broken on the beta. (still editable in notepad, tho)
File: Ara Broker Guild Friends12-20-13
@darklimpan Okay, do this instead:...
Posted By: darklimpan
@darklimpan Okay, do this instead: r66, Ara_Broker_Guild_Friends.lua: Line 154 if playerRealm == realm then name = shortName end Replace with if gsub(playerRealm, "", "") == realm then name = shortName end Yup, that one worked better for me. Thank you very much! :D
File: Ara Broker Guild Friends12-19-13
I, too, are having issues with real...
Posted By: darklimpan
I, too, are having issues with realm name being shown in ARA, and since I play on EU-Azjol-Nerub (shown as "AzjolNerub" in ARA). I also tried Talyrius' fix but it did nothing for me. Any ideas?