Jump to content

[HELP] need mounts quest ..


Recommended Posts

  • Former Staff
quest parlayan_binekler begin
        state start begin
        when 71124.use begin
    pc.mount(20114, 28800)
    pc.mount_bonus(apply.EXP_DOUBLE_BONUS,30,2400)
        end
        when 71125.use begin
    pc.mount(20115, 28800)
    pc.mount_bonus(apply.ATTBONUS_MONSTER,20,28800)
        end
        when 71126.use begin
    pc.mount(20116, 28800)
    pc.mount_bonus(apply.CRITICAL_PCT,10,28800)
        end
        when 71127.use begin
    pc.mount(20117, 28800)
    pc.mount_bonus(apply.CRITICAL_PCT,10,28800)
        end
        when 71128.use begin
    pc.mount(20118, 28800)
    pc.mount_bonus(apply.DEF_GRADE_BONUS,100,28800)
        end
        when 71131.use begin
    pc.mount(20119, 30000)
        end
        when 71132.use begin
    pc.mount(20119, 60000)
        end
        when 71133.use begin
    pc.mount(20119, 12000)
        end
        when 71134.use begin
    pc.mount(20119, 18000)
        end        
        when 71137.use begin
    pc.mount(20120, 28800)
    pc.mount_bonus(apply.EXP_DOUBLE_BONUS,20,28800)
        end    
        when 71138.use begin
    pc.mount(20121, 28800)
    pc.mount_bonus(apply.EXP_DOUBLE_BONUS,20,28800)
        end    
        when 71139.use begin
    pc.mount(20122, 28800)
    pc.mount_bonus(apply.EXP_DOUBLE_BONUS,20,28800)
    end    
        when 71140.use begin
    pc.mount(20123, 28800)
    pc.mount_bonus(apply.EXP_DOUBLE_BONUS,20,28800)
        end    
        when 71141.use begin
    pc.mount(20124, 28800)
    pc.mount_bonus(apply.EXP_DOUBLE_BONUS,20,28800)
        end    
        when 71142.use begin
    pc.mount(20125, 28800)
    pc.mount_bonus(apply.EXP_DOUBLE_BONUS,20,28800)
        end        
        when 52076.use begin
    pc.mount(20216, 12000)
        end            
    end
end           
Link to comment
Share on other sites

quest mount begin    
    state start begin
        when 71114.use or 71115.use or 71116.use or 71117.use or 71118.use begin
        
            if pc.is_mount() then pc.unmount() return end
        
            local item = {
            --   ITEM      MOUNT        BONUS
                [71114] = {20113,apply.DEF_GRADE_BONUS,2000},
                [71115] = {20114,apply.MAX_HP,5000},
                [71116] = {20115,apply.DEF_GRADE_BONUS,75},
                [71117] = {20116,apply.DEF_GRADE_BONUS,2000},
                [71118] = {20117,apply.DEF_GRADE_BONUS,2000},
            }
            
            local used = item[item.get_vnum()]
            pc.mount(used[1], 86400)
            pc.mount_bonus(used[2], used[3], 86400)
            
        end
    end
end

Try you, I did fast.

  • Love 1
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



  • Similar Content

  • Activity

    1. 5

      Effect weapons

    2. 3

      Crystal Metinstone

    3. 3

      Feeding game source to LLM

    4. 113

      Ulthar SF V2 (TMP4 Base)

    5. 3

      Feeding game source to LLM

    6. 0

      Target Information System

    7. 3

      Feeding game source to LLM

    8. 2

      anti exp explanation pls

  • Recently Browsing

    • No registered users viewing this page.
×
×
  • 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.