Showing results 1 to 25 of 65
Search took 0.00 seconds.
Search: Posts Made By: ayradyss
Forum: AddOn Help/Support 02-02-09, 03:44 PM
Replies: 7
Views: 4,065
Posted By ayradyss
And the author finally got her ducks in line and...

And the author finally got her ducks in line and the patched version is up. Sorry for the wait.
Forum: AddOn Search/Requests 02-19-07, 11:08 PM
Replies: 2
Views: 2,830
Posted By ayradyss
Try Grimoire Keeper. I may be a bit biased, but...

Try Grimoire Keeper. I may be a bit biased, but I like it :)
Forum: AddOn Help/Support 01-16-07, 06:31 AM
Replies: 9
Views: 3,737
Posted By ayradyss
By mod? Probably. If you want that kind of data...

By mod? Probably. If you want that kind of data you're best off loading one mod individually and watching PerformanceFu for a while. AFAIK there's no real way to tell what's using how much memory.
Forum: AddOn Help/Support 01-15-07, 08:32 PM
Replies: 0
Views: 2,600
Posted By ayradyss
Hidden tooltips...

Has anyone else noticed in 2.0.5 that suddenly information gathering from hidden tooltips doesn't work?

Functions that worked this morning (Tooltip:GetItem(), TooltipTextLeft...:GetText(), etc) are...
Forum: Lua/XML Help 12-13-06, 04:58 AM
Replies: 16
Views: 4,910
Posted By ayradyss
My bad. Try 'tonumber' instead of 'tonum' -...

My bad.
Try 'tonumber' instead of 'tonum' - wrong coding language for a tick there.

Incidentally, what are you using to do your coding in? Hopefully something with syntax support.
Forum: Lua/XML Help 12-12-06, 07:45 PM
Replies: 16
Views: 4,910
Posted By ayradyss
SlashCmdList["ColonelBarCOMMAND"] =...

SlashCmdList["ColonelBarCOMMAND"] =
function(msg)
if strlower(strtrim(msg)) == "move" then
for i = 1, 120 do
getglobal("EasyBarButton"..i.."Cap"):Show()
end
...
Forum: General Authoring Discussion 12-12-06, 07:21 PM
Replies: 6
Views: 4,373
Posted By ayradyss
A good thought. I'll have to look into it.

A good thought. I'll have to look into it.
Forum: Lua/XML Help 12-11-06, 09:56 PM
Replies: 16
Views: 4,910
Posted By ayradyss
Just a little clarification...

local _, _, num = string.find(input, "move%s*(%d+)");
if (num) then
-- matched "move <num>"
getglobal("EasyBarButton"..num.."Cap"):Show();
end

If this is the stuff that's causing you...
Forum: General Authoring Discussion 12-11-06, 07:12 PM
Replies: 6
Views: 4,373
Posted By ayradyss
Clarification :)

GetItemInfo(itemid) returns the item name and link, among various and sundry other data - meaning that for any item in local cache I need only the item ID to generate a link or the...
Forum: General Authoring Discussion 12-09-06, 03:21 PM
Replies: 6
Views: 4,373
Posted By ayradyss
GetItemInfo()

Anyone know if there's a function to extract enchant info from an itemID like there is for items? GetItemInfo() doesn't seem to actually work for enchants...
Forum: General Authoring Discussion 09-25-06, 06:43 PM
Replies: 5
Views: 4,489
Posted By ayradyss
I happen to prefer Crimson Editor, but haven't...

I happen to prefer Crimson Editor, but haven't had much use of Notepad++...
Forum: AddOn Help/Support 03-30-06, 05:46 PM
Replies: 9
Views: 28,611
Posted By ayradyss
Don't tempt me - I just may have to peek into...

Don't tempt me - I just may have to peek into SquidMod. Those durned Gryphons...

