Cerere Quest kill mob notice_all

buna ziua infomanii am si eu nevoie de un quest Kill mob notice_all sa vada si cel care a omorat dar si ceilalti de pe tot serverul ce boss a omorat.
va rog frumos multumesc.
Uite aici
Cod:
quest mob_kill_notice begin
    state start begin
        when 2492.kill with pc.get_channel_id()==1 begin
            notice_all ( pc.getname() , " l-a omorat pe Generalul Yonghan (CH1), urmatorul respawn il are peste 90 de minute !" )
        end
        when 2492.kill with pc.get_channel_id()==2 begin
            notice_all ( pc.getname() , " l-a omorat pe Generalul Yonghan (CH2), urmatorul respawn il are peste 90 de minute !" )
        end
        when 2492.kill with pc.get_channel_id()==3 begin
            notice_all ( pc.getname() , " l-a omorat pe Generalul Yonghan (CH3), urmatorul respawn il are peste 90 de minute !" )
        end
        when 2492.kill with pc.get_channel_id()==4 begin
            notice_all ( pc.getname() , " l-a omorat pe Generalul Yonghan (CH4), urmatorul respawn il are peste 90 de minute !" )
        end
        when 3791.kill with pc.get_channel_id()==1 begin
            notice_all ( pc.getname() , " l-a omorat pe Regele Wubba (CH1), urmatorul respawn il are peste trei ore !" )
        end
        when 3791.kill with pc.get_channel_id()==2 begin
            notice_all ( pc.getname() , " l-a omorat pe Regele Wubba (CH2), urmatorul respawn il are peste trei ore !" )
        end
        when 3791.kill with pc.get_channel_id()==3 begin
            notice_all ( pc.getname() , " l-a omorat pe Regele Wubba (CH3), urmatorul respawn il are peste trei ore !" )
        end
        when 3791.kill with pc.get_channel_id()==4 begin
            notice_all ( pc.getname() , " l-a omorat pe Regele Wubba (CH4), urmatorul respawn il are peste trei ore !" )
        end
        when 3390.kill with pc.get_channel_id()==1 begin
            notice_all ( pc.getname() , " l-a omorat pe Lemures Print (CH1), urmatorul respawn il are peste o ora !" )
        end
        when 3390.kill with pc.get_channel_id()==2 begin
            notice_all ( pc.getname() , " l-a omorat pe Lemures Print (CH2), urmatorul respawn il are peste o ora !" )
        end
        when 3390.kill with pc.get_channel_id()==3 begin
            notice_all ( pc.getname() , " l-a omorat pe Lemures Print (CH3), urmatorul respawn il are peste o ora !" )
        end
        when 3390.kill with pc.get_channel_id()==4 begin
            notice_all ( pc.getname() , " l-a omorat pe Lemures Print (CH4), urmatorul respawn il are peste o ora !" )
        end
        when 3090.kill with pc.get_channel_id()==1 begin
            notice_all ( pc.getname() , " l-a omorat pe Gnoll Lord (CH1), urmatorul respawn il are peste o ora !" )
        end
        when 3090.kill with pc.get_channel_id()==2 begin
            notice_all ( pc.getname() , " l-a omorat pe Gnoll Lord (CH2), urmatorul respawn il are peste o ora !" )
        end
        when 3090.kill with pc.get_channel_id()==3 begin
            notice_all ( pc.getname() , " l-a omorat pe Gnoll Lord (CH3), urmatorul respawn il are peste o ora !" )
        end
        when 3090.kill with pc.get_channel_id()==4 begin
            notice_all ( pc.getname() , " l-a omorat pe Gnoll Lord (CH4), urmatorul respawn il are peste o ora !" )
        end
        when 3491.kill with pc.get_channel_id()==1 begin
            notice_all ( pc.getname() , " l-a omorat pe Triton (CH1), urmatorul respawn il are peste o ora !" )
        end
        when 3491.kill with pc.get_channel_id()==2 begin
            notice_all ( pc.getname() , " l-a omorat pe Triton (CH2), urmatorul respawn il are peste o ora !" )
        end
        when 3491.kill with pc.get_channel_id()==3 begin
            notice_all ( pc.getname() , " l-a omorat pe Triton (CH3), urmatorul respawn il are peste o ora !" )
        end
        when 3491.kill with pc.get_channel_id()==4 begin
            notice_all ( pc.getname() , " l-a omorat pe Triton (CH4), urmatorul respawn il are peste o ora !" )
        end
        when 1192.kill with pc.get_channel_id()==1 begin
            notice_all ( pc.getname() , " a omorat-o pe Vrajitoarea de gheata (CH1), urmatorul respawn il are peste 90 de minute !" )
        end
        when 1192.kill with pc.get_channel_id()==2 begin
            notice_all ( pc.getname() , " a omorat-o pe Vrajitoarea de gheata (CH2), urmatorul respawn il are peste 90 de minute !" )
        end
        when 1192.kill with pc.get_channel_id()==3 begin
            notice_all ( pc.getname() , " a omorat-o pe Vrajitoarea de gheata (CH3), urmatorul respawn il are peste 90 de minute !" )
        end
        when 1192.kill with pc.get_channel_id()==4 begin
            notice_all ( pc.getname() , " a omorat-o pe Vrajitoarea de gheata (CH4), urmatorul respawn il are peste 90 de minute !" )
        end
        when 2291.kill with pc.get_channel_id()==1 begin
            notice_all ( pc.getname() , " l-a  omorat pe Dragonul Rosu (CH1), urmatorul respawn il are peste doua ore !" )
        end
        when 2291.kill with pc.get_channel_id()==2 begin
            notice_all ( pc.getname() , " l-a  omorat pe Dragonul Rosu (CH2), urmatorul respawn il are peste doua ore !" )
        end
        when 2291.kill with pc.get_channel_id()==3 begin
            notice_all ( pc.getname() , " l-a  omorat pe Dragonul Rosu (CH3), urmatorul respawn il are peste doua ore !" )
        end
        when 2291.kill with pc.get_channel_id()==4 begin
            notice_all ( pc.getname() , " l-a  omorat pe Dragonul Rosu (CH4), urmatorul respawn il are peste doua ore !" )
        end
       
    end
end