Skip to content

Commit

Permalink
Merge pull request #6958 from MahtraDR/DRINFOMON_IN_CORE_LICH
Browse files Browse the repository at this point in the history
[scripts][dependency][bootstrap][spellmonitor] More prepping for DRInfomon in core lich.
  • Loading branch information
MahtraDR authored Oct 28, 2024
2 parents fa3ea7b + f6c6dcd commit 256abb9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions bootstrap.lic
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
=end

$BOOTSTRAP_VERSION = '1.0.2'
DRINFOMON_IN_CORE_LICH ||= false

class_defs = {
'drinfomon' => :DRINFOMON,
Expand Down
1 change: 1 addition & 0 deletions dependency.lic
Original file line number Diff line number Diff line change
Expand Up @@ -1810,6 +1810,7 @@ end
if DRINFOMON_IN_CORE_LICH
Lich::Util.issue_command("exp all 0", /^Circle: \d+/, /^Rested EXP Stored|Unlock Rested Experience|type: AWAKEN/, quiet: true)
Lich::Util.issue_command("info", /^Name/, /^<output class=""/, quiet: true)
Lich::Util.issue_command("ability", /^You (know the Berserks|recall the spells you have learned from your training)/, /^You (recall that you have 9 training sessions|can use SPELL STANCE [HELP])/, quiet: true)
end

$manager.check_base_files
Expand Down
6 changes: 6 additions & 0 deletions spellmonitor.lic
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
=end

$SPELLMONITOR_VERSION = '2.0.1'
DRINFOMON_IN_CORE_LICH ||= false

if DRINFOMON_IN_CORE_LICH
DRC.message("DRInfomon in core lich includes spellmonitor. Exiting.")
exit
end

no_kill_all
no_pause_all
Expand Down

0 comments on commit 256abb9

Please sign in to comment.