Showing results 1 to 25 of 500
Search took 0.01 seconds.
Search: Posts Made By: myrroddin
Forum: General Authoring Discussion 09-09-24, 09:19 AM
Replies: 2
Views: 2,139
Posted By myrroddin
You are still flagged as a maintainer on...

You are still flagged as a maintainer on MrBigglesworthDeath, at least on Curseforge. DM me your GitHub username, and I'll add you as a collaborator there.

I plan to work on a game world, compatible...
Forum: General Authoring Discussion 09-09-24, 06:37 AM
Replies: 2
Views: 2,139
Posted By myrroddin
I am leaving WoW. Looking for maintainers for my projects

Mid-October 2024 is my last day of World of Warcraft. I am looking for people who want to maintain and update my projects as necessary. Given TWW is the first part of a trilogy, I doubt I will return...
Forum: Lua/XML Help 07-26-24, 03:48 PM
Replies: 0
Views: 4,108
Posted By myrroddin
[All game versions] More effective method to find learned spells?

After registering SPELLS_CHANGED I want to assign variables to specific spells, but only if the character knows the spells. Since a character's spells can change based on belonging to a guild,...
Forum: Lua/XML Help 07-14-24, 03:25 PM
Replies: 4
Views: 5,282
Posted By myrroddin
D'oh! I missed the comment. I added the below...

D'oh! I missed the comment.


I added the below as line 110; that should fix the nil error. Now to load and test.
f:SetPoint(db.point, UIParent, db.point, db.x / db.scale, db.y / db.scale)

Thank...
Forum: Lua/XML Help 07-14-24, 02:45 PM
Replies: 4
Views: 5,282
Posted By myrroddin
Ah, thank you for the hint. I don't use SetPoint...

Ah, thank you for the hint. I don't use SetPoint on f, but I do on self.resFrame via line 69. I'm guessing lines 121 and 131 aren't firing unless I SetPoint on f?
Forum: Lua/XML Help 07-14-24, 03:30 AM
Replies: 4
Views: 5,282
Posted By myrroddin
Arithmetic on a nil value?

I understand that I have an error telling me that GetLeft and GetTop are nil values, thus the math isn't working. What I do not understand is why self.resFrame (module.resFrame) doesn't exist at that...
Forum: Lua/XML Help 05-24-24, 01:51 AM
Replies: 5
Views: 8,852
Posted By myrroddin
I found part of the problem, which is a display...

