Showing results 1 to 25 of 33
Search took 0.00 seconds.
Search: Posts Made By: hisdad
Forum: General Authoring Discussion 09/20/18, 05:55 PM
Replies: 0
Views: 2,431
Posted By hisdad
Achievement category_id returning nil for ok achievements

I run through and get all achievements when a new update appears.
its dead easy, but I'm seeing known good achievements now have nil category_id.
Example [1443] =
{
...
Forum: General Authoring Discussion 11/25/16, 04:27 PM
Replies: 2
Views: 2,842
Posted By hisdad
Thanks buddy! --Dad

Thanks buddy!

--Dad
Forum: General Authoring Discussion 11/25/16, 03:12 PM
Replies: 2
Views: 2,842
Posted By hisdad
Find current megaserver

Hi team,
I've just now discovered --months after the fact -- that the NA and EU servers use the same savedvariable folder.
This is giving me name collisions and other havok.

How to I get my Current...
Forum: General Authoring Discussion 10/15/16, 02:21 PM
Replies: 2
Views: 3,216
Posted By hisdad
Thanks! --Dad

Thanks!
--Dad
Forum: General Authoring Discussion 10/15/16, 12:51 PM
Replies: 2
Views: 3,216
Posted By hisdad
Finding Account Champion Points

Hi
I've trying to find the account-wide CP earned, to be valid even when the current player is less than 50.

GetUnitChampionPoints(string unitTag) returns 0 in that case.

What's the option that...
Forum: General Authoring Discussion 08/05/16, 05:22 PM
Replies: 2
Views: 3,034
Posted By hisdad
Thanks Votan! --Dad

Thanks Votan!

--Dad
Forum: General Authoring Discussion 08/05/16, 12:43 AM
Replies: 2
Views: 3,034
Posted By hisdad
When cahrs change name, whats stays the same? GUID?

Hi team,
Is there a GUID that stays the same when a char performs a rename?

Regards,
--Dad
Forum: General Authoring Discussion 08/05/16, 12:40 AM
Replies: 17
Views: 8,913
Posted By hisdad
And a Big Thank you for AIRG

For picking up on that when I was too enraged to continue.

--Dad
Forum: Released AddOns 05/24/16, 01:29 AM
Replies: 0
Views: 8,022
Posted By hisdad
AI Research Grid-new owner needed

I'm no longer willing to deal with the hatred and contempt shown by ZOS by their lack of documentation.
AIRG is nicely refactored for easy updates, but I'm not willing to grovel through dumps and...
Forum: General Authoring Discussion 10/19/15, 12:47 PM
Replies: 6
Views: 4,922
Posted By hisdad
Shouldn't think so. If the achievement isn't...

Shouldn't think so. If the achievement isn't there, its not there.
If it is there (PTS) it works fine.

--Dad
Forum: General Authoring Discussion 10/18/15, 08:39 PM
Replies: 6
Views: 4,922
Posted By hisdad
Cripes

That's just mean! The AIResearch.lua file is normally a few hundred Kb. A meg or so if several accounts are used on the same computer. So I don't think its the same bug though perhaps related.

This...
Forum: General Authoring Discussion 10/18/15, 08:31 PM
Replies: 6
Views: 4,922
Posted By hisdad
!!!

I'm reasonably sure the user did not edit the file manually as he would not be surprised the addon stopped working.

Just to add to it, there were several character name keys of the form "!!!" as...
Forum: General Authoring Discussion 10/17/15, 03:59 PM
Replies: 6
Views: 4,922
Posted By hisdad
Massive corruption in Saved data ["!!!!!!!!"]

Hi Team,
Some people have been reporting issues in AIReasearchGrid.
One of the users gave me his data file and it has this at the top.


AIRG_SavedVariables =
{
["Default"] =
{
...
Forum: General Authoring Discussion 04/29/15, 01:01 PM
Replies: 2
Views: 3,368
Posted By hisdad
Can't use ZO_Format_Time as im going from String...

Can't use ZO_Format_Time as im going from String -> Timestamp
but that thread is just perfect!

That needs to go in the wiki!

Thanks V Much!

--Dad
Forum: General Authoring Discussion 04/29/15, 12:34 PM
Replies: 2
Views: 3,368
Posted By hisdad
Advice on Genderised strings

Hi
I wa quite surprised to find that the non english game will return strings quite differently for example in German.
GetUnitClass("player") is "Zauberin^f" for a female sorc and "Zauberer^m" ...
Forum: General Authoring Discussion 04/28/15, 05:33 PM
Replies: 4
Views: 4,179
Posted By hisdad
Thanks Team,

Some good stuff there..

I would never have figured that out..

--Dad
Forum: General Authoring Discussion 04/25/15, 08:19 PM
Replies: 4
Views: 4,179
Posted By hisdad
Finding Current Location

Hi, I'm trying to keep track of area the char is in. GetMapName() is pretty good, except that it doesn't
distinguish between Davon's watch and Steamfont Cavern, for example.

The EVENT_ZONE_CHANGED...
Forum: General Authoring Discussion 04/24/15, 03:19 PM
Replies: 2
Views: 3,061
Posted By hisdad
Hmm Didn't know that. I've just looped through...

Hmm Didn't know that.

I've just looped through all ach. Most have crows wood as first.

Thanks Very much.

--Dad.
Forum: General Authoring Discussion 04/23/15, 11:49 PM
Replies: 2
Views: 3,061
Posted By hisdad
Dates on early Achievements wrong?

I was was hoping to use the date on Ach 993, "Soul Shriven in Coldharbour" to get a estimate of my characters' start date.

I know this char was created very early, 4 days before the big launch (I...
Forum: Lua/XML Help 04/04/15, 04:14 PM
Replies: 3
Views: 3,318
Posted By hisdad
Boss Achievements in Dungeons

Hi,
How does one find which named bosses in a (Pub/Grp) Dungeon have been killed?
Killing the boss doesn't generate a Achievement Updated Event, that is I can see.

--Thx
-_dad
Forum: Lua/XML Help 04/02/15, 02:30 PM
Replies: 4
Views: 3,409
Posted By hisdad
Heh! I was wondering about that. But that...

Heh! I was wondering about that. But that categories code is good since I want to capture that info anyway.
Rather than starting with ID's and working back I'll do as you suggest and work...
Forum: Lua/XML Help 04/02/15, 01:43 PM
Replies: 4
Views: 3,409
Posted By hisdad
Getting ALL Achievements..

Thx Votan,
It works with the problem that no matter how many I want (9999) it returns a max of 10.
Is there a better way of doing this?

--Dad
Forum: Lua/XML Help 04/02/15, 01:07 AM
Replies: 4
Views: 3,409
Posted By hisdad
GetRecentlyCompletedAchievements() Advice on returns

Hi,
I'm baffled by this, as the return type seems strange.
What I want to do is dump out all a chars achievements and then iterate over them.
d() tells me it does something, but I'm unsure...
Forum: Lua/XML Help 03/31/15, 04:59 PM
Replies: 2
Views: 2,764
Posted By hisdad
Yes, indeed that's one of the stats I'm...

Yes, indeed that's one of the stats I'm capturing! On reflection I think I'm overdesigning this. The capture will in game but the display will be offline, where I'm not limited to the ESO...
Forum: Lua/XML Help 03/31/15, 04:17 PM
Replies: 2
Views: 2,764
Posted By hisdad
Permanently Unique Char Names

Hi,
I'm working on a history addon.
I'm concerned that if the user deletes char "fred" and then creates "fred" that they cannot be distinguished.
Consequently the data for the historic "fred" will...
Showing results 1 to 25 of 33