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

Error on HandlePlayerEXP


farrel24
 Share

Recommended Posts

hey, how to FIX This??(Red Text)
Overflow Error

> ' If debug mode, handle error then exit out
>     If Options.Debug = 1 Then On Error GoTo errorhandler
>    
>     Set Buffer = New clsBuffer
>     Buffer.WriteBytes Data()
>    
>     SetPlayerExp Index, Buffer.ReadLong
>     TNL = Buffer.ReadLong
>     frmMain.lblEXP.Caption = GetPlayerExp(Index) & "/" & TNL
>     ' mp bar
>     frmMain.imgEXPBar.width = ((GetPlayerExp(MyIndex) / EXPBar_Width) / (TNL / EXPBar_Width)) * EXPBar_Width
>    
>     ' Error handler
>     Exit Sub
> errorhandler:
>     HandleError "HandlePlayerExp", "modHandleData", Err.Number, Err.Description, Err.Source, Err.HelpContext
>     Err.Clear
>     Exit Sub
> End Sub
Link to comment
Share on other sites

Did you modified something in the source?
I think i had this problem before,if remember i just deleted my accounts in server folder,then restarted the server.
Try
Link to comment
Share on other sites

you don't know? wtf then download a new copy and voila you get rid of the problem,we can't help you if you don't say anything,at least did you even tried what i told you up there?
And remember if you modified something or deleted something.

For a newbie i would recommend a cutsom version  Eclipse Chronicle,it has many features added,try it.
Link to comment
Share on other sites

@Justn:

> That's not very good advice D: how can he learn with that?

Learn VB6 and how EO works?
He don't even bothered trying something,and you believe he is willing to learn?
Link to comment
Share on other sites

@Lumiere:

> For a newbie i would recommend a cutsom version  Eclipse Chronicle,it has many features added,try it.

Please note that Custom Versions have way more bugs than the default EO, so twice the much questions. :P
Link to comment
Share on other sites

@Erwin:

> Please note that Custom Versions have way more bugs than the default EO, so twice the much questions. :P

That's why i recommended Jaxx's  custom version
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...