Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Experience bar not printing the correct Exp/Exptotal number


malphos101
 Share

Recommended Posts

This is really odd, but for some reason my playtesters are not having their current/total experience number printed correctly over the exp bar. It works just fine for me and I was wondering if this is a known bug with an easy solution or if I have to start digging in the code.
Link to comment
Share on other sites

```
frmMain.lblEXP.Caption = GetPlayerExp(Index) & "/" & TNL
```

Needs to be replaced with

```
frmMain.lblEXP.Caption = GetPlayerExp(MyIndex) & "/" & TNL
```

Wonder why this was never fixed.. Anyway, fixed it over here as well: [https://github.com/AwakenedSorrow/Eclopti/commit/aae431916fbfb03803e4fa877f4e1f50b4111126](https://github.com/AwakenedSorrow/Eclopti/commit/aae431916fbfb03803e4fa877f4e1f50b4111126)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...