You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A mount can't reach level 30 because there's no EXP requirement for it after level 29. Attempting to give a mount EXP when it's at level 29 (when it has above 4550) will throw an array out of bounds exception.
To Reproduce
Steps to reproduce the behavior:
Get a mount and some revitalizes
When the mount's tiredness increases, use the revitalizes to give it EXP
Repeat until level 29 (I recommend speeding up the mount tiredness schedule to not wait forever)
Expected behavior
The mount should be able to keep leveling up to 30.
I think a 30th element needs to be added to the mount array in ExpTable.java similar to the pet variable for that to happen.
The text was updated successfully, but these errors were encountered:
Describe the bug
A mount can't reach level 30 because there's no EXP requirement for it after level 29. Attempting to give a mount EXP when it's at level 29 (when it has above 4550) will throw an array out of bounds exception.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The mount should be able to keep leveling up to 30.
I think a 30th element needs to be added to the
mount
array inExpTable.java
similar to thepet
variable for that to happen.The text was updated successfully, but these errors were encountered: