This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| kdf_api [2025/03/30 13:28] – [maxfollowdistance] kitanoi | kdf_api [2025/10/22 01:32] (current) – kitanoi | ||
|---|---|---|---|
| Line 80: | Line 80: | ||
| < | < | ||
| | | ||
| + | </ | ||
| + | --------------------------------------------------------------- | ||
| + | |||
| + | ====minilvl==== | ||
| + | [bool][optional] - if you want to make the dungeon harder | ||
| + | < | ||
| + | | ||
| + | </ | ||
| + | --------------------------------------------------------------- | ||
| + | |||
| + | ====levelsync==== | ||
| + | [bool][optional] - used for blue mage allowing entrance to dungeons solo while level synced down. Used in combination with queuetype = 2 | ||
| + | < | ||
| + | | ||
| + | | ||
| </ | </ | ||
| Line 324: | Line 339: | ||
| meleeavoid = true, | meleeavoid = true, | ||
| meleeavoid = false, | meleeavoid = false, | ||
| + | </ | ||
| + | |||
| + | --------------------------------------------------------------- | ||
| + | ====disableavoid==== | ||
| + | [bool][optional] Profile level setting to enable or disable avoidance. | ||
| + | < | ||
| + | disableavoid = true, | ||
| + | disableavoid = false, | ||
| </ | </ | ||
| Line 412: | Line 435: | ||
| } | } | ||
| } | } | ||
| + | </ | ||
| + | --------------------------------------------------------------- | ||
| + | |||
| + | ====maintank==== | ||
| + | [string][optional] Name of who you want to be the main tank. KDF will use the lower of the Player.id to determine who is main tank if you do not use this. | ||
| + | < | ||
| + | maintank = "My Name", | ||
| </ | </ | ||
| Line 428: | Line 458: | ||
| [1] = {contentid = 12345, frompercent = 100, topercent = 95, pos = {x = 1, y = 2, z = 3}, desc = "tank boss 12345 at this pos from 100-95%" | [1] = {contentid = 12345, frompercent = 100, topercent = 95, pos = {x = 1, y = 2, z = 3}, desc = "tank boss 12345 at this pos from 100-95%" | ||
| }, | }, | ||
| + | | ||
| + | tankat= { | ||
| + | [1] = {contentid = 1644, frompercent = 100, topercent = 0, reqs = [[return not KitanoiFuncs.API.DungeonFramework.GarudaPhased]], | ||
| + | [2] = {contentid = 1644, frompercent = 100, topercent = 0, reqs = [[return | ||
| + | }, | ||
| </ | </ | ||
| * contentid [required] contentid of the enemy | * contentid [required] contentid of the enemy | ||
| Line 433: | Line 468: | ||
| * topercent [required] should be the lower % | * topercent [required] should be the lower % | ||
| * pos [required] position to tank at | * pos [required] position to tank at | ||
| + | * reqs [optional] must start with " | ||
| --------------------------------------------------------------- | --------------------------------------------------------------- | ||
| ====MaxFollowDist==== | ====MaxFollowDist==== | ||
| - | [int][optional] | + | [int][optional] |
| --------------------------------------------------------------- | --------------------------------------------------------------- | ||