BB set ep4boss can escape

From Unofficial QEdit Wiki Guide
Revision as of 22:21, 10 June 2022 by Ender (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Syntax

Syntax: BB_set_ep4boss_can_escape DWORD

  • DWORD = Either 0 or 1 indicating the Episode 4 Boss can escape after 20 minutes of play.

Use

By default, the Episode 4 Boss can escape after 20 minutes of play. When the boss does escape, the party receives no drop and no experience. However, the clear events for the map event will play normally. This opcode must run before the boss is spawned by the map event, such as before entering the boss floor. Calling this after the boss has spawned will have no effect. There is way to configure the 20 minute timer.

     BB_set_ep4boss_can_escape 00000000  // Disables the boss escape sequence.

Although government quest 9-5 re-enables the escape sequence after leaving the floor, the destructor for the boss in the client will re-enable the behavior by default.