OnSpecialMobKill: if(rand(101) <= @g_chance) { if(@g_amount_rand) getitem @g_item,rand(1,@g_amount); else getitem @g_item,@g_amount; } end;