Difference between revisions of "BB set ep4boss can escape"
From Unofficial QEdit Wiki Guide
(Created page with "==Syntax== ''Syntax:'' <span style='font-size:12px;font-family:courier'><span style='color:blue'>BB_set_ep4boss_can_escape </span>DWORD</span> * ''DWORD'' = Either 0 or 1 ind...") |
(No difference)
|
Revision as of 22:21, 10 June 2022
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.