Hey guys .. i wanna ask how can i give item or eudemon in their inventory .. when they all donate to me for buying item or pets .? like they all relog then the item have at their inventory ?:o
why u wanna make hard way .?maybe just give to them manually .?:confused:Quote:
Hey guys .. i wanna ask how can i give item or eudemon in their inventory .. when they all donate to me for buying item or pets .? like they all relog then the item have at their inventory ?:o
im not say that so hard .im just saying why OP must using hard WAY whereas got a easy way .Quote:
aziq its not that hard
he needs to add the item in cq_item
if not he needs to play with cq_eudemon / cq_item
it would look as a more proper way to have it when he restarts
& TiGeRkiwi32 if u have made tests and tried that ull learn new staff
bugs are required to make a job done
and im 10% sure it wont be a bug ;)
Regards
um..? it depends on which one your talking about. if your talking about pet what i do is i create the pet make it to what so ever they want to star to be and then i scroll all the way over until i see Owner Id type in there id and when they said ID type in theres as well and they should have the pet. i hope i helped.Quote:
Hey guys .. i wanna ask how can i give item or eudemon in their inventory .. when they all donate to me for buying item or pets .? like they all relog then the item have at their inventory ?:o
insert into cq_item (TYPE,owner_id,player_id,amount,amount_limit,POSITION) values (item id, player id, player id, amount, max amount, 50);
Quote:
give item to inventory
remember to adjust amount and amount_limit for durability if you would like to give casual bla3Code:insert into cq_item (TYPE,owner_id,player_id,amount,amount_limit,POSITION) values (item id, player id, player id, amount, max amount, 50);