I found part of the problem, which is a display bug rather than a table function bug. On line 368 of Core-Mainline.lua (https://github.com/Myrroddin/smartres2/blob/master/Core-Mainline.lua#L368) I...
Forum: Lua/XML Help 05-23-24, 08:51 AM
Replies: 5
Views: 8,852
Posted By myrroddin
I didn't know either GetRandomArrayEntry() or...

I didn't know either GetRandomArrayEntry() or tContains() existed. I could use those. As for persisting through reloading the UI, I am using saved variables. db.randomSingleMessages and...
Forum: Lua/XML Help 05-23-24, 04:38 AM
Replies: 5
Views: 8,852
Posted By myrroddin
More information and explanation....

More information and explanation. module.randomSingleMessages will be used to print random strings.
if #module.randomSingleMessages >= 1 then
...
Forum: Lua/XML Help 05-22-24, 09:33 PM
Replies: 0
Views: 5,893
Posted By myrroddin
Issue #2 "LSM30_FONT" is an invalid custom control type

There is something I am missing with LibSharedMedia-3.0 and AceGUI-3.0-SharedMediaWidgets. I get a long error dump from BugSack which I cannot explain. The error stems from line 91 in BarOptions.lua...
Forum: Lua/XML Help 05-22-24, 09:26 PM
Replies: 5
Views: 8,852
Posted By myrroddin
Issue #1: reloading UI undoes table removal

After doing some tests in retail to remove and restore table entries, I noticed that reloading my UI restores the entries, which is not intended. That should happen when the UI button is pressed,...
Forum: Site help, bugs, suggestions/questions 05-19-24, 09:38 PM
Replies: 0
Views: 2,068
Posted By myrroddin
Please delete the following addon

https://www.wowinterface.com/downloads/fileinfo.php?id=24336

This addon is obsolete and does not work. I am rewriting the core addon, SmartRes2, which contains the external addon's...
Forum: Lua/XML Help 03-24-24, 04:13 AM
Replies: 6
Views: 8,118
Posted By myrroddin
This solution worked! I tested in Un'Goro Crater,...

This solution worked! I tested in Un'Goro Crater, which has no rep assigned and the addon watched my fallback. Then I went into the Stockades dungeon with the Ironforge faction tabard, which worked....
Forum: Lua/XML Help 03-24-24, 03:18 AM
Replies: 6
Views: 8,118
Posted By myrroddin
That is a typo. It shouldn't look like that, no....

That is a typo. It shouldn't look like that, no. Somehow I copied and pasted from my snippet back into the main file and saved it before I created a zip.

I will check the other answers and do some...
Forum: Lua/XML Help 03-23-24, 04:54 AM
Replies: 6
Views: 8,118
Posted By myrroddin
I do not understand why I am getting type Boolean when I should be getting number

I have been battling with logic for a long time in RepByZone. The idea is to switch the watched reputation based on the player's location, but only if certain things are true. To that end, I have...
Forum: Dev Tools 02-12-24, 11:52 PM
Replies: 1
Views: 7,591
Posted By myrroddin
Thank you, Ghost on the WoWUIDev Discord for...

Thank you, Ghost on the WoWUIDev Discord for providing the answer. I had the wrong permissions in the project's Actions settings on GitHub.

Attached are images showing how GitHub should look like.
Forum: Dev Tools 02-12-24, 02:16 PM
Replies: 1
Views: 7,591
Posted By myrroddin
GitHub error I do not understand

I'm using the BigWigs Packager, and after a couple of unforced errors on my part, BetterBags_Hearthstones and BetterBags_Archaeology are getting pushed to Wowinterface, Curseforge, and...
Forum: Site help, bugs, suggestions/questions 02-11-24, 10:26 AM
Replies: 3
Views: 6,721
Posted By myrroddin
Uh oh. I named it incorrectly! Yep, that would do...

Uh oh. I named it incorrectly! Yep, that would do it. :eek:
Forum: Site help, bugs, suggestions/questions 02-11-24, 10:21 AM
Replies: 3
Views: 6,721
Posted By myrroddin
Thank you. I know I added the secret, but it...

Thank you. I know I added the secret, but it appears it did not save correctly. I will verify.
Forum: Site help, bugs, suggestions/questions 02-11-24, 09:53 AM
Replies: 3
Views: 6,721
Posted By myrroddin
New addon isn't updating with GitHub pushed tags

A day or so ago, I created a new addon BetterBags_Hearthstones (https://www.wowinterface.com/downloads/info26689-BetterBags-Hearthstones.html) and uploaded to Wowinterface. Since the 0.01 beta, there...
Forum: AddOn Help/Support 11-27-23, 02:44 AM
Replies: 7
Views: 2,990
Posted By myrroddin
This won't affect your code, but the game will...

This won't affect your code, but the game will tell you that your addon is outdated unless you update the following line in your .toc file: ## Interface: 10200

The .toc versions for the games are,...
Forum: Lua/XML Help 11-20-23, 10:38 PM
Replies: 4
Views: 2,507
Posted By myrroddin
You assume people are in a raid, yet you aren't...

You assume people are in a raid, yet you aren't checking for that. Before line 4, you need a check for IsInRaid(). If that returns true, then you can iterate your group members.
Forum: AddOn Help/Support 11-18-23, 04:20 PM
Replies: 1
Views: 1,713
Posted By myrroddin
Private servers are against the rules,...

Private servers are against the rules, specifically rule #4 here (https://www.wowinterface.com/forums/showthread.php?t=158).
Forum: Lua/XML Help 11-01-23, 11:10 AM
Replies: 3
Views: 2,697
Posted By myrroddin
Delay registering your PRD and PUD events until...

Delay registering your PRD and PUD events until after either ADDON_LOADED or PLAYER_ENTERING_WORLD. You are likely registering PRD and PUD too early in the loading process. I'd use PEW to be on the...
Forum: Lua/XML Help 11-01-23, 11:05 AM
Replies: 3
Views: 2,747
Posted By myrroddin
After throwing enough darts blindly, I got it...

After throwing enough darts blindly, I got it working. https://github.com/Myrroddin/smartres2 Now to break it again by adding more options!
Showing results 1 to 25 of 500