[HELP]Drop iteams

05/04/2010 20:49 medoimedoi123#1
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 ?
05/05/2010 01:49 .Ash#2
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;
[/code]
05/05/2010 07:33 medoimedoi123#3
Quote:
Originally Posted by SpongeBox View Post
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;
[/code]
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 ?
05/05/2010 20:33 .Ash#4
Quote:
Originally Posted by medoimedoi123 View Post
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 ?
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;
05/07/2010 12:36 magewarior2#5
Quote:
Originally Posted by SpongeBox View Post
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;
however you can make a monster drop 150 different kind of things :bandit:
05/07/2010 13:23 T.h.u.n.d.e.r#6
What about chance ??
05/07/2010 19:04 chaosblade#7
Quote:
Originally Posted by T.h.u.n.d.e.r View Post
What about chance ??
From what I know about chance, the server reads it as a decimal so basically.

400,000 = .400%
4,000,000= 4.00%
40,000,000= 40.00%

So on and on.

Ex.
Code:
UPDATE `cq_dropitemrule` SET `chance`='400000'
05/11/2010 17:00 stedabest321#8
Can any one help me please I need to Know How to make a VIP map Like i want to make Icemaze a VIP7 map If u can help me Thanks Pm me thanks!! nd also i want 2 know how to make a sertin map Drop 2700 ep cards only :/ Please help