Quote:
Originally Posted by louise32
lol well ur 1 step closer than me how did u make it to where u can buy them? maybe we can work together on this.
|
ok ill tell u wat i did.
lets say for example the pet 729620.
try to run this sql script on new query
delete from cq_goods where id= 729620;
insert into cq_goods values ('729620','1207','729620');
update cq_itemtype set emoney= 400 where id= 729620;
also, make an dump file of the cq_itemtype and go find 1081620 and then copy the whole...its kinda like this
INSERT INTO `cq_itemtype` VALUES ('1020140', 'MagicBox20', '0', '0', '0', '0', '0', '0', '0', '0', '55', '0', '0', '7081735', '0', '0', '0', '0', '0', '0', '0', '1', '65535', '0', '0', '0', '0', '0', '0', '0', '0', '00', '00', '00', '0000', '0000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
this is just a sample of the command, just find the above id 1081620...and then go and add it on ur new query...
with that u can buy the pet on the shopping mall but the problem is u still cant add it on ur egg bag...still finding a solution.