Jump to content

Moonlight Event


Go to solution Solved by MORTE,

Recommended Posts

quest event_moonlight_2014 begin
    state start begin
        when kill with game.get_event_flag("event_ayisigi_drop") == 1 and not npc.is_pc() begin
            if npc.get_level() > pc.get_level() - 10 then
                local s = number(1,250)
                if s == 1 then
                game.drop_item_with_ownership("50011",1)
                return
                end
            end
        end
    end
end

 

That is what i found online , but how do i activate it in-game?

Link to comment
Share on other sites

  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.