xMrPwN Posted March 19, 2011 Posted March 19, 2011 Hey, I got a pretty stupid problem... I added an extra column to the "characters" table (for an X purpose....) and now im getting an error that it loads only 54 values for the character while I have added 55 which results in the character being unable to be created so he spawns in the middle of a lake with 0 HP and totally frozen... How do I fix this? ;/ Quote
0 vampir Posted March 19, 2011 Posted March 19, 2011 i think that u need to change core adding new colums(not 100% sure) Quote
0 Tryskell Posted March 20, 2011 Posted March 20, 2011 Remove the column, and learn how to add it properly if you don't know what to do with. Check how others mods add columns in characters table (their core support...). It's only related to L2PcInstance, and adding a column without core support will end to frozen character. It's not Mickey Mouse paradise. Quote
0 xMrPwN Posted March 20, 2011 Author Posted March 20, 2011 I'm trying to add the faction engine by Stefoulis15 and I've added EVERYTHING there is to add, that's why I'm confused ;/ thanks for your help, if you have any suggestions pls let me know... Quote
0 Tryskell Posted March 20, 2011 Posted March 20, 2011 Check CAREFULLY those variables (L2PcInstance): UPDATE_CHARACTER RESTORE_CHARACTER Count numbers of columns and of ",?" if necessary. Than check where those 2 variables are used. Basically, you have to add things here too. On IL, it's storeCharBase() && restore(int objectId) Give full error aswell to analyze it. More and less, use Laikeriz faction engine, it's far more advanced. Quote
Question
xMrPwN
Hey, I got a pretty stupid problem...
I added an extra column to the "characters" table (for an X purpose....) and now
im getting an error that it loads only 54 values for the character while I have added 55 which results in
the character being unable to be created so he spawns in the middle of a lake with 0 HP and totally frozen...
How do I fix this? ;/
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.