v40b Development

Newbie Spellweaver
Joined
Feb 15, 2016
Messages
27
Reaction score
0
I am having issues creating characters, I have looked all over the help and the source topic. I do everything said but I keep having this type of error


I add petid in maple character as
pse.setInt(16, equip.getHands());
pse.setInt(17, equip.getSpeed());
pse.setInt(18, equip.getJump());
pse.setInt(19, equip.getRingId())
pse.setInt(20, equip.getPetId());
but then I get an error saying I can't have 20. I am stumped.
 
Junior Spellweaver
Joined
Apr 30, 2012
Messages
100
Reaction score
41
" Column count doesn't match value count"

Look at your query text, are there 20 columns?
 
Upvote 0