Quote:
Another fix for the jewelry upgrading. If you upgrade to +20 it'll kick you out because it can't execute it into the database. So edit this:
FlyffWorld > Server > Main > Treaded.cs
Change this...
Code:
Database.Execute("INSERT INTO flyff_items VALUES ({0},{1},{2},{3},{4},'{5}',{6},{7},{8},{9},{10})",
to...
Code:
Database.Execute("INSERT INTO flyff_items VALUES ({0},{1},{2},{3},{4},'{5}',{6},{7},{8},{9},{10}, {11}, {12}, {13}, {14}, {15}, {16}, {17}, {18}, {19}, {20})",
-------------------------------------------------------------------------------
I could translate dialogs to german :P
hmmmm but what have you put after : {20})", cause you need to give parameter to put in {11}...{20}... have you tried this ? cause it's a little strange.