f1r3
Posts: 17 Join date: 2008-08-18
 | Subject: character doesnt save Mon Aug 18, 2008 11:08 am | |
| i have a big problem ever when i level up and change channel i get rollback |
|
Flav
Posts: 24 Join date: 2008-08-16
 | Subject: Re: character doesnt save Mon Aug 18, 2008 11:09 am | |
| I had this problem a week ago, upload your MapleCharacter.java file and give me the link please. |
|
f1r3
Posts: 17 Join date: 2008-08-18
 | Subject: Re: character doesnt save Mon Aug 18, 2008 11:16 am | |
| |
|
Flav
Posts: 24 Join date: 2008-08-16
 | Subject: Re: character doesnt save Mon Aug 18, 2008 11:17 am | |
| It's the same problem as I had. Change | Code: | + "meso = ?, hpApUsed = ?, mpApUsed = ?, spawnpoint = ?, party = ?, buddyCapacity = ?, messengerid = ?, messengerposition = ?, reborns = ?, pvpkills = ?, pvpdeaths = ?, WHERE id = ?"); |
to
| Code: | + "meso = ?, hpApUsed = ?, mpApUsed = ?, spawnpoint = ?, party = ?, buddyCapacity = ?, messengerid = ?, messengerposition = ?, reborns = ?, pvpkills = ?, pvpdeaths = ? WHERE id = ?"); |
As you can ass, the problem is that you set a , before the WHERE id = ?. |
|
f1r3
Posts: 17 Join date: 2008-08-18
 | Subject: Re: character doesnt save Mon Aug 18, 2008 11:18 am | |
| OMG OMG OMG thanks so much i try it out now  |
|