Showing results 1 to 25 of 33
Search took 0.00 seconds.
Search: Posts Made By: Hydra9268
Forum: Site help, bugs, suggestions/questions 05/07/21, 12:50 PM
Replies: 3
Views: 702
Posted By Hydra9268
Any chance you could let us know what caused it?

Any chance you could let us know what caused it?
Forum: General Authoring Discussion 04/23/21, 02:59 AM
Replies: 4
Views: 3,088
Posted By Hydra9268
Yup. That was it. I set the height to 75. I...

Yup. That was it. I set the height to 75. I changed it to 64.

https://i.imgur.com/7NHtVYX.jpeg

Divisibility by 8 is a great thing to know about DDS textures!

Worth noting the image's width is...
Forum: General Authoring Discussion 04/23/21, 01:26 AM
Replies: 4
Views: 3,088
Posted By Hydra9268
DDS woes

Hi, all,

I want to replace a DDS image with a new DDS image in my addon.

I saved the image as a transparent png. I used different PNG to DDS converter sites, Paint.NET, and even the Nvidia DDS...
Forum: News 03/02/20, 03:53 AM
Replies: 3
Views: 27,626
Posted By Hydra9268
Excellent. Thanks, friend. :)

Excellent. Thanks, friend. :)
Forum: News 03/02/20, 03:15 AM
Replies: 3
Views: 27,626
Posted By Hydra9268
Does anyone know when Graymoor will be available...

Does anyone know when Graymoor will be available on the PTR? Hoping to work on and complete a guide before it releases.
Forum: AddOn Help/Support 03/02/20, 02:39 AM
Replies: 4
Views: 3,201
Posted By Hydra9268
Hi, AMCD12. To answer your first question, this...

Hi, AMCD12. To answer your first question, this is the guide that was created and authored by Zygor Guides, who is well-known for its World of Warcraft in-game guide. On March 23, 2018, ahead of the...
Forum: General Authoring Discussion 08/08/19, 11:43 AM
Replies: 2
Views: 4,395
Posted By Hydra9268
Excellent. Thanks, Baertram. :)

Excellent. Thanks, Baertram. :)
Forum: General Authoring Discussion 08/08/19, 03:16 AM
Replies: 40
Views: 26,590
Posted By Hydra9268
bUt dO YoU hAvE fIRe?!

bUt dO YoU hAvE fIRe?!
Forum: General Authoring Discussion 08/08/19, 03:14 AM
Replies: 2
Views: 4,395
Posted By Hydra9268
How to identify whether a character is in a particular Guild like Fighters or Mages?

Here's my code.


-- /dump d(ZGV.Utils.SkillLines(false,true,false,true,true))
function Utils.SkillLines(showType,showLineInfo,showLineXP,showSkillAbilities,showAbilityInfo)
if showType...
Forum: General Authoring Discussion 01/09/19, 11:14 PM
Replies: 9
Views: 4,827
Posted By Hydra9268
https://i.imgur.com/bkjNrOr.png :)

https://i.imgur.com/bkjNrOr.png

:)
Forum: General Authoring Discussion 01/09/19, 01:00 PM
Replies: 9
Views: 4,827
Posted By Hydra9268
Great insights and info. I'll review all your...

Great insights and info. I'll review all your points. Thanks, Shinni!

Is there a more efficient way to handle pinTypeOnResizeCallback?
Forum: General Authoring Discussion 01/09/19, 03:04 AM
Replies: 9
Views: 4,827
Posted By Hydra9268
Based on Garkin's awesome script (Big...

Based on Garkin's awesome script (Big kudos).


-- Based on Garkin's Guide
-- https://www.esoui.com/forums/showthread.php?t=1557

local ZGESO = {}

-- Pin's unique ID
ZGESO.pinType = "MyMapPin"
Forum: General Authoring Discussion 01/08/19, 03:47 AM
Replies: 9
Views: 4,827
Posted By Hydra9268
I see what the problem is. Zygor isn't using the...

