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

Character Converter (Multi Char)


Wortel Angels
 Share

Recommended Posts

I got an little Problem…

I made or try to make an Character Converter but get now an annoying error...

Fixed or static data can't be larger than 64K

I dont know why it is there because its all the same like on the OldPlayerRec

The error occours every time on the second line, if i remove one then does it start normally...

I dont know exact how to write that Problem down correct so here is the:

[Source](http://www.file-upload.net/download-7169426/Account-Converter.rar.html)

Hope someone can help me…
Link to comment
Share on other sites

~~There is the source…

1 Second download, 2 Seconds open it 1 second to start and youll se it in 4 Seconds xD

```

Public NewPlayer As NewPlayerRec

```

NewPlayer as NewPlayerRec is marked

Its the same like

Public OldPlayer As OldPlayerRec

And thats not marked…

If i change the order and put the Oldplayer stuff there where the newPlayer stuff is then its marking oldplayer if i delete one of them two its working but they need to be there -> Converting process

----

I changed now the code that it pick the multichar stuff direct but its still there annoying... its all the same like OldPlayerRec >:<~~

~~If i comment out Char(1 To MAX_PLAYER_CHARACTERS) As NewCharRec its working hmm…~~

Okay… i got it working Or most i changed the rec stuff limited the chars to 3

but its not converting correct...

So if someone can fix it / Make me an converter PM me ill pay >.<
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...