Nuevas monturas peguen

Topic created · 2 Mensajes · 596 Visitas
  • buenas alguien sabe si es posible acer que las nuevas monturas peguen?

  • 1.Abres el winscp y vamos a esta ruta:

    /usr/rain/channel/share_data/locale/hongkong/quest/object
    

    2.Creamos 4 carpetas con estos nombres:

    71120,71118,71116,7114
    

    3.Dentro de cada una abrimos una carpeta llamada

    use
    

    4.Dentro de ella abres un bloc de texto con este nombre:

    forked_road.start
    

    5.Carpeta 71120 en (forked_road.start)

    if pc.get_level() >= 90 then
    chat("Invocar León!")
    horse.ride()
    affect.remove_collect()
    pc.mount(20113, 1800)
    pc . remove_item ( "71120" , 1 )
    affect.add_collect(apply.ATT_GRADE_BONUS,200,1800)
    else
    chat("Deves ser minimo nivel 90!")
    end
    

    Carpeta 71118:

    if pc.get_level() >= 90 then
    chat("Invocar Tigre!")
    horse . ride ( )
    affect.remove_collect()
    pc.mount(20112, 1800)
    pc.removeitem(71118, 1)
    affect.add_collect(apply.ATT_GRADE_BONUS,200,1800)
    else
    chat("Deves ser minimo nivel 90!")
    end
    

    Carpeta 71116

    if pc.get_level() >= 90 then
    chat("Invocar Lobo!")
    horse . ride ( )
    affect.remove_collect()
    pc.mount(20111, 1800)
    pc.removeitem(71116, 1)
    affect.add_collect(apply.ATT_GRADE_BONUS,200,1800)
    else
    chat("Deves ser minimo nivel 90!")
    end
    

    Carpeta 71114:

    if pc.get_level() >= 90 then
    chat("Invocar Jabali!")
    horse . ride ( )
    affect.remove_collect()
    pc.mount(20110, 1800)
    pc.removeitem(71114, 1)
    affect.add_collect(apply.ATT_GRADE_BONUS,200,1800)
    else
    chat("Deves ser minimo nivel 90!")
    end
    

    6. Abres el juego y invocamos el item para llamar a la montura y listo :wiii: .

    PD:Editas lo del lv y etc.. (Alguna duda avisa 😉 )

    Saludos.