Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[go2.lic] v2.1.4 Additional stand messaging #1581

Merged
merged 2 commits into from
Jul 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions scripts/go2.lic
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@
contributors: Deysh, Doug, Gildaren, Sarvatt, Tysong, Xanlin
game: any
tags: core, movement
version: 2.1.3
version: 2.1.4
required: Lich >= 5.4.1

changelog:
2.1.4 (2024-07-17):
Additional stand messaging
2.1.3 (2024-07-13):
Additional stand messaging
2.1.2 (2024-07-01):
Expand Down Expand Up @@ -1904,6 +1906,7 @@ module Go2
/You stand back up\./i,
/You struggle, but fail to stand\./i,
/You are already standing\./i,
/You don't seem to be able to move to do that\./i,
/...wait \d+ seconds?\./i,
)
result = dothistimeout('stand', 2, stand_regex)
Expand All @@ -1921,7 +1924,6 @@ module Go2
end
elsif result !~ stand_regex
echo("Unknown stand results, Please report this to Elanthia-Online.")
echo("Result: #{result}")
end
sleep 0.2
if checkrt > 0
Expand Down