My boss isnt dropping

10/24/2013 08:34 .Horror.#1
Ive checked the corresponding id's in dropitemrule , monstertype etc. its just not dropping any items
Cq_monstertype
Cq_dropitemrule
~Your Horrors
10/24/2013 16:42 idlemonkey#2
you could add an action to it which will give a 100% chance of a drop and skip the dropitem rule .... or add a couple 121 actions to give it some variation or only allow it to drop t random
Code:
1000	0	0	801	0	dropitem [itemid]
or try making your chance , and explode chance higher

note:explode chance controls the huge multiple drops that you get from the normal bosses when you kill them with low level pets
10/24/2013 21:21 .Horror.#3
Quote:
you could add an action to it which will give a 100% chance of a drop and skip the dropitem rule .... or add a couple 121 actions to give it some variation or only allow it to drop t random
Code:
1000 0 0 801 0 dropitem [itemid]or try making your chance , and explode chance higher

note:explode chance controls the huge multiple drops that you get from the normal bosses when you kill them with low level pets
I know about the drop action just wasnt sure of its action type , ty
~Your Horrors
10/24/2013 23:14 idlemonkey#4
Quote:
Originally Posted by .Horror. View Post
I know about the drop action just wasnt sure of its action type , ty
~Your Horrors
if youre ever unsure of what action type to use just sort cq_action by type and read it sideways .... its just as good as any instruction manual