[lua] [sql] Arrapago Reef NM Audits#10261
Open
KiplingFFXI wants to merge 1 commit into
Open
Conversation
857dbd7 to
71980b9
Compare
Xaver-DaRed
reviewed
Jun 8, 2026
| end | ||
|
|
||
| -- Below 20% HP: Malediction 75% of the time, his other TP moves 25% of the time | ||
| if math.random(100) <= 75 then |
Contributor
There was a problem hiding this comment.
if math.random(1, 100) <= 75 then
Xaver-DaRed
reviewed
Jun 8, 2026
| return xi.mobSkill.MALEDICTION | ||
| end | ||
|
|
||
| return normalTpMoves[math.random(#normalTpMoves)] |
Contributor
There was a problem hiding this comment.
return normalTpMoves[math.random(1, #normalTpMoves)]
Xaver-DaRed
reviewed
Jun 8, 2026
| -- Behavior states tracked in the 'state' local var | ||
| local stateDormant = 0 -- invisible, patrolling, watching for a nearby death | ||
| local stateRevealed = 1 -- visible, awaiting engagement (idle timer runs) | ||
| local stateReturning = 2 -- visible, walking back along her zone's points to point 1 |
Contributor
There was a problem hiding this comment.
All of this, no. Use the values directly.
Contributor
Author
There was a problem hiding this comment.
Removed all of the variables I could and made them inline instead.
71980b9 to
45c31ee
Compare
Contributor
Author
|
Resubmitted with requested fixes and I also fixed 2 bugs so I've made some changes:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I affirm:
What does this pull request do?
This pull request audits multiple NMs in Arrapago Reef based on retail captures. It does the following:
Bloody Bones (ID: 16998655)
Lamia No.19 (ID: 16998868)
Additional pathing capture
Others
Steps to test these changes
!spawnmob the above IDs and witness the changes.
Other Sources
https://youtu.be/QAQ_dL7ujC4
https://www.youtube.com/watch?v=6BCTaEzbgQI
https://www.youtube.com/watch?v=AjdKQerNyQo