[Question]How to change limit lvl from 255 to 137?

05/13/2010 10:48 GosZ#1
hi all...who can help me..with change limit lvl from 255 to 137..:handsdown:
05/13/2010 19:06 King_Arthur#2
Try looking at the threads that change from 137 to 255 and do the opposite. Here are a few to look at:
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
05/13/2010 19:23 GosZ#3
not loll...i want 137 limit..my db limit 255..i want change loll..
05/14/2010 03:06 I Am Murtah#4
I think its in cq_levxp or whatever it is, Sort them Ascending and Delete all the entires of "Level" Above 137 (I'm not 100% on this, so backup your cq_levxp before doing anything.
05/14/2010 13:35 zspider#5
u can just use cq_levxp from manequin DB
05/14/2010 13:38 KikkenF#6
Quote:
Originally Posted by GosZ View Post
not loll...i want 137 limit..my db limit 255..i want change loll..
Invert process?

If you can make it 255 (by using the threads listed above), you can make it 137 aswell.
05/14/2010 19:43 magewarior2#7
yeah, instead of 255 you insert 137

Little script to help you :)

Script:
Code:
update cq_config set data1= '137' where id= '10';