[HELP]Query for max lev255

06/26/2010 17:58 CyberServer#1
hello i cant found query for max lev 255 can anyone give back me the link please:handsdown::handsdown::handsdown::handsdown:
06/26/2010 18:12 Eurion#2
Check my response in the private message you sent me. I've added the needed updates, and instructions on what you should do.
06/26/2010 18:28 CyberServer#3
thanx alot eurion
06/26/2010 19:12 Resende#4
Quote:
Originally Posted by Eurion View Post
Check my response in the private message you sent me. I've added the needed updates, and instructions on what you should do.
could post the instructions here friend?

ty
06/26/2010 19:36 Eurion#5
Quote:
Originally Posted by Resende View Post
could post the instructions here friend?

ty
Here's the sql. Its Just run it in navicat. Then do a server restart. I would suggest that you back up your cq_config and cq_levexp tables.
06/26/2010 20:42 CyberServer#6
[SQL] INSERT INTO `cq_levexp` VALUES ('1', '0', '0001', '3002', '3002', '0400', '160', '4', '1600', '4', '136024', '10', '75', '4', '0', '2', '311040', '0', '0');
[Err] 1062 - Duplicate entry '1' for key 1

eurion is it i do something wrong please check it if i am wrong
06/26/2010 20:49 Eurion#7
Make sure if your just running the insert queries that you empty your table first. That is why I included a drop of the table and a creation of a new one.


The error is just telling you that the id= 1 is taken.
06/26/2010 20:53 CyberServer#8
so i need to empty the table 1st got it men thanks...