(Incidentally, hi, ZOAS.)
Forum: Released AddOns 11-08-05, 06:23 AM
Replies: 6
Views: 3,928
Posted By ayradyss
All better!

New version of RecipeBook should be much less error-prone.
Forum: Released AddOns 11-07-05, 09:13 PM
Replies: 67
Views: 26,956
Posted By ayradyss
*squee*

:: Makes her head go clickyclickyclicky ::

Actually, I went as San for hallowe'en this year. I'm not -quite- dumpy enough to be a kodama ;)

New RecipeBook version coming up right now, hopefully no...
Forum: Released AddOns 11-07-05, 05:59 PM
Replies: 67
Views: 26,956
Posted By ayradyss
Bloody alpha code...

That wasn't supposed to be in there. Will have a patched patched version up tonight.
Forum: Released AddOns 11-04-05, 03:45 PM
Replies: 6
Views: 3,928
Posted By ayradyss
Yeah, I broke it.

It's a bug that *should* be fixed in the version I'm uploading this weekend.
Forum: Chit-Chat 10-25-05, 06:32 AM
Replies: 17
Views: 6,450
Posted By ayradyss
I've found that it's exceptionally difficult to...

I've found that it's exceptionally difficult to get a timely update up on Curse recently; I know the German-compliant RecipeBook was delayed for like 2 days because I couldn't even *load* the...
Forum: AddOn Help/Support 10-19-05, 03:08 PM
Replies: 9
Views: 6,417
Posted By ayradyss
4 days ago?

Four days ago, I was admitting asthmatic kids to the hospital until 3 AM :)

Just as a warning, 1.9 may be a loooong patch cycle to wait. Seems like maybe we should all be conspiring to make an...
Forum: AddOn Help/Support 10-19-05, 09:20 AM
Replies: 9
Views: 6,417
Posted By ayradyss
Testing info

For TESTING purposes only, add
## RequiredDeps: Blizzard_TradeSkillUI
to your TOC file - that'll force the TradeSkill UI bits to load on startup, and you can see if your mod's functions are still...
Forum: AddOn Help/Support 10-12-05, 04:25 PM
Replies: 4
Views: 3,424
Posted By ayradyss
Creating a chat tab...

I'm doing this from memory (on a laptop without WoW updated yet) so...
1) Right-click on the "General" chat tab. You should see a menu pop up. Select "New Tab" and call it whatever you want -...
Forum: Released AddOns 10-12-05, 04:16 PM
Replies: 8
Views: 5,265
Posted By ayradyss
Ding!

You do get a neato green swirly 'ding' animation when you gain a new rep level. Scared the heck out of me, as I managed to tick over my Stormwind rep turning in a quest, then spent 5 minutes trying...
Forum: AddOn Help/Support 10-12-05, 04:14 PM
Replies: 4
Views: 3,424
Posted By ayradyss
Hm.

You could, if I'm not mistaken, create a separate window (or chat tab) for loot messages only, that might help.
Forum: Released AddOns 10-08-05, 06:03 PM
Replies: 6
Views: 3,928
Posted By ayradyss
RecipeBook updates:

Did a few little bug fixes to RecipeBook recently, and also added in some beta functionality as requested by folks.

/rb skill now accepts 'all' as an option for either tradeskill or player, but not...
Forum: Released AddOns 10-08-05, 05:59 PM
Replies: 0
Views: 5,804
Posted By ayradyss
Color HealthBar

Long time ago when I was using Cosmos, I fell in love with the way the health bars changed colours as health went down.
When I quit using Cosmos, I copied the HealthBar.xml from Cosmos into a...
Forum: Released AddOns 09-16-05, 09:21 AM
Replies: 6
Views: 3,928
Posted By ayradyss
Smile Ayradyss's mods, new and updated!

It's a crazy time for me - I'm in my first year of residency and working long hours - but I had a little free time for coding and do in fact have new versions of RecipeBook and SimpleTip up, as well...
Showing results 1 to 25 of 65