Showing results 1 to 25 of 265
Search took 0.01 seconds.
Search: Posts Made By: galvin
Forum: PTR General Discussion 10-19-22, 01:39 PM
Replies: 5
Views: 2,427
Posted By galvin
Looks like C_TooltipInfo isn't going live in...

Looks like C_TooltipInfo isn't going live in prepatch
Forum: PTR General Discussion 10-18-22, 04:52 PM
Replies: 5
Views: 2,427
Posted By galvin
Btw you don't have to use tooltip. to get stuff...

Btw you don't have to use tooltip. to get stuff like this you can just do something like

Not sure if this will work, but it should I think. I use the same thing to read tooltip text for SpellIDs

...
Forum: Lua/XML Help 07-04-19, 09:14 PM
Replies: 4
Views: 3,849
Posted By galvin
There are issues with the existing dropdown. ...

There are issues with the existing dropdown. Only change I made was make the scrollbar draw properly. And make it show around 10 items before the bar shows up.

The rest is all acegui
Forum: Lua/XML Help 06-25-19, 01:12 AM
Replies: 4
Views: 3,849
Posted By galvin
I fixed this with help. Its a solution that...

I fixed this with help. Its a solution that appears to work from my testing. And implemented it in my latest release found here https://wow.curseforge.com/projects/galvins-unitbars/files

What it...
Forum: Lua/XML Help 06-23-19, 06:00 PM
Replies: 4
Views: 3,849
Posted By galvin
ACE3 need help with this custom widget

This is a test widget that I need to fully work before I can begin my real work
This appears to work at first, but soon as the widget gets released it breaks.
Here's a video of it...
Forum: Lua/XML Help 06-04-19, 12:54 AM
Replies: 9
Views: 2,005
Posted By galvin
Update the code, still runs dog slow on 8.2 PTR,...

Update the code, still runs dog slow on 8.2 PTR, takes around 1 second on live and 15+ on PTR. Fast as I can make it


local function BuildAltPowerBarList(APA, Order, Name, TableName)
local APBUsed...
Forum: Lua/XML Help 06-03-19, 06:27 PM
Replies: 9
Views: 2,005
Posted By galvin
The overhead of creating objects in ace3 is...

The overhead of creating objects in ace3 is pretty high on the PTR. On live it creates some lag but only 1.5seconds. And since its out of combat stuff. Don't think people will mind it much.

Yeah I...
Forum: Lua/XML Help 06-02-19, 10:16 PM
Replies: 9
Views: 2,005
Posted By galvin
No, you underestimate how fast lua runs. I'd...

No, you underestimate how fast lua runs. I'd have to set it to a million something before you'd notice lag.
I did change it to a 1000, but it didn't change anything in terms of lag.

What's causing...
Forum: Lua/XML Help 06-02-19, 08:12 PM
Replies: 9
Views: 2,005
Posted By galvin
Its not for a raid. Its an options list to pick...

Its not for a raid. Its an options list to pick which alternate powerbars you want to use. If the user checks one off. It uses blizzards own artwork instead. Otherwise it uses a statusbar to show...
Forum: Lua/XML Help 06-02-19, 07:18 PM
Replies: 9
Views: 2,005
Posted By galvin
How do I make this options list faster?

To repeat this just download GalvinUnitBars from curse:
https://wow.curseforge.com/projects/galvins-unitbars/files/2710572
Then go to general -> Alt Power Bar
Make sure "Show used bars only" is...
Forum: PTR General Discussion 06-02-19, 04:24 PM
Replies: 4
Views: 9,123
Posted By galvin
Yeah that's it. Happens on game load Thanks

Yeah that's it. Happens on game load

Thanks
Forum: PTR General Discussion 06-02-19, 02:45 PM
Replies: 4
Views: 9,123
Posted By galvin
It doens't say which addon. Here's a screen...

It doens't say which addon. Here's a screen shot
You don't need .BLP, it adds it on automatically
Its only this texture, wow addons use many

