[HELP] chests of eudemons

12/17/2010 03:23 *Raz#1
How do I increase the pages of the chests of eudemons?

[Only registered and activated users can see links. Click Here To Register...]
12/17/2010 07:50 dani-filth0#2
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:51 redburn89#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..