ESOUI

ESOUI (https://www.esoui.com/forums/index.php)
-   Wish List (https://www.esoui.com/forums/forumdisplay.php?f=177)
-   -   [implemented] Instance Minimum Level (https://www.esoui.com/forums/showthread.php?t=6042)

Enodoc 01/26/16 07:00 PM

[implemented] Instance Minimum Level
 
There is already a function "DoesCurrentZoneAllowScalingByLevel()", which identifies whether a certain instance scales to the player or group leader level; examples of this include Main Quest instances, Fighters/Mages Guild instances, Group Dungeons, Stirk, and Thizzrini Arena.

According to the related patch notes (1.5.2, see copy below), instances do not scale below the level they are introduced. Please can we have a function, let's call it
Lua Code:
  1. GetCurrentZoneMinLevel()
which returns this level that the instances do not scale below? Thanks!

For example, when inside Thizzrini Arena, this function would return 42. When in Spindleclutch, the function would return 10 (I think).


Quote:

Originally Posted by ZOS_GinaBruno
Dungeon Scaling
  • Dungeons will now scale to the level of the group leader, with some caveats:
  • Non-veteran dungeons will not scale below the level they are currently introduced, but will scale up to Veteran Rank 12.
Solo Scaling
  • Solo instances will now scale to your level. This means when you play through the Main Story, Fighters Guild, Mages Guild and other solo content, it will remain a challenge and you can do it on your own time. Below are some things to note about solo scaling:
  • Solo instances do not scale below the level they are introduced. For example, Thizzrini Arena begins scaling from level 42.


ZOS_ChipHilseberg 02/02/16 05:37 PM

This is done internally.

Enodoc 02/04/16 04:30 PM

Quote:

Originally Posted by ZOS_ChipHilseberg (Post 25831)
This is done internally.

Meaning that there is no way to get the value out? Ah well, I don't suppose you could provide a list of the scaling zones and their min levels then? Thanks for the reply!

ZOS_ChipHilseberg 02/04/16 04:54 PM

Meaning we added the function internally. It will be in the next incremental to PTS I think.

Enodoc 02/05/16 01:09 PM

Quote:

Originally Posted by ZOS_ChipHilseberg (Post 25875)
Meaning we added the function internally. It will be in the next incremental to PTS I think.

Oh! My mistake! In which case, that's awesome. Thank you very much :)

Baertram 02/05/16 03:45 PM

Quote:

Originally Posted by ZOS_ChipHilseberg (Post 25875)
Meaning we added the function internally. It will be in the next incremental to PTS I think.

Hey Chip,

is there also something to get the maximum group size of a dungeon?
A function like
Code:

GetInstanceMaxGroupSize()
would be very nice!

Thanks

Enodoc 03/16/16 08:02 PM

Quote:

Originally Posted by ZOS_ChipHilseberg (Post 25875)
Meaning we added the function internally. It will be in the next incremental to PTS I think.

Hey Chip, if you're still reading this thread, did the function go in with Thieves Guild? If so, what's the call? GetCurrentZoneMinLevel() doesn't seem to do anything. Thanks!

ZOS_ChipHilseberg 03/17/16 07:44 AM

GetCurrentZoneLevelScalingConstraints

sirinsidiator 03/17/16 08:20 AM

Did I miss something, or is this not documented anywhere?
Are there other entries on the wishlist that have been added since the PTS API notes have been posted?

Enodoc 03/17/16 02:41 PM

Quote:

Originally Posted by ZOS_ChipHilseberg (Post 26510)
GetCurrentZoneLevelScalingConstraints

Awesome, thanks! I see it has three returns; I'm assuming the min level is the second one, but what are the other two?

Once again, thanks so much for implementing this!

ZOS_ChipHilseberg 03/17/16 02:51 PM

Quote:

Originally Posted by Enodoc (Post 26513)
Awesome, thanks! I see it has three returns; I'm assuming the min level is the second one, but what are the other two?

Once again, thanks so much for implementing this!

SCALE_LEVEL_CONSTRAINT, minLevel, maxLevel

ZOS_ChipHilseberg 03/17/16 02:53 PM

1 Attachment(s)
Just generated these notes off the internal live branch.

Enodoc 03/17/16 02:54 PM

Quote:

Originally Posted by ZOS_ChipHilseberg (Post 26514)
SCALE_LEVEL_CONSTRAINT, minLevel, maxLevel

Ah brilliant, thanks! I'm assuming SCALE_LEVEL_CONSTRAINT is a global of some sort?

ZOS_ChipHilseberg 03/17/16 02:57 PM

Quote:

Originally Posted by Enodoc (Post 26516)
Ah brilliant, thanks! I'm assuming SCALE_LEVEL_CONSTRAINT is a global of some sort?

*_NORMAL_MIN_NORMAL_MAX
*_NORMAL_MIN_VETERAN_RANK_MAX
*_VETERAN_RANK_MIN_VETERAN_RANK_MAX

sirinsidiator 03/17/16 03:06 PM

Quote:

Originally Posted by ZOS_ChipHilseberg (Post 26515)
Just generated these notes off the internal live branch.

Thanks a lot! :)


All times are GMT -6. The time now is 04:53 PM.

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