September
06
2015

New battle AI block settings and event steps, optionally use start inventory and loot tables for loot, and an important fix.

This update is a small bugfix update for ORK Framework 2.5.4.

Head to the download page and grab the latest version!

New

  • Combatants: AI Settings
    ‘Start AI Blocked’ setting available.
    Optionally block the battle AI of a combatant when it’s instantiated.
    An AI controlled combatant will only use the ‘None’ action when the battle AI is blocked (i.e. do nothing).
    The battle AI can be blocked/unblocked in the event system.
  • Event System: Battle Steps
    ‘Block Battle AI’ step available.
    Blocks or unblocks the battle AI of a combatant.
    An AI controlled combatant will only use the ‘None’ action when the battle AI is blocked (i.e. do nothing).
  • Event System: Battle Steps
    ‘Is Battle AI Blocked’ step available.
    Checks if a combatant’s battle AI is blocked.

Changes

  • Combatants: Loot Settings
    ‘Loot Origin’ setting replaces ‘Use Start Inventory’ setting.
    You can now optionally use the ‘Start Inventory’, ‘Loot’ tables or ‘Both’ to define a combatant’s loot.

Fixes

  • Formulas
    Removed console output in ‘Status Value’ steps that was left in the release build by accident.