User Tools

Site Tools



kdf_api

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
kdf_api [2025/10/21 12:00] kitanoikdf_api [2026/05/09 21:01] (current) kitanoi
Line 81: Line 81:
      queuetype = 2,      queuetype = 2,
 </code> </code>
 +---------------------------------------------------------------
  
 ====minilvl==== ====minilvl====
-[bool][optional] - used for blue mage allowing entrance to dungeons solo while level synced down.+[bool][optional] - if you want to make the dungeon harder
 <code> <code>
      minilvl = true,      minilvl = true,
 +</code>
 +---------------------------------------------------------------
 +
 +====levelsync====
 +[bool][optional] - used for blue mage allowing entrance to dungeons solo while level synced down. Used in combination with queuetype = 2
 +<code>
 +     levelsync = true,
 +     queuetype = 2
 </code> </code>
  
Line 361: Line 370:
 </code> </code>
  
 +---------------------------------------------------------------
 +====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't.
 +  * 
 --------------------------------------------------------------- ---------------------------------------------------------------
 ====meshchange==== ====meshchange====
kdf_api.1761048013.txt.gz · Last modified: 2025/10/21 12:00 by kitanoi