So when u enter /awarditem "eggid" you dont see the egg in your bag?
1. Check your ani files, to make sure the egg is the same for the specific pet- for example b1.
2. Make sure the pets egg in "Data" forlder is there.
3. Check your cq_action query. It shoul look something like this:
insert into cq_action (id,id_next,id_nextfail,type,data,param)
values
(8150653,8150654,8150657,508,0,'1 0 52'),
(8150654,8150655,0,502,811117,''),
(8150655,8150656,0,501,1081950,''),
(8150656,8150658,0,1085,0,'gmlog/action_log 380,%user_name[%user_id],0,0,1081950,0,0,811117,0,0'),
(8150657,0,0,126,0,'Please~make~a~space~in~your~eu demon~bags!'),
(8150658,0,0,126,0,'Congratz!~You!~got~your~eudemo n~egg!');
Bolded numbers are 108XXXX egg Id and Item type. All other numbers are cq_action numbers.