Showing results 1 to 25 of 45
Search took 0.00 seconds.
Search: Posts Made By: arith
Forum: PTR API and Graphics Changes 08-23-20, 11:38 PM
Replies: 14
Views: 29,585
Posted By arith
Several of currency related function calls have...

Several of currency related function calls have been replace with C_CurrencyInfo API calls.
So the return values also changed.

Check here ...
Forum: Dev Tools 01-02-20, 04:34 AM
Replies: 3
Views: 10,398
Posted By arith
Great, thanks for sharing this.

Great, thanks for sharing this.
Forum: Dev Tools 12-31-19, 09:07 PM
Replies: 3
Views: 10,398
Posted By arith
Still, I need help on this. Anyone know a latest...

Still, I need help on this. Anyone know a latest tool which can parse and convert the BfA db2 files?
Forum: PTR UI Bugs 12-19-18, 10:29 AM
Replies: 1
Views: 9,787
Posted By arith
It looks to be a bug with BZ. For example, turn...

It looks to be a bug with BZ.
For example, turn off all your addons, and then:
open the Achievement window, go to Dungeon & Raids -> Cataclysm Raid, and find Aberrant Behavior, click on it. For me, I...
Forum: PTR API and Graphics Changes 06-15-18, 02:58 AM
Replies: 54
Views: 31,785
Posted By arith
The following event is also no longer valid: ...

The following event is also no longer valid:

TRADE_CLOSE
Forum: PTR API and Graphics Changes 06-13-18, 10:23 PM
Replies: 3
Views: 8,463
Posted By arith
Removal of Calendar related API

So far I found the following API calls are no longer valid:

CalendarGetDate
CalendarGetDayEvent
CalendarGetEventInfo
CalendarGetMonth
CalendarGetMonthNames
CalendarGetNumDayEvents
Forum: Dev Tools 05-20-18, 09:00 PM
Replies: 3
Views: 10,398
Posted By arith
Extracting DB2 files

I used to be using DBCViewer (https://github.com/tomrus88/dbcviewer) to extract the db2 files. But it looks like the data structures have been changed a lot after 8.0.x.
I am wondering how you guys...
Forum: News 04-26-18, 10:34 PM
Replies: 18
Views: 44,359
Posted By arith
:eek: :banana:

:eek: :banana:
Forum: General Authoring Discussion 04-26-18, 02:25 AM
Replies: 7
Views: 3,631
Posted By arith
For UIDropDown, the new stuff is related to...

For UIDropDown, the new stuff is related to Custom Frame. Comments from UIDropDownMenuTemplates.lua:
-- Custom dropdown buttons are instantiated by some external system.
-- When calling...
Forum: News 04-26-18, 02:16 AM
Replies: 18
Views: 44,359
Posted By arith
You rock, Cairenn! Thank you.

You rock, Cairenn! Thank you.
Forum: General Authoring Discussion 04-26-18, 12:40 AM
Replies: 7
Views: 3,631
Posted By arith
That's a good point, but I am not sure if they...

That's a good point, but I am not sure if they fix the dropdown taint.
Forum: General Authoring Discussion 04-25-18, 09:14 PM
Replies: 4
Views: 4,196
Posted By arith
FYI, I tracked on below...

FYI, I tracked on below...
Forum: General Authoring Discussion 04-25-18, 09:11 PM
Replies: 7
Views: 3,631
Posted By arith
Library version checking

I was reviewing the LibUIDropDown codes and then realized I made a mistake by putting version revision in the MAJOR_VERSION, which will result in multiple version of libs get loaded and some...
Forum: General Authoring Discussion 04-25-18, 04:11 AM
Replies: 9
Views: 3,159
Posted By arith
I have checked, it looks like there is no any...

I have checked, it looks like there is no any event will be fired when you start to fly.
Forum: PTR General Discussion 04-25-18, 03:36 AM
Replies: 16
Views: 7,896
Posted By arith
waiting for my beta invite.

waiting for my beta invite.
Forum: PTR API and Graphics Changes 04-23-18, 10:39 PM
Replies: 0
Views: 6,026
Posted By arith
UIDropDownMenu_AddSeparator syntax changed in 8.0.1

Prior to WoW 8.0.1, the syntax of UIDropDownMenu_AddSeparator is:
UIDropDownMenu_AddSeparator(info, level)
Depends on how you use the info and how you re-use it, it may bring some issue once you call...
Forum: PTR API and Graphics Changes 06-30-17, 12:49 AM
Replies: 8
Views: 13,350
Posted By arith
Looks like the API PlaySoundKitID...

Looks like the API PlaySoundKitID (https://wow.gamepedia.com/API_PlaySoundKitID) has been removed from 7.3.0
Forum: PTR API and Graphics Changes 06-29-17, 10:51 PM
Replies: 8
Views: 13,350
Posted By arith
Found this...

Found this one:
https://www.townlong-yak.com/framexml/ptr/SoundKitConstants.lua
Forum: PTR API and Graphics Changes 06-29-17, 10:48 PM
Replies: 8
Views: 13,350
Posted By arith
PlaySound() behavior changed in 7.3.0?

I noticed several changes in Ace3 and most of those are related to PlaySound.
For example, PlaySound("igMainMenuOptionCheckBoxOn") has been changed to...
Forum: General Authoring Discussion 06-21-17, 11:18 AM
Replies: 5
Views: 2,964
Posted By arith
Thanks for the addition, I wasn't aware of this...

Thanks for the addition, I wasn't aware of this change!
Forum: General Authoring Discussion 06-20-17, 09:41 AM
Replies: 5
Views: 2,964
Posted By arith
Interesting, and thanks.

Interesting, and thanks.
Forum: General Authoring Discussion 06-20-17, 08:14 AM
Replies: 5
Views: 2,964
Posted By arith
GetTexture got number instead of string

I wonder if the GetTexture's behavior was recently changed since 7.2.5.
Takes an example, if you type /dump GetCurrencyInfo(1342), it will dump the array info for Legionfall War Supplies. The 3rd...
Forum: General Authoring Discussion 05-25-17, 10:35 AM
Replies: 29
Views: 8,318
Posted By arith
Good to know.

Good to know.
Forum: General Authoring Discussion 05-24-17, 10:12 PM
Replies: 29
Views: 8,318
Posted By arith
Alright, just cloned and created a new one:...

Alright, just cloned and created a new one: https://www.wowace.com/projects/libuidropdownmenu
and the one in WowInterface: http://www.wowinterface.com/download...pDownMenu.html
SVN source:...
Forum: General Authoring Discussion 05-17-17, 12:14 AM
Replies: 29
Views: 8,318
Posted By arith
I look at your ToC file and you use embeds.xml to...

I look at your ToC file and you use embeds.xml to specify the path for libraries.
So then I look into the embeds.xml, my best guess it's you specify it by using Script:
<Script...
Showing results 1 to 25 of 45