Mob droppt Item [Quest]

  • Sollte etwas unklar sein hierzu bitte eine PN schreiben werde auf Kommentare nur ggf. antworten


    Starten und stoppen der Quest natürlich ingame möglich.


    Viel Spaß hiermit :thumbsup:


    ---- anOS - 2013 Skype:mt2pro
    quest anOS_kill_system begin
    state start begin
    when kill begin
    local STATUS = game.get_event_flag("anOS_STAT")
    if STATUS == 1 then
    if npc.is_pc() then
    else
    local random_number = math.random(1,50)
    if random_number == 1 then
    game.drop_item_with_ownership(299)
    end
    end
    else
    end
    end
    when 20095.chat." GM : drop system CP " with pc.is_gm() begin
    local STATUS = game.get_event_flag("anOS_STAT")
    if STATUS == 0 then
    say(" welcome in drop system CP ")
    say(" ")
    say(" drop system isn't active now! ")
    say(" do you want to active it? ")
    local s = select(" yes "," no ")
    if s == 1 then
    syschat(" Drop system has been active ")
    game.set_event_flag("anOS_STAT",1)
    end
    elseif STATUS == 1 then
    say(" welcome in drop system CP ")
    say(" ")
    say(" drop system is active now ")
    say(" do you want to stop it? ")
    local ss = select(" yes "," no")
    if ss == 1 then
    syschat(" drop has been stop! ")
    game.set_event_flag("anOS_STAT",0)
    end
    end
    end
    end
    end

  • Dieses Thema enthält 6 weitere Beiträge, die nur für registrierte Benutzer sichtbar sind, bitte registrieren Sie sich oder melden Sie sich an um diese lesen zu können.