hey i want to make every monster which have this id [3033] to drop this iteam [1033132] can any one help ? also i want to ask if i can make amob drop more than one iteam ?
update cq_dropitemrule set item0=1033132 where group_id=3033; update cq_dropitemrule set item1=1033132 where group_id=3033; update cq_dropitemrule set item2=1033132 where group_id=3033; update cq_dropitemrule set item3=1033132 where group_id=3033; update cq_dropitemrule set item4=1033132 where group_id=3033; update cq_dropitemrule set item5=1033132 where group_id=3033; update cq_dropitemrule set item6=1033132 where group_id=3033; update cq_dropitemrule set item7=1033132 where group_id=3033; update cq_dropitemrule set item8=1033132 where group_id=3033; update cq_dropitemrule set item9=1033132 where group_id=3033; update cq_dropitemrule set item10=1033132 where group_id=3033; update cq_dropitemrule set item11=1033132 where group_id=3033; update cq_dropitemrule set item12=1033132 where group_id=3033; update cq_dropitemrule set item13=1033132 where group_id=3033; update cq_dropitemrule set item14=1033132 where group_id=3033; [code]If want to edit chance, update cq_dropitemrule set chance=CHANCE% where group_id=3033;
if i add more that one iteam from amob it will be harmfull ?Quote:
[/code]Code:update cq_dropitemrule set item0=1033132 where group_id=3033; update cq_dropitemrule set item1=1033132 where group_id=3033; update cq_dropitemrule set item2=1033132 where group_id=3033; update cq_dropitemrule set item3=1033132 where group_id=3033; update cq_dropitemrule set item4=1033132 where group_id=3033; update cq_dropitemrule set item5=1033132 where group_id=3033; update cq_dropitemrule set item6=1033132 where group_id=3033; update cq_dropitemrule set item7=1033132 where group_id=3033; update cq_dropitemrule set item8=1033132 where group_id=3033; update cq_dropitemrule set item9=1033132 where group_id=3033; update cq_dropitemrule set item10=1033132 where group_id=3033; update cq_dropitemrule set item11=1033132 where group_id=3033; update cq_dropitemrule set item12=1033132 where group_id=3033; update cq_dropitemrule set item13=1033132 where group_id=3033; update cq_dropitemrule set item14=1033132 where group_id=3033; [code]If want to edit chance, update cq_dropitemrule set chance=CHANCE% where group_id=3033;
Alright, You can make a monster drop 15 different items.. make whatever you want in item0-item14. if you want me to make another monster drop something, find that monsters ID and put that as group_idQuote:
if i add more that one iteam from amob it will be harmfull ?
and what about if i want to make each monster drom an iteam so it must be every monster drop iteam so what chance i must put there ?
however you can make a monster drop 150 different kind of things :bandit:Quote:
Alright, You can make a monster drop 15 different items.. make whatever you want in item0-item14. if you want me to make another monster drop something, find that monsters ID and put that as group_id
update cq_dropitemrule set item0=AnyItem where group_id=3033;