Showing results 1 to 9 of 9
Search took 0.00 seconds.
Search: Posts Made By: Weolo
Forum: Tutorials & Other Helpful Info 08/14/16, 08:57 AM
Replies: 68
Views: 45,101
Posted By Weolo
I had had these types of errors myself but oddly...

I had had these types of errors myself but oddly enough for me it was only when I was running the game in German. Weird

Oh nevermind, I was just testing gamepad stuff with my addon and got it while...
Forum: Tutorials & Other Helpful Info 08/07/16, 06:55 AM
Replies: 68
Views: 45,101
Posted By Weolo
Yeah I raised that in post #44 above in this...

Yeah I raised that in post #44 above in this thead.
championRank was remove when Shodow of the Hist hit live.
ESOUIDocumentation.txt was given to us prior to go live so it is a little out.

I think I...
Forum: Tutorials & Other Helpful Info 08/06/16, 10:34 AM
Replies: 68
Views: 45,101
Posted By Weolo
Weird bug with GetNumCharacters()

I logged in to ESO
Started playing with one of my characters
GetNumCharacters() was returning 8
Grouped up with a friend and did some Thieves guild heists
Did a couple of /reloadui during this...
Forum: Tutorials & Other Helpful Info 08/01/16, 03:10 PM
Replies: 68
Views: 45,101
Posted By Weolo
No problem. I fixed my addon and because it now...

No problem.
I fixed my addon and because it now tidies itself up its all good.
Keep up the good work, love the game, love the API, loving your work ;)
Forum: Tutorials & Other Helpful Info 08/01/16, 02:54 PM
Replies: 68
Views: 45,101
Posted By Weolo
I tested the hell out of it on PTS and even...

I tested the hell out of it on PTS and even submitted bug reports. They changed it for go live.

This:
local name, gender, level, championRank, classId, raceId, alliance, id, locationId =...
Forum: Tutorials & Other Helpful Info 08/01/16, 02:40 PM
Replies: 68
Views: 45,101
Posted By Weolo
I just got in to the game and my addon is...

I just got in to the game and my addon is broken.
Something has changed with GetCharacterInfo(). It is not working the same way it was on PTS.

local found = false
d("DEBUG currentId:...
Forum: Tutorials & Other Helpful Info 08/01/16, 11:55 AM
Replies: 68
Views: 45,101
Posted By Weolo
Shadow of the Hist - Storing addon data

Shadow of the Hist now comes with API functions to allow your addon data to survive a character rename, class change, race change and even figure out if the player has deleted an old character.

Old...
Forum: Tutorials & Other Helpful Info 07/23/16, 08:17 PM
Replies: 68
Views: 45,101
Posted By Weolo
Question GetCharacterInfo() bug?

I just found something a bit odd
When you create a brand new character and log in for the first time, the character does not show up in the GetCharacterInfo() function
It doesn't seem to appear in...
Forum: Tutorials & Other Helpful Info 07/19/16, 10:31 AM
Replies: 68
Views: 45,101
Posted By Weolo
Storing data

Then it looks like instead of using either of these 2 functions to store addon data against:

GetUnitName("player")
GetRawUnitName("player")

We should actually be using:

GetCurrentCharacterId()

I...
Showing results 1 to 9 of 9