I see what the problem is. Zygor isn't using the LibGPS. They created their own metatable overload! Which means ZO_WorldMap_RefreshCustomPinsOfType(_G[pinType]) doesn't work. WTF Zygor? Oh, and all...
Forum: General Authoring Discussion 01/07/19, 12:30 PM
Replies: 9
Views: 4,827
Posted By Hydra9268
That makes more sense. Thanks! Can't wait to...

That makes more sense. Thanks!

Can't wait to try it after work.
Forum: General Authoring Discussion 01/07/19, 12:19 AM
Replies: 9
Views: 4,827
Posted By Hydra9268
Thanks! That's precisely what I'm looking for....

Thanks! That's precisely what I'm looking for. Just want to update the pin.

My custom pin is declared in Pointer.lua. Here's the abbreviated file, showing only snippets of code that is relevant...
Forum: General Authoring Discussion 01/06/19, 12:33 AM
Replies: 9
Views: 4,827
Posted By Hydra9268
Is there a global public function to safely update the map?

I'd like to replace the use of ZO_WorldMap_UpdateMap() in my Addon to something public if available.

reference function https://esoapi.uesp.net/100025/src/ingame/map/worldmap.lua.html#6073
Forum: General Authoring Discussion 01/05/19, 11:00 PM
Replies: 6
Views: 6,107
Posted By Hydra9268
Hi, Baertram. Thanks! I didn't understand at the...

Hi, Baertram. Thanks! I didn't understand at the time what you meant, but I do now. I removed that POS code and deprecated out of the Addon. I don't know what the hell the Zygor devs were thinking...
Forum: General Authoring Discussion 10/26/18, 09:20 PM
Replies: 6
Views: 6,107
Posted By Hydra9268
For the past few days, I've reviewed this change...

For the past few days, I've reviewed this change and remain at a loss.

The Zygor devs coded their Addon to automatically call GetPOIMapInfo whenever the map opens or changes, so the data appears to...
Forum: Site help, bugs, suggestions/questions 10/22/18, 09:44 PM
Replies: 0
Views: 762
Posted By Hydra9268
Comment links

I'd like to link to specific comments in my Addon's thread but I cannot find it. Is this available? If so, where?
Forum: General Authoring Discussion 10/21/18, 10:15 PM
Replies: 4
Views: 2,711
Posted By Hydra9268
Through trial and error, and also reviewing other...

Through trial and error, and also reviewing other addons, I learned I can stack API versions:

## APIVersion: 100025 100024

The addon will now be seen as current in 4.1 and 4.2.
Forum: General Authoring Discussion 10/21/18, 02:58 AM
Replies: 6
Views: 6,107
Posted By Hydra9268
Thanks for the information Dan!

Thanks for the information Dan!
Forum: General Authoring Discussion 10/21/18, 02:53 AM
Replies: 7
Views: 3,980
Posted By Hydra9268
This is what I was going to suggest. Creating a...

This is what I was going to suggest. Creating a companion site is the only way to go since it's outside of ESO.

In addition to Dolgubon's suggestion, the ability to generate dynamic armories akin to...
Forum: General Authoring Discussion 10/21/18, 02:40 AM
Replies: 4
Views: 2,711
Posted By Hydra9268
Releasing Addon to coincide with Murkmire release

This is the first time that my addon is ready to go for Murkmire. As such, I am unfamiliar with how Bethesda releases their ESO DLCs. Do they launch at midnight or later in the day?

Thanks! (and...
Forum: General Authoring Discussion 09/18/18, 11:27 AM
Replies: 3
Views: 2,772
Posted By Hydra9268
Wow! Thanks. :)

Wow! Thanks. :)
Forum: General Authoring Discussion 09/17/18, 08:04 PM
Replies: 3
Views: 2,772
Posted By Hydra9268
Early access to Murkmire?

Hi, fellow authors.

Earlier this year Zygor Guides dropped support for their ESO leveling guide. So I took it upon myself to continue supporting it by creating a guide for...
Showing results 1 to 25 of 33