is that eudemon warehouse ? if so its easy
go to your cq_npc and look for entries with the data3 parameter of 10. For each page you want, add 5 to that number.
For example, if you want 10 pages, change the number to 50. (10[Original 2 Pages] + 5[1 more page] + 5 + 5 + 5 + 5 + 5 + 5 + 5 = 50spaces[10 pages])
12/17/2010 09:51redburn89#3
just use this query..for alittle bit easy..
update cq_npc set data3=50 where task0=9539313 and id=1970;
restart you server and it will be ok..