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

[SOLVED]Points Not Displaying


Kaejer
 Share

Recommended Posts

I'm having an issue where my remaining stat points to be spent after a level up is always displayed as 0\. It was an error I had a while ago, but forgot about it until recently. I'm guessing it is hitting a catch of some kind to display 0, but I can't seem to find out why.

The thing I was working on back then before it started always displaying 0 was changing all of my stat points to an integer so that they could be higher than 255\. I used this small tutorial to do so - [http://www.touchofde…55/#entry840123](http://www.touchofdeathforums.com/community/index.php?/topic/128404-moving-the-stats-and-items-above-255/#entry840123)

I'm having an issue finding where it actually displays the number in the form, so I can't really… copy paste the current code I guess.
Link to comment
Share on other sites

I still can't find where POINTS is displayed onto the Character screen. If anyone could point that out to me I could probably find out the problem… I just feel as though I don't know the GUI stuff well enough in VB6 to be able to find it.

I've messed around with SetPlayerPOINTS and GetPlayerPOINTS to no avail on changing the display from 0.
Link to comment
Share on other sites

Go to the form and find the label. Then just search around the source for the name that you find, it's likely a server-side issue though. Have you tested this in a fresh copy of EO?
Link to comment
Share on other sites

It's probably because its value is set elsewhere in the source, like I said search for "lblPoints" in the source and track it back to check where it's going wrong.
Link to comment
Share on other sites

Ah, well I realize the problem now is the reason why I'm confused. I guess I assumed it was hidden somewhere, but lblPoints isn't being used anywhere at all in my projects… so at some point I must've deleted it's code or something. Thanks for helping me find the problem ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/smile.png).
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...