Forum: Lua/XML Help
10-25-20, 06:34 AM
|
Replies: 3
Views: 2,806
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,180
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: 20,445
|
Forum: oUF (Otravi Unit Frames)
04-13-20, 04:39 PM
|
Replies: 4
Views: 1,833
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: 637
|
Forum: Lua/XML Help
04-10-20, 07:16 AM
|
Replies: 3
Views: 637
|
Forum: Lua/XML Help
04-09-20, 08:20 AM
|
Replies: 3
Views: 637
|
Forum: Dev Tools
03-07-20, 04:02 PM
|
Replies: 8
Views: 24,539
|
Forum: Site help, bugs, suggestions/questions
03-06-20, 08:28 AM
|
Replies: 5
Views: 832
|
Forum: Site help, bugs, suggestions/questions
03-06-20, 06:47 AM
|
Replies: 5
Views: 832
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: 832
|
Forum: Site help, bugs, suggestions/questions
02-29-20, 07:53 AM
|
Replies: 5
Views: 832
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,303
|
Forum: Lua/XML Help
02-03-20, 07:00 AM
|
Replies: 8
Views: 1,252
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: 2,806
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: 2,806
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,121
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: 60,489
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: 60,489
|
Forum: Wish List
09-11-18, 06:28 AM
|
Replies: 3
Views: 8,112
|
Forum: AddOn Help/Support
08-14-18, 06:02 AM
|
Replies: 8
Views: 1,720
|
Forum: Lua/XML Help
08-13-18, 08:19 AM
|
Replies: 5
Views: 1,782
|
Forum: Lua/XML Help
08-13-18, 06:00 AM
|
Replies: 5
Views: 1,782
>.< I guess no one has an idea. It seems to be...
>.< I guess no one has an idea. It seems to be triggering from the Mixins RefreshAll or RefreshAllData calls. Just can't seem to figure a way not to have it call the SetPosition which triggers the...
|
Forum: Tutorials & Other Helpful Info.
08-12-18, 02:27 PM
|
Replies: 79
Views: 60,489
|
Forum: Lua/XML Help
08-12-18, 10:58 AM
|
Replies: 5
Views: 1,782
|