View Single Post
01/26/16, 07:00 PM   #1
Enodoc
AddOn Author - Click to view addons
Join Date: Aug 2014
Posts: 52
[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).


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.