Skip to content

Rand boss callbacks

Hachem_Muche requested to merge Hachem_Muche/t-engine4:RandBossCallbacks into master

Adds support for a data.init(data, b) function for createRandomBoss and passes the actor to the class filter for applyRandomClass function. This allows the random_boss/random_elite filter to be adjusted on the fly based on the type of npc the boss is based on.

Fixed a typo in the parameter list for ActorInventory:pickupFloor.

Merge request reports