Skip to content

Commit

Permalink
[scripts][drinfomon]Commenting out pause with notice
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtraDR committed Oct 10, 2023
1 parent 36533da commit a3032e8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions drinfomon.lic
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Documentation: https://elanthipedia.play.net/Lich_script_development#drinfomon
=end

$DRINFOMON_VERSION = '2.0.33'
$DRINFOMON_VERSION = '2.0.34'

no_kill_all
no_pause_all
Expand Down Expand Up @@ -1367,7 +1367,10 @@ check_exp_all.call

# Wait for exp/info to have been parsed before we continue
# otherwise scripts that rely on this data will error.
pause 0.05 while DRSkill.list.empty?
# 10 October 2023 - Commenting this line out, as it causes on a hang fresh out of the character creator
# and seemingly adds no real value otherwise. Will delete this line in a month, along with these comment
# lines.
# pause 0.05 while DRSkill.list.empty?
# Note, while dead we cannot check your info, so we skip in that scenario.
# If you're alive, we wait til a reasonable sample of info has been populated.
# Race and Guild represent the start of info lines, Favors and TDPs represent the end.
Expand Down

0 comments on commit a3032e8

Please sign in to comment.