ESOUI

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

circonian 03/09/15 03:36 AM

IsPOIPublicDungeon
 
Am I missunderstanding what IsPOIPublicDungeon(..) is supposed to do?
The rest of the IsPOIxxxx functions do what their names suggest, but either this one is bugged or it just does not do what its name suggests.

I've tested IsPOIPublicDungeon(..) on every public dungeon in every zone I have access to, they all have the words public dungeon in the icon path name, and I even reset the tutorials and entered one to verify that the game considers it a public dungeon:


But using:
Lua Code:
  1. IsPOIPublicDungeon(zoneIndex, poiIndex)
Returns false on every one I try it on.

EDIT: I even tried testing every POI in every zone by doing:
Lua Code:
  1. for zoneIndex=1, 1000 do
  2.     local numPOIs = GetNumPOIs(zoneIndex)
  3.     for poiIndex=1, numPOIs do
  4.         if IsPOIPublicDungeon(zoneIndex, poiIndex) then
  5.             d("Public Dungeon Found: "..zoneIndex..", "..poiIndex)
  6.         end
  7.     end
  8. end
and the only POIs it returns as public dungeons are in Craglorn.

ZOS_ChipHilseberg 03/13/15 09:32 AM

There appears to have been an error in flagging public dungeons in the data (outside of Craglorn). We have a bug internally to get those marked properly.

Baertram 02/05/16 04:53 PM

Hey Chip, is this bug fixed meanwhile?

Because the public dungeon in Reapers March e.g. will be still marked as "false" today :confused:
But the pub dungeon in Stonefalls is working well.

It seems there are fixed some, but not all?


All times are GMT -6. The time now is 10:57 AM.

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