Showing results 1 to 25 of 41
Search took 0.00 seconds.
Search: Posts Made By: Kemayo
Forum: Lua/XML Help 11-04-18, 02:25 PM
Replies: 3
Views: 4,349
Posted By Kemayo
You can do this without tooltip scanning now,...

You can do this without tooltip scanning now, with the C_Item APIs:


C_Item.IsBound(ItemLocation:CreateFromBagAndSlot(bag, slot))
Forum: Lua/XML Help 04-18-09, 04:48 PM
Replies: 49
Views: 37,112
Posted By Kemayo
I WILL CUT YOU.

I WILL CUT YOU.
Forum: Lua/XML Help 04-18-09, 02:16 AM
Replies: 49
Views: 37,112
Posted By Kemayo
I agree with the "you're doing something wrong in...

I agree with the "you're doing something wrong in an OnUpdate if you need that many variables" consensus.

That said, if you insist on doing it, this would work:


local timeit = function(f, n)
...
Forum: AddOn Search/Requests 08-19-06, 02:48 PM
Replies: 37
Views: 32,471
Posted By Kemayo
Upgrading a FuBar 1.2 plugin to FuBar 2.0: (I'll...

Upgrading a FuBar 1.2 plugin to FuBar 2.0:
(I'll try to use the naming conventions from ExampleFu.)
Useful link: Ace2 Documentation (http://wiki.wowace.com/index.php/Ace2) (read the API sections)

1....
Forum: AddOn Search/Requests 04-19-06, 05:09 PM
Replies: 14
Views: 7,610
Posted By Kemayo
FuBar - Skills seems to have been updated for...

FuBar - Skills seems to have been updated for 1.0.

And I wrote FuBar - KungFu (http://www.wowinterface.com/downloads/fileinfo.php?id=4868) as an alternative just before it was released. It does...
Forum: Released AddOns 04-19-06, 05:03 PM
Replies: 0
Views: 2,632
Posted By Kemayo
Fubar - KungFu

A skill-viewer plugin for FuBar. Because sometimes I like silly names.

Download here (http://www.wowinterface.com/downloads/fileinfo.php?id=4868)
Forum: Released AddOns 04-12-06, 08:33 PM
Replies: 111
Views: 34,634
Posted By Kemayo
Okay! An informative chat with Miravlix and...

Okay! An informative chat with Miravlix and AnduinLothar on #wowi-lounge has helped me a lot with What's Going On.

Current theory of various quest-tracker people is that if you try to run through...
Forum: Released AddOns 04-11-06, 11:43 PM
Replies: 111
Views: 34,634
Posted By Kemayo
I was actually able to duplicate this. I...

I was actually able to duplicate this.

I narrowed the crash down to being a result of iterating over GetQuestLogLeaderBoard() for every quest in some condition which I haven't figured out. The...
Forum: Wish List 04-11-06, 06:28 PM
Replies: 0
Views: 5,883
Posted By Kemayo
GetQuestLogQuestText([questid])

Currently GetQuestLogQuestText() accepts no arguments, returning the text and objective for the currently selected quest in the quest log.

I propose that it (and GetQuestLogPushable, and other...
Forum: Released AddOns 04-11-06, 10:55 AM
Replies: 111
Views: 34,634
Posted By Kemayo
I can take no credit for the detachableness. ...

I can take no credit for the detachableness. That's entirely Boss's work -- all I had to do was write "canDetachTooltip = true". :-)
Forum: Released AddOns 04-11-06, 10:48 AM
Replies: 111
Views: 34,634
Posted By Kemayo
Conflict with another plugin is unlikely, just...

Conflict with another plugin is unlikely, just because I've had people say that they worked out that it was QuestsFu freezing by disabling every other plugin (apart from FuBar). (And given which, I...
Forum: Released AddOns 04-11-06, 01:41 AM
Replies: 111
Views: 34,634
Posted By Kemayo
I just wish I could reproduce it myself. That...

I just wish I could reproduce it myself. That would speed this process up a hundredfold.
Forum: Released AddOns 04-10-06, 10:50 PM
Replies: 111
Views: 34,634
Posted By Kemayo
Drat - I ran a character out there to pick up...

Drat - I ran a character out there to pick up that quest... but it doesn't crash for me. (I've also checked a few characters with other grey-difficulty quests, and it's not crashing on those.)

The...
Forum: Released AddOns 04-09-06, 02:23 PM
Replies: 111
Views: 34,634
Posted By Kemayo
Does the freeze still happen there if you use the...

Does the freeze still happen there if you use the 0.2.1.1.e version above? (Or .d, which has all those debug statements but is also updated to use BabbleLib instead of FuBarUtils.)
Forum: Released AddOns 04-08-06, 08:16 PM
Replies: 111
Views: 34,634
Posted By Kemayo
Yeah, that's because 'q' should actually have...

Yeah, that's because 'q' should actually have been 'quest'. My bad.

So. I need to work out what's making it call Update() over and over and over.
Forum: Released AddOns 04-08-06, 08:13 PM
Replies: 111
Views: 34,634
Posted By Kemayo
Okay - here's something experimental. Got rid of...

Okay - here's something experimental. Got rid of all that "Scanning..." stuff and update delays.

Note that there is the possibility that this build will have reintroduced an earlier bug, whereby...
Forum: Released AddOns 04-08-06, 05:13 PM
Replies: 111
Views: 34,634
Posted By Kemayo
One of my characters actually has those quests,...

One of my characters actually has those quests, and it's not freezing for him.
Forum: Released AddOns 04-08-06, 12:40 PM
Replies: 111
Views: 34,634
Posted By Kemayo
This narrows it down. It means that OnUpdate()...

This narrows it down. It means that OnUpdate() never finishes. Can you please try this one -- I've more thoroughly commented that function so I can tell where it stalls.

(Thank you for your help...
Forum: Released AddOns 04-08-06, 04:11 AM
Replies: 111
Views: 34,634
Posted By Kemayo
If you still have that sitting in your recycle...

If you still have that sitting in your recycle bin, would you mind uploading it so I can see what was going on with it?
Forum: Released AddOns 04-08-06, 04:04 AM
Replies: 111
Views: 34,634
Posted By Kemayo
In that case, let's do this the brute-force...

In that case, let's do this the brute-force way.

FuBar_QuestsFu-0.2.1.1.c.zip - Nothing removed - lots of debug statements added. Make a note of what the last lines it prints out before it freezes...
Forum: Released AddOns 04-08-06, 01:44 AM
Replies: 111
Views: 34,634
Posted By Kemayo
Okay. Here's two versions of it with some...

Okay. Here's two versions of it with some further checks added. If helpful people who're experiencing the lockup could try them out and let me know what happens I would be most...
Forum: Released AddOns 04-07-06, 06:19 PM
Replies: 111
Views: 34,634
Posted By Kemayo
Nah, it doesn't. As I understand it, BabbleLib...

Nah, it doesn't. As I understand it, BabbleLib is embedded in FuBar, so I just need to update my calls for the new API.
Forum: Released AddOns 04-07-06, 02:35 AM
Replies: 111
Views: 34,634
Posted By Kemayo
Hmmm. You have a PvP quest. None of my...

Hmmm. You have a PvP quest. None of my characters do -- this may be worth investigating.
Forum: Released AddOns 04-07-06, 01:06 AM
Replies: 111
Views: 34,634
Posted By Kemayo
FuBar - QuestsFu (name changed) does the tooltip...

FuBar - QuestsFu (name changed) does the tooltip item/mob display. (Though I noticed that it's not doing it in the loot window, so I'll need to find out what else I have to hook for that.)

As for...
Forum: Released AddOns 04-07-06, 01:04 AM
Replies: 111
Views: 34,634
Posted By Kemayo
I reopened the bug. I thought it was beat, but...

I reopened the bug. I thought it was beat, but...
Showing results 1 to 25 of 41