Forum: Lua/XML Help
02-19-21, 05:24 PM
|
Replies: 4
Views: 453
Thanks for the response Ketho. I will admit I...
Thanks for the response Ketho. I will admit I wasn't aware of the PLAYERREAGENTBANKSLOTS_CHANGED event. Odd I did event tracking and it never fired for me. I figured I'd had to do a predictive...
|
Forum: Lua/XML Help
02-19-21, 08:17 AM
|
Replies: 4
Views: 453
Hmm guess no one has an idea. I really wouldn't...
Hmm guess no one has an idea. I really wouldn't to do a prediction algorithm on use as it may provide inaccurate item counts. Wish there was a way to track this stuff properly when consuming items...
|
Forum: Lua/XML Help
01-17-21, 10:01 AM
|
Replies: 4
Views: 453
|
Forum: Lua/XML Help
10-25-20, 06:34 AM
|
Replies: 3
Views: 3,241
Original Post:...
Original Post: https://us.forums.blizzard.com/en/wow/t/getnumownedauctions-and-getownedauctioninfo-not-properly-updating/424237
Small update it appears this issue has been fixed. I've been updating...
|
Forum: AddOn Help/Support
04-24-20, 05:36 AM
|
Replies: 5
Views: 2,494
Sezz pretty much hit it on the nail. You can't...
Sezz pretty much hit it on the nail. You can't modify nameplates in instances or pvp, if you try to do so you will trigger taint errors and such. Blizzard did this to prevent nameplates from being...
|
Forum: Alpha/Beta AddOns and Compilations
04-13-20, 04:46 PM
|
Replies: 9
Views: 21,861
|
Forum: oUF (Otravi Unit Frames)
04-13-20, 04:39 PM
|
Replies: 4
Views: 2,170
I don't use oUF myself. But it sounds like...
I don't use oUF myself. But it sounds like something is trigger it to show again. Some sort of refresh or what not. You can try to review the code and see if anything is doing that.
Otherwise...
|
Forum: Lua/XML Help
04-10-20, 06:59 PM
|
Replies: 3
Views: 688
|
Forum: Lua/XML Help
04-10-20, 07:16 AM
|
Replies: 3
Views: 688
|
Forum: Lua/XML Help
04-09-20, 08:20 AM
|
Replies: 3
Views: 688
|
Forum: Dev Tools
03-07-20, 04:02 PM
|
Replies: 9
Views: 26,052
|
Forum: Site help, bugs, suggestions/questions
03-06-20, 08:28 AM
|
Replies: 5
Views: 891
|
Forum: Site help, bugs, suggestions/questions
03-06-20, 06:47 AM
|
Replies: 5
Views: 891
Okay it keeps happening. This feature really...
Okay it keeps happening. This feature really should be implemented. It shouldn't be that hard it's just a toggle to enable/disable comments.
Please close BagSync comments and add this comment for...
|
Forum: Site help, bugs, suggestions/questions
03-01-20, 08:08 AM
|
Replies: 5
Views: 891
|
Forum: Site help, bugs, suggestions/questions
02-29-20, 07:53 AM
|
Replies: 5
Views: 891
Allow developers to disable comments!
There should be a way for developers to disable comments and leave a generic comment. Like "Go to this site instead to leave bug reports.". This feature should be available for us on the manage...
|
Forum: General Authoring Discussion
02-03-20, 07:03 AM
|
Replies: 2
Views: 4,931
|
Forum: Lua/XML Help
02-03-20, 07:00 AM
|
Replies: 8
Views: 1,381
something like this
There are several ways of using this function.
C_Timer.After(duration, callback)
duration is in seconds
C_Timer.After(1, function () SendChatMessage("I need help!") end)
C_Timer.After(2, function...
|
Forum: Lua/XML Help
01-26-20, 10:39 AM
|
Replies: 3
Views: 3,241
Another issue is that...
Another issue is that C_AuctionHouse.GetNumOwnedAuctions() and C_AuctionHouse.GetOwnedAuctionInfo() does not get updated when the user is on the sell screen. That means you have to forcefully...
|
Forum: Lua/XML Help
01-25-20, 08:49 AM
|
Replies: 3
Views: 3,241
How to hook C_AuctionHouse.PostItem?
I have tried several methods to hook into C_AuctionHouse.PostItem. I want to fire off an event and function when this function is used. However, I don't want to indirectly taint the above...
|
Forum: General Authoring Discussion
11-05-18, 07:59 AM
|
Replies: 5
Views: 1,190
I suppose you can grab the nameplates using...
I suppose you can grab the nameplates using either of the following:
C_NamePlate.GetNamePlateForUnit
C_NamePlate.GetNamePlates
Then determine if a nameplate is friendly using either of the...
|
Forum: Tutorials & Other Helpful Info.
10-01-18, 04:09 PM
|
Replies: 79
Views: 65,479
Lol!!!!
LOLOLOL I figured it out @p3lim!! Your instructions has the curl with URL tags. It should be like this.
script: curl -s https://raw.githubusercontent.com/BigWigsMods/packager/master/release.sh...
|
Forum: Tutorials & Other Helpful Info.
10-01-18, 03:53 PM
|
Replies: 79
Views: 65,479
|
Forum: Wish List
09-11-18, 06:28 AM
|
Replies: 3
Views: 8,424
|
Forum: AddOn Help/Support
08-14-18, 06:02 AM
|
Replies: 8
Views: 1,757
|
Forum: Lua/XML Help
08-13-18, 08:19 AM
|
Replies: 5
Views: 1,853
|