https://i.imgur.com/o75ZipU.jpg
Forum: PTR General Discussion 06-02-19, 02:06 PM
Replies: 4
Views: 9,123
Posted By galvin
INV_Misc_QuestionMark icon not found

I checked the files and this does exist, so why am I getting this error?

Message: Texture <unnamed>: Unable to load texture file Interface\ICONS\INV_Misc_QuestionMark
Time: Sun Jun 2 15:56:20...
Forum: Lua/XML Help 05-31-19, 02:28 PM
Replies: 6
Views: 2,642
Posted By galvin
This code is working fine now Thanks for the help

This code is working fine now
Thanks for the help
Forum: Lua/XML Help 05-29-19, 09:35 PM
Replies: 4
Views: 2,720
Posted By galvin
Yeah I just didn't know the order. What stance...

Yeah I just didn't know the order. What stance was 1, 2, and so on. I had to look at some videos from 2006. Look at the stance bars of druid and paladin. To figure out the correct numbers. Still...
Forum: Lua/XML Help 05-28-19, 08:55 PM
Replies: 4
Views: 2,720
Posted By galvin
I think their static for classic though. Thanks. ...

I think their static for classic though.
Thanks. I'm pretty sure tree form don't exist in classic wow though
Forum: Lua/XML Help 05-27-19, 10:46 PM
Replies: 4
Views: 2,720
Posted By galvin
WoW Classic stance/forms list

I need a list of stance numbers by class. From wow classic beta

The numbers that are returned by GetShapeshiftFormInfo()

Thanks

For druids I was able to pull up all the forms. I just don't know...
Forum: PTR General Discussion 05-24-19, 02:24 PM
Replies: 0
Views: 4,155
Posted By galvin
ACE3 taking too long on PTR

Moved

Can delete this
Forum: Lua/XML Help 05-20-19, 10:40 PM
Replies: 6
Views: 2,642
Posted By galvin
Well if I change Event, to a different parm, then...

Well if I change Event, to a different parm, then its not going to be the actual event every time.
So not sure how I can fix. Its up to weakauras how it calls the function
Forum: Lua/XML Help 05-18-19, 03:06 PM
Replies: 6
Views: 2,642
Posted By galvin
So the error is happening cause of something...

So the error is happening cause of something blizzard is doing then?
Forum: Lua/XML Help 05-16-19, 10:02 PM
Replies: 6
Views: 2,642
Posted By galvin
BNGetGameAccountInfo() returning nil

This is a weakaura which has been working fine till recently.
So did a test had a friend whisper me thru bnet.
The IDAccount comes back 132.
BNGetFriendInfoByID(132) returns nil
rest blows up

So do...
Forum: Lua/XML Help 05-15-19, 10:04 PM
Replies: 0
Views: 1,498
Posted By galvin
Getting protected function call error

I accounted for being in combat.
The error:
2x [ADDON_ACTION_BLOCKED] AddOn 'GalvinUnitBars' tried to call the protected function '<unnamed>:Hide()'.
!BugGrabber\BugGrabber.lua:573: in function...
Forum: PTR UI Bugs 12-08-18, 02:01 AM
Replies: 0
Views: 4,483
Posted By galvin
SetScale bug with frames

When Setting the scale. Its size is reduced.

Expected result is framesize shouldn't change, but visual size should be 5x larger

UPDATE: Did some more testing. If you setscale to MyBaseFrame it...
Forum: Lua/XML Help 12-01-18, 10:33 PM
Replies: 0
Views: 1,066
Posted By galvin
Is there a work around to the pulldown menu lag?

I thought this would of been fixed by blizzard by now. But its really annoying when you use a pull down menu. And it can freeze everything up for a few seconds.

Is there any work around out there...
Forum: General WoW Chat 09-30-18, 06:11 PM
Replies: 1
Views: 22,448
Posted By galvin
Book sound when in combat, how to fix?

https://www.youtube.com/watch?v=gvWoa8tH2m4

I disabled all addons and did this test today. Still makes the sound. So blizzard changed something in the UI or something?

Around 12secs into the video...
Showing results 1 to 25 of 265