Login Characters Problem

08/02/2018 09:51 MPZooey#1
I've try'd to login the account but its not entering in game after i select character, even i make a new character in the same account
No program erro Client Error Only.

Client error:
Code:
GetDlgItem : nID=545 not Found.
Edit: Wondering if its the stats limits maybe it exceeds the limit thats why player can't login where to edit that?
08/02/2018 22:35 xTwiLightx#2
This error is coming from a window (Resdata.inc) that has a member with an ID that is not defined in your client, or is not defined itself.
08/03/2018 20:08 MPZooey#3
Quote:
Originally Posted by xTwiLightx View Post
This error is coming from a window (Resdata.inc) that has a member with an ID that is not defined in your client, or is not defined itself.
Already fixed sir the problem is this:
Code:
if( this->GetSta() > 2000 || this->GetInt() > 2000 || this->GetDex() > 2000 || this->GetStr() > 2000 )
my character exceeds the limit and the characters can't connect :D by the way thanks for helping sir! :handsdown: