ESOUI

ESOUI (https://www.esoui.com/forums/index.php)
-   General Authoring Discussion (https://www.esoui.com/forums/forumdisplay.php?f=174)
-   -   Dungeon Tracker (https://www.esoui.com/forums/showthread.php?t=9001)

EvilDave 02/29/20 06:02 PM

Dungeon Tracker
 
Hey so I have tried to work my local copy of Urichs Skill Point Finder to add the two new dungeons but I'm not able to determine what their ID is. Or where it comes from in the LUA file. I'm familiar with javascript, PHP and html; so I figured tweaking an LUA file would be no big deal.

But I am wrong.

Any guidance on how to get quest or zone ID's would be greatly appreciated.

ExoY 02/29/20 06:20 PM

https://wiki.esoui.com/Events
https://wiki.esoui.com/API

Since I am new to this myself, I can not guarantee that you find on those pages what you are looking for.
That is where I always start to look for something.

This might go in the direction you need:
"EVENT_ZONE_CHANGED" as an Event or "GetZoneId(number zoneIndex)" as an api function

I hope this already helps.

EvilDave 02/29/20 07:49 PM

Quote:

Originally Posted by ExoY (Post 40411)
https://wiki.esoui.com/Events
https://wiki.esoui.com/API

Since I am new to this myself, I can not guarantee that you find on those pages what you are looking for.
That is where I always start to look for something.

This might go in the direction you need:
"EVENT_ZONE_CHANGED" as an Event or "GetZoneId(number zoneIndex)" as an api function

I hope this already helps.

Fantastic, thanks! I'll look into this. I didn't realize that the addon wasn't getting this info from the game.

I've gotten word that the author is doing an update. But I want to continue to get an understanding.


All times are GMT -6. The time now is 12:40 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2014 - 2022 MMOUI