This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| kdf_api [2025/05/10 06:14] – kitanoi | kdf_api [2026/05/09 21:01] (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 347: | Line 370: | ||
| </ | </ | ||
| + | --------------------------------------------------------------- | ||
| + | ====overrideisfloor==== | ||
| + | [bool][optional] | ||
| + | * nil will use raycast unless I have overriden inside of KitanoiFuncs | ||
| + | * true will use isonmeshexact function instead of raycast - used in certain trials where you can run off the edge. Some, like Shinryu, raycast works fine, others like Dark Inside doesn' | ||
| + | * | ||
| --------------------------------------------------------------- | --------------------------------------------------------------- | ||
| ====meshchange==== | ====meshchange==== | ||
| Line 412: | Line 441: | ||
| } | } | ||
| } | } | ||
| + | </ | ||
| + | --------------------------------------------------------------- | ||
| + | |||
| + | ====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", | ||
| </ | </ | ||