Jump to content

Tulong


GMynna

Recommended Posts


  • Group:  Members
  • Topic Count:  28
  • Topics Per Day:  0.01
  • Content Count:  58
  • Reputation:   1
  • Joined:  08/23/14
  • Last Seen:  

hi good day... new p lng kci ako sa rathena.. my mga tanong lng po ako.... kci bgong bili lng yyng RO VPS ko.. nka Renewal setting xa.. gusto ko sanang ma set xa ng Pre-renewal .... So ang una kong ginawa is disable ang "renewal.h" so ang gusto ko sanang next na mangyari is i set ang MONSTER and items into pre-renewal.. meron easiest way na ma turn ko xa into pre-renewal?? kung meron man my guides ba kayo?? thanks Filipino GM's

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  91
  • Topics Per Day:  0.02
  • Content Count:  309
  • Reputation:   6
  • Joined:  04/24/12
  • Last Seen:  

ang pg kakalam ko seperate ang item_db at mob_db ng pre-renewal sa renewal.. so dinisable mo ung renewal so i reread nia ung pre-renewal item_DB and mob_db

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  28
  • Topics Per Day:  0.01
  • Content Count:  58
  • Reputation:   1
  • Joined:  08/23/14
  • Last Seen:  

ang pg kakalam ko seperate ang item_db at mob_db ng pre-renewal sa renewal.. so dinisable mo ung renewal so i reread nia ung pre-renewal item_DB and mob_db

 

pa check po e2  e2 n po ung ginawa kong pag disable ... pero ung monster nka set p din ng renewal saka yng items

 

 

#ifndef _CONFIG_RENEWAL_H_
#define _CONFIG_RENEWAL_H_
 
//quick option to disable all renewal option, used by ./configure
//#define PRERE
#ifndef PRERE
/**
 * 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
//#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 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
 
/// renewal stat calculations
/// (disable by commenting the line)
///
/// leave this line to enable renewal calculation for increasing status/parameter points
//#define RENEWAL_STAT
 
#endif
 
#endif // _CONFIG_RENEWAL_H_
 
my mali po ba??
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  55
  • Reputation:   2
  • Joined:  09/11/13
  • Last Seen:  

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  28
  • Topics Per Day:  0.01
  • Content Count:  58
  • Reputation:   1
  • Joined:  08/23/14
  • Last Seen:  

 

 ayun thank you :)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  55
  • Reputation:   2
  • Joined:  09/11/13
  • Last Seen:  

 

 

 ayun thank you :)

 

you are welcome :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...