dekspyware Posted July 26, 2016 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 15 Reputation: 11 Joined: 10/21/12 Last Seen: September 21, 2024 Share Posted July 26, 2016 I want only status and item to pre-re server. I want to make a test server of TRO (new official) Can anyone guide me to edit src. Thanks to All comment. Quote Link to comment Share on other sites More sharing options...
0 REKT Posted July 26, 2016 Group: Members Topic Count: 24 Topics Per Day: 0.00 Content Count: 206 Reputation: 11 Joined: 12/06/11 Last Seen: September 13, 2024 Share Posted July 26, 2016 src/config/renewal.h simple uncomment. Quote Link to comment Share on other sites More sharing options...
0 dekspyware Posted July 27, 2016 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 15 Reputation: 11 Joined: 10/21/12 Last Seen: September 21, 2024 Author Share Posted July 27, 2016 (edited) sorry for not clearly Question. I want to be like this. PRE-RE server with: Status On equipment to renewal ( for example.Cotton Shirt is def 1 on PRE-RE and 10 For Renewal I want it to be 10(Renewal) ) ATK MATK HIT CRI DEF MDEF FLEE ASPD Is renewal. And leave other thing To PRE-RE normaly. Thanks. And Sorry for my bad english. Edited July 27, 2016 by dekspyware Quote Link to comment Share on other sites More sharing options...
0 Fratini Posted July 29, 2016 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 153 Reputation: 8 Joined: 07/01/14 Last Seen: May 3, 2018 Share Posted July 29, 2016 sorry for not clearly Question. I want to be like this. PRE-RE server with: Status On equipment to renewal ( for example.Cotton Shirt is def 1 on PRE-RE and 10 For Renewal I want it to be 10(Renewal) ) ATK MATK HIT CRI DEF MDEF FLEE ASPD Is renewal. And leave other thing To PRE-RE normaly. Thanks. And Sorry for my bad english. If you want only equipment, go in you db/re files, open the item_db.txt and copy-paste the equipments section in db/pre-re item_db.txt Remember, make a copy of your pre-re item_db.txt Quote Link to comment Share on other sites More sharing options...
0 dekspyware Posted August 6, 2016 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 15 Reputation: 11 Joined: 10/21/12 Last Seen: September 21, 2024 Author Share Posted August 6, 2016 (edited) Thanks guy. For who looking for server setting Like my Topic : Goto src/config/renewal.h uncomment #define RENEWAL Copyfiles youwant to chang db/pre-re to db/re //////////////////////////////////////////////////////////////////////// Got new problem with skill damage. it's too high X_X Anyone Knows About how to config to Pre-re damage eg. In PRERE Double Strafe DMG 15xx In RENEWAL Double Strafe DMG 22xx how to chang it to damage calculate to PRE-RE ? (but server still In RENEWAL status ( ATK MATK HIT CRI DEF MDEF FLEE ASPD Is renewal.) ) I try //#define RENEWAL_LVDMG < but still same dmg Thanks You guy for the answer! Edited August 6, 2016 by dekspyware Quote Link to comment Share on other sites More sharing options...
0 dekspyware Posted August 6, 2016 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 15 Reputation: 11 Joined: 10/21/12 Last Seen: September 21, 2024 Author Share Posted August 6, 2016 (edited) // Copyright (c) rAthena Dev Teams - Licensed under GNU GPL // For more information, see LICENCE in the main folder #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 and enable fixed cast bonuses. /// See also default_fixed_castrate in conf/battle/skill.conf for default fixed cast time (default is 20%). /// Cast time is altered be 2 portion, Variable Cast Time (VCT) and Fixed Cast Time (FCT). /// By default FCT is 20% of VCT (some skills aren't) /// - VCT is decreased by DEX * 2 + INT. /// - FCT is NOT reduced by stats, reduced by equips or buffs. /// Example: /// On a skill whos cast time is 10s, only 8s may be reduced. the other 2s are part of a FCT //#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 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_ did i do something wrong ? status still pre-re :'( Thanks for answer. Edited August 6, 2016 by dekspyware Quote Link to comment Share on other sites More sharing options...
Question
dekspyware
I want only status and item to pre-re server.
I want to make a test server of TRO (new official)
Can anyone guide me to edit src.
Thanks to All comment.
Link to comment
Share on other sites
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.