Jump to content

ScottPilgrim

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by ScottPilgrim

  1. tengo el emulador rAthena pero por alguna razon  no estan activas las formulas ni nada

     

    mi renewal.h

     

     

    // Copyright © rAthena Dev Teams - Licensed under GNU GPL
    // For more information, see LICENCE in the main folder
    #ifndef _CONFIG_RENEWAL_H_
    #define _CONFIG_RENEWAL_H_

    /**
     * rAthena configuration file (http://rathena.org)
     * For detailed guidance on these check http://rathena.org/wiki/SRC/config/
     **/

    /**
     * @INFO: This file holds general-purpose renewal settings, for class-specific ones check /src/config/classes folder
     **/

    /// game renewal server mode
    /// (disable by commenting the line)
    ///
    /// leave this line to enable renewal specific support such as renewal formulas
    #define RENEWAL

    /// renewal cast time
    /// (disable by commenting the line)
    ///
    /// leave this line to enable renewal casting time algorithms
    /// cast time is decreased by DEX * 2 + INT while 20% of the cast time is not reduced by stats.
    /// example:
    ///  on a skill whos cast time is 10s, only 8s may be reduced. the other 2s are part of a
    ///  "fixed cast time" which can only be reduced by specialist items and skills
    #define RENEWAL_CAST

    /// renewal drop rate algorithms
    /// (disable by commenting the line)
    ///
    /// leave this line to enable renewal item drop rate algorithms
    /// while enabled a special modified based on the difference between the player and monster level is applied
    /// based on the http://irowiki.org/wiki/Drop_System#Level_Factor table
    #define RENEWAL_DROP

    /// renewal exp rate algorithms
    /// (disable by commenting the line)
    ///
    /// leave this line to enable renewal item exp rate algorithms
    /// while enabled a special modified based on the difference between the player and monster level is applied
    #define RENEWAL_EXP

    /// renewal level modifier on damage
    /// (disable by commenting the line)
    ///
    // leave this line to enable renewal base level modifier on skill damage (selected skills only)
    #define RENEWAL_LVDMG

    /// renewal enchant deadly poison algorithm
    ///
    /// leave this line to enable the renewed EDP algorithm
    /// under renewal mode:
    ///  - damage is NOT increased by 400%
    ///  - it does NOT affect grimtooth
    ///  - weapon and status ATK are increased
    #define RENEWAL_EDP

    /// renewal ASPD [malufett]
    /// (disable by commenting the line)
    ///
    /// leave this line to enable renewal ASPD
    /// - shield penalty is applied
    /// - AGI has a greater factor in ASPD increase
    /// - there is a change in how skills/items give ASPD
    /// - some skill/item ASPD bonuses won't stack
    #define RENEWAL_ASPD

    #endif // _CONFIG_RENEWAL_H_
     

     

     

    alguien tiene alguna duda por que no funciona? :o

  2. Bueno el Siguiente NPC es un simple Npc Donde Tu puedes refinar los items a cambio de entregar una cierta cantidad de CashPoint

     

    Muy util para aquellos servidores donde manejan CashPoint

     

     

    donde ocuparan cambiar la cantidad de cashpoint! en mi caso pide 5, ustedes pueden aumentar el precio 

     

    if(#CASHPOINTS<=5) {

        set #CASHPOINTS, #CASHPOINTS-5;

     

     

    otra cosa muy importante dicho npc tenia un error ya que aun que tubieras el lvl maximo de refine seguia aumentando

     

    en mi caso tiene un limite de 9

     

    podrian poner ==10 o el limite que desean refinar con cash!

     

     if(getequiprefinerycnt(@Equipments_Part) >= 9) goto L_NoRefine;

     

     

     

    NOTA:   dicho script no fue echo por mi, ni me acuerdo donde lo saque pero creo que tenia unos errores saludos =)!

    Refiner.txt

    • Upvote 2
  3. Actualmente estoy testeando un servidor en mi pc !!! todo correcto pero el unico problema es que el mouse se sale de la pantalla

    actualmente uso el cliente

    2011-05-11aRagexeRE

    Alguien sabe como corregirlo??

    Bueno .... enrealidad tenia como 1 año que deje el RO asi que no eh investigado mas sobre ese problema :3!

×
×
  • Create New...