Thread Tools Display Modes
02/29/20, 06:02 PM   #1
EvilDave
Join Date: Nov 2015
Posts: 2
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.
  Reply With Quote
02/29/20, 06:20 PM   #2
ExoY
 
ExoY's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2020
Posts: 87
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.
  Reply With Quote
02/29/20, 07:49 PM   #3
EvilDave
Join Date: Nov 2015
Posts: 2
Originally Posted by ExoY View Post
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.
  Reply With Quote

ESOUI » Developer Discussions » General Authoring Discussion » Dungeon Tracker

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off