Showing results 1 to 25 of 26
Search took 0.00 seconds.
Search: Posts Made By: Kharthus
Forum: Site help, bugs, suggestions/questions 05-07-23, 06:00 AM
Replies: 2
Views: 472
Posted By Kharthus
Thanks! It's working again.

Thanks! It's working again.
Forum: Site help, bugs, suggestions/questions 05-06-23, 09:58 AM
Replies: 2
Views: 472
Posted By Kharthus
SVN connection issues

I can't connect to the SVN. I keep getting a connection refused message.

E000061: Can't connect to host 'svn.wowinterface.com': Connection refused
Forum: PTR General Discussion 11-22-22, 06:26 PM
Replies: 13
Views: 7,345
Posted By Kharthus
I closed that frame right after so I didn't...

I closed that frame right after so I didn't notice if anything was amiss.

HideUIPanel(SettingsPanel)
HideUIPanel(GameMenuFrame)
Forum: PTR General Discussion 11-05-22, 09:03 AM
Replies: 13
Views: 7,345
Posted By Kharthus
This worked without any errors or taint that I...

This worked without any errors or taint that I could see.

HideUIPanel(SettingsPanel)
Forum: Released AddOns 05-17-22, 09:50 PM
Replies: 540
Views: 418,489
Posted By Kharthus
150 Alliance times

150 Alliance times
Forum: Released AddOns 03-06-21, 04:21 PM
Replies: 540
Views: 418,489
Posted By Kharthus
90 Alliance flight times

90 Alliance flight times
Forum: Released AddOns 01-04-21, 05:23 PM
Replies: 540
Views: 418,489
Posted By Kharthus
Alliance SL data

Alliance SL data
Forum: Released AddOns 05-21-20, 07:39 AM
Replies: 540
Views: 418,489
Posted By Kharthus
11 Alliance flight times for BfA

11 Alliance flight times for BfA
Forum: Released AddOns 05-04-20, 09:24 PM
Replies: 540
Views: 418,489
Posted By Kharthus
9 Alliance flight times for BfA

9 Alliance flight times for BfA
Forum: Released AddOns 04-19-20, 09:11 PM
Replies: 540
Views: 418,489
Posted By Kharthus
7 Alliance flight times for BfA

7 Alliance flight times for BfA
Forum: Released AddOns 03-22-20, 09:59 AM
Replies: 540
Views: 418,489
Posted By Kharthus
6 alliance, BfA

6 alliance, BfA
Forum: Released AddOns 01-04-20, 04:41 PM
Replies: 540
Views: 418,489
Posted By Kharthus
BfA, 13 new alliance times

BfA, 13 new alliance times
Forum: Released AddOns 11-08-19, 09:26 PM
Replies: 540
Views: 418,489
Posted By Kharthus
Alliance - 5 new flight times

Alliance - 5 new flight times
Forum: Released AddOns 07-28-19, 09:47 AM
Replies: 540
Views: 418,489
Posted By Kharthus
More alliance data.

More alliance data.
Forum: Legion Beta archived threads 07-17-16, 06:34 PM
Replies: 2
Views: 2,405
Posted By Kharthus
For Livestock, I check IsFlyableArea() and the...

For Livestock, I check IsFlyableArea() and the various spells that are learned when flying is unlocked. That's the only way I've found that works all the time.
Forum: Legion Beta archived threads 06-19-16, 09:17 AM
Replies: 0
Views: 3,237
Posted By Kharthus
C_MountJournal changes

Some C_MountJournal functions were changed:

GetMountInfo -> GetMountInfoByID
GetMountInfoExtra -> GetMountInfoExtraByID
Summon -> SummonByID

The old functions took the mount index as an argument,...
Forum: Legion Beta archived threads 06-19-16, 09:01 AM
Replies: 4
Views: 4,522
Posted By Kharthus
I updated most of the entries on...

I updated most of the entries on wow.gamepedia.com with the mount and pet journal changes.

I also included SetPetTypeFilter->SetPetTypeChecked for now. I'll revert it if they decide to leave that...
Forum: Legion Beta archived threads 06-18-16, 12:32 PM
Replies: 4
Views: 4,522
Posted By Kharthus
Did LE_PET_JOURNAL_FLAG_FAVORITES get...

Did LE_PET_JOURNAL_FLAG_FAVORITES get changed?

Also, any idea what changed with C_MountJournal.GetMountInfo()?
Forum: Lua/XML Help 03-04-13, 08:37 PM
Replies: 33
Views: 32,264
Posted By Kharthus
In my case I was actually trying to pass a value...

In my case I was actually trying to pass a value to another function, but it looks like FauxScrollFrame doesn't like that. I changed the code to this and it's working correctly again.

<ScrollFrame...
Forum: Lua/XML Help 03-03-13, 11:40 AM
Replies: 33
Views: 32,264
Posted By Kharthus
Well I found a solution, but I still don't...

Well I found a solution, but I still don't understand why it's doing this. Ended up doubling up the function calls in the OnVerticalScroll handler.

<ScrollFrame...
Forum: Lua/XML Help 03-02-13, 09:31 PM
Replies: 33
Views: 32,264
Posted By Kharthus
I'm having a similar issue where the first action...

I'm having a similar issue where the first action after the scroll frame is shown isn't updating the offset correctly. I'll show the frame, scroll, the slider will move, but the offset will stay at...
Forum: MoP Beta archived threads 08-22-12, 07:31 PM
Replies: 18
Views: 17,721
Posted By Kharthus
Looks like only Invisibility and Camouflage...

Looks like only Invisibility and Camouflage invoke the GCD. Managed to code up a workaround with UNIT_AURA. Not ideal, but it works.
Forum: MoP Beta archived threads 08-22-12, 06:04 PM
Replies: 258
Views: 180,158
Posted By Kharthus
It looks like they moved almost everything into...

It looks like they moved almost everything into C_PetJournal functions, but they didn't copy all the old functions over.
Forum: MoP Beta archived threads 08-21-12, 08:25 PM
Replies: 18
Views: 17,721
Posted By Kharthus
Does anyone know why this call sometimes fails to...

Does anyone know why this call sometimes fails to dismiss the active critter:

C_PetJournal.SummonPetByID(C_PetJournal.GetSummonedPetID())

Works fine if I do this right after Feign Death, but if I...
Forum: MoP Beta archived threads 08-19-12, 02:50 PM
Replies: 18
Views: 17,721
Posted By Kharthus
Good call on the favorites flag too. Here's the...

Good call on the favorites flag too. Here's the whole code chunk I use (thanks Blizz, this isn't pretty):


C_PetJournal.SetFlagFilter(LE_PET_JOURNAL_FLAG_COLLECTED,...
Showing results 1 to 25 of 26