[Help] Adding pets

02/08/2009 21:06 pktman#1
ok i have a problem with my new pets. i had the new pets on but the problem is that i cant buy them at shoping mall and cant get it to appear to invent. if u ise awarditem the egg directly goes to the egg bag.

What should i go to add those new pets? and where do i add in them? cq_grade or etc?

pls help tnx...
02/08/2009 22:30 dute_ma#2
in shoping mall u add on cq_goods...and as for PM command...search for another ones...they have 2 ID's ones for inventory and the second for eudemon bag...
02/09/2009 04:41 pktman#3
Quote:
Originally Posted by dute_ma View Post
in shoping mall u add on cq_goods...and as for PM command...search for another ones...they have 2 ID's ones for inventory and the second for eudemon bag...
the egg is in the shopping mall but not not buyable. and u can also use awarditem command to get it but it goes directly to my egg bag not on the invent which it normally appears when u use the command.
02/09/2009 10:21 dute_ma#4
1081370 and 729484 ....this is some litle gorila...don't know how to say...but as u see it's haveing 2 ID's ....one goes in inventory i think first and the second 729484 goes in eudemon bag....as for eudemons in shoping mall...check theyr ID in ur shop.dat ....and see if they fit
02/09/2009 10:24 pktman#5
the ids are there and also found it at cq_goods. problem is i can buy them at shoppping mall. i dont know why but i already tried a lot of things...
02/09/2009 10:26 dute_ma#6
then...it's ur shop.dat...i can't help u with that cuz i'm not an hex edit(at least not yet)...someone has been posted a guide where u can add items...and u can see ID's of eudemons...u can change there...cuz maybe ur cq_itemtype eudemons ID are different from shop.dat eud ID's
02/09/2009 11:55 lightnin86#7
Quote:
Originally Posted by pktman View Post
the ids are there and also found it at cq_goods. problem is i can buy them at shoppping mall. i dont know why but i already tried a lot of things...
look at your cq_itemtype and look for the itemcode 729484.
At the emoney column make sure there is a value put there.
If the value put there is 0, you can't buy it.
Check your cq_goods also and make sure that 729484 is there as a shopping mall item.
02/10/2009 06:05 pktman#8
Quote:
Originally Posted by lightnin86 View Post
look at your cq_itemtype and look for the itemcode 729484.
At the emoney column make sure there is a value put there.
If the value put there is 0, you can't buy it.
Check your cq_goods also and make sure that 729484 is there as a shopping mall item.
im one step closer to victory, now i can buy the new eggs in the mall but and its in the invent but i cant right click on it so it transfer in the egg bag.
i mean, the egg are in my invent but cant get it to appear in the egg bag so i can hatch it..hehe
hope u guys help some more, i think this problem is on cq_action...what do u think guys
can anyone make an cq_action sql script so i can add the pet on the egg bag.

ids i saw;
cq_itemtype
1. 1081620
2. 1079620
3. 1079621
4.1079623

cq_goods
1. 729620

cq_action
1. 1081620
2. 729620
02/11/2009 19:51 louise32#9
Quote:
Originally Posted by pktman View Post
im one step closer to victory, now i can buy the new eggs in the mall but and its in the invent but i cant right click on it so it transfer in the egg bag.
i mean, the egg are in my invent but cant get it to appear in the egg bag so i can hatch it..hehe
hope u guys help some more, i think this problem is on cq_action...what do u think guys
can anyone make an cq_action sql script so i can add the pet on the egg bag.

ids i saw;
cq_itemtype
1. 1081620
2. 1079620
3. 1079621
4.1079623

cq_goods
1. 729620

cq_action
1. 1081620
2. 729620

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.
02/11/2009 20:53 pktman#10
Quote:
Originally Posted by louise32 View Post
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.
02/11/2009 21:23 louise32#11
Quote:
Originally Posted by pktman View Post
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.
ty i'll try it
02/12/2009 13:49 louise32#12
Quote:
Originally Posted by pktman View Post
the egg is in the shopping mall but not not buyable. and u can also use awarditem command to get it but it goes directly to my egg bag not on the invent which it normally appears when u use the command.

i managed to get about 20 of the new eggs to work, where u can buy them and right click on them when they are in ur inventory i am working on the rest when i get it sorted out if u are no closer i will send u my files to help you out :)