Showing results 1 to 25 of 26
Search took 0.00 seconds.
Search: Posts Made By: Bringer
Forum: Lua/XML Help 08-09-16, 02:58 PM
Replies: 0
Views: 1,720
Posted By Bringer
/who Hunters vs Demon Hunters

api call sendwho

/who c-"Hunter" or /who c-"Demon Hunter" both return the same results list
Apparently Blizzard parses each word in the selector.

You can do /who c-"Demon" and get only the new...
Forum: Legion Beta archived threads 07-18-16, 09:08 PM
Replies: 3
Views: 3,308
Posted By Bringer
Minor Correction - Connected Realms are actually...

Minor Correction - Connected Realms are actually all on the same server ID
Forum: Lua/XML Help 11-01-14, 12:02 PM
Replies: 81
Views: 43,928
Posted By Bringer
Oceanic new replacement...

Oceanic new replacement...
Forum: Lua/XML Help 10-24-14, 12:56 PM
Replies: 81
Views: 43,928
Posted By Bringer
Yes they have Connected Realms. And I think 雲蛟衛...

Yes they have Connected Realms.
And I think 雲蛟衛 (3 tokens google translate as Yun Jiao Wei or cloud Jiao Wei) is I think a newish 25th realm.
Going to the TW realm status page and alpha sort...
Forum: Lua/XML Help 10-23-14, 12:16 PM
Replies: 81
Views: 43,928
Posted By Bringer
Taiwan Data Center serverIDs as found from...

Taiwan Data Center serverIDs as found from UnitGUID.

just the raw .lua data since there are few realms... and it was loads of fun pattern matching to the same tokens in LibRealmInfo. My head still...
Forum: Lua/XML Help 10-23-14, 12:05 PM
Replies: 81
Views: 43,928
Posted By Bringer
Using UnitGUID for server tracking only makes...

Using UnitGUID for server tracking only makes sense for player tracking.
UnitGUID of game assets I expect will always be associated with the server on startup.

We don't know the algorithm that...
Forum: Lua/XML Help 10-23-14, 11:44 AM
Replies: 81
Views: 43,928
Posted By Bringer
ServerIDs do seem to be Unique. The servers may...

ServerIDs do seem to be Unique.
The servers may or may not have multiple Realms attached.
I have noted in some cases where realms were merged (oops..Connected) the ServerID changed from lower numbers...
Forum: Lua/XML Help 10-18-14, 01:10 PM
Replies: 81
Views: 43,928
Posted By Bringer
EU Data Centers ServerID's and Realmnames Ground...

EU Data Centers ServerID's and Realmnames Ground truth.
Includes Russian realms
csv files.. merging data from LibRealm v7
format
ServerID, Realmnames and data, ServerID-Realmname, UnitGuid response.
Forum: Lua/XML Help 10-17-14, 03:30 PM
Replies: 81
Views: 43,928
Posted By Bringer
n = tonumber(UnitGUID("Player","%d+")) -- yields...

n = tonumber(UnitGUID("Player","%d+")) -- yields ServerID.. spot checks indicated that Connected realms have same ServerID
a = n.."-"..GetRealmName() -- yields Unique RealmID key.. verified on 511...
Forum: Lua/XML Help 10-17-14, 02:52 PM
Replies: 81
Views: 43,928
Posted By Bringer
EU Data Centers ServerID's and Realmnames Ground...

EU Data Centers ServerID's and Realmnames Ground truth.
Excluding Russian realms which I haven't found out how to access.

csv files.. merging data from LibRealm v7
format
ServerID, Realmnames and...
Forum: Lua/XML Help 10-17-14, 01:44 PM
Replies: 81
Views: 43,928
Posted By Bringer
US Data Centers ServerID's and Realmnames Ground...

US Data Centers ServerID's and Realmnames Ground truth.

csv files.. merging data from LibRealm v7
format
ServerID, Realmnames and data, ServerID-Realmname, UnitGuid response.

data shows that...
Forum: Lua/XML Help 10-16-14, 08:05 PM
Replies: 81
Views: 43,928
Posted By Bringer
I and my folks are working the ground truth....

I and my folks are working the ground truth.
Hitting every realm we can get to and running UnitGUID("Player")

cobbled togther something quick and dirty...

and here is a sample of what I have...
Forum: General Authoring Discussion 10-16-14, 02:48 PM
Replies: 23
Views: 21,132
Posted By Bringer
note that only .ogg and .mp3 formats are...

note that only .ogg and .mp3 formats are supported.

example from CensusPlus addon..

PlaySoundFile("Interface\\AddOns\\CensusPlus\\Sounds\\CensusComplete1.ogg")
Forum: Lua/XML Help 10-16-14, 12:32 PM
Replies: 81
Views: 43,928
Posted By Bringer
Sad to say the GetCurrentRegion() is also a bogus...

Sad to say the GetCurrentRegion() is also a bogus solution.

From my US installed setup
Logging in to battlenet via an EU created account
Logging in to Pozzo dell'Eternità
and running
/script...
Forum: Lua/XML Help 10-15-14, 07:05 PM
Replies: 81
Views: 43,928
Posted By Bringer
Note that in game ServerID's do not match...

Note that in game ServerID's do not match Character Transfer ServerID's at all times.

in game Cenarius has id that matches non-existant Chracter Transfer realm Blackmoore.

also see edit on my...
Forum: Lua/XML Help 10-15-14, 02:55 PM
Replies: 81
Views: 43,928
Posted By Bringer
Trying LibRealmInfo-5 and ran into a couple of...

Trying LibRealmInfo-5

and ran into a couple of problems

First I'm clueless.. lol I tried various ways to get results from library but keep getting nil as result..
copied LibRealmInfo as sub...
Forum: General Authoring Discussion 09-20-14, 09:33 AM
Replies: 23
Views: 21,132
Posted By Bringer
for the WoD beta PlaySoundFile is broken,...

for the WoD beta PlaySoundFile is broken, Blizzard was made aware of this a few weeks ago..
and as of latest build it appears to be working again
Forum: Lua/XML Help 08-08-14, 10:33 PM
Replies: 1
Views: 2,305
Posted By Bringer
API PlaySoundFile failing on current Beta Build

build 18702

Using pre-existing addon custom sound files .mp3 and .ogg.
Files work fine in live
Were apparently working in previous beta builds
Now fail to produce any sounds.

had my beta key...
Forum: Lua/XML Help 08-04-14, 09:03 PM
Replies: 3
Views: 2,970
Posted By Bringer
Thanks Phanx After getting something to eat and...

Thanks Phanx
After getting something to eat and raising my blood suger, I realized I had failed to let the game finish loading.
Your post confirmed.. code now works.
and I can throw it away... as I...
Forum: Lua/XML Help 08-04-14, 05:17 PM
Replies: 3
Views: 2,970
Posted By Bringer
Blizzards InterfaceOptions framework issues

While working on simple test code to verify the Boolean changes with version 6 World of Warcraft I stumbled upon a problem with InterfaceOptionsFrame_OpenToCategory(panel)

The code is just some...
Forum: Lua/XML Help 07-25-14, 12:44 PM
Replies: 81
Views: 43,928
Posted By Bringer
region detection fallback

Unless something comes available to ID realm-region.
I am looking at providing a user option for users who plan to play in multiple regions.
The option will pop up a reminder notice and allowing...
Forum: Lua/XML Help 07-25-14, 12:34 PM
Replies: 81
Views: 43,928
Posted By Bringer
battlenet app to wow testing.

Conclusion from testing.
Battlenet desktop app appears to trigger launch with: Program to launch (full path), AccountID, Account password (hash presumed)
Wow client launches with configuration based...
Forum: Lua/XML Help 07-24-14, 09:45 AM
Replies: 81
Views: 43,928
Posted By Bringer
Both. With CVar(realmslist) no longer being...

Both.
With CVar(realmslist) no longer being correctly set by the Battlenet Desktop app launcher which is now the de facto launcher those of us who need to know which region a character is in are...
Forum: Lua/XML Help 07-23-14, 04:10 PM
Replies: 81
Views: 43,928
Posted By Bringer
info? From Blizzard support

https://us.battle.net/support/en/article/check-the-game-region

I have 2 different WoW client installs each attached to a different Battlenet ID, my original US and a testing starter EU (Battlenet...
Forum: Lua/XML Help 07-22-14, 07:07 PM
Replies: 81
Views: 43,928
Posted By Bringer
Portal appears to be incomplete solution

One of my testers has a Battlenet account with WoW accounts in both US and EU regions.
The tester confirmed the following query of her exact setup and results.

Just to make sure I fully understand.....
Showing results 1 to 25 of 26