Response rules for Dragon Knight for picking up Arcane Runes have been added recently
But you forgot to add the Dragon Form version of it. All other runes already have Dragon Form version.
Code:
Response dragon_knight_PowerupIsPowerupArcane { scene "scenes/dragon_knight/dragon_knight_drag_purch_01.vcd" nodelay noscene respeakdelay 300 } Rule dragon_knight_PowerupIsPowerupArcane_Rule { criteria Powerup Isdragon_knight IsPowerupArcane response dragon_knight_PowerupIsPowerupArcane }
But you forgot to add the Dragon Form version of it. All other runes already have Dragon Form version.
Code:
Response dragon_knight_PowerupIsInDragonFormIsPowerupArcane { scene "scenes/dragon_knight/dragon_knight_dragon_drag_purch_01.vcd" nodelay noscene respeakdelay 300 } Rule dragon_knight_PowerupIsInDragonFormIsPowerupArcane_Rule { criteria Powerup Isdragon_knight IsInDragonForm IsPowerupArcane response dragon_knight_PowerupIsInDragonFormIsPowerupArcane }