kitty14 Posted September 28, 2014 Group: Members Topic Count: 103 Topics Per Day: 0.02 Content Count: 323 Reputation: 4 Joined: 12/09/13 Last Seen: May 9, 2023 Share Posted September 28, 2014 (edited) hello ! my max aspd is 196 .. however rebellion has max agi and dex still cant reach max aspd..how will I correct this? Edited September 28, 2014 by kitty14 Quote Link to comment Share on other sites More sharing options...
Winz Posted September 28, 2014 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 1479 Reputation: 174 Joined: 12/14/11 Last Seen: November 21, 2016 Share Posted September 28, 2014 hmm, are you aware of pre-re and renewal stat system? in Renewal stat system, it's calculated like.... for example, you have 170 DEX, and your no_cast_dex is 170. in pre-re, you will have an instant cast (no longer casting the skill) but in Renewal, you will still cast the skill Quote Link to comment Share on other sites More sharing options...
kitty14 Posted September 29, 2014 Group: Members Topic Count: 103 Topics Per Day: 0.02 Content Count: 323 Reputation: 4 Joined: 12/09/13 Last Seen: May 9, 2023 Author Share Posted September 29, 2014 hello winz.. hmmmm. im using Renewal but unable renewal aspd im using pre-re attack speed..my no cast is 150 dex.. just want to know how to make rebellion do the same attack speed .. max 196.. other job can do max attack speed with 160 agi and 160 dex. but in rebellion even if i did 199 agi and 199 dex only 193 aspd Quote Link to comment Share on other sites More sharing options...
Winz Posted September 30, 2014 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 1479 Reputation: 174 Joined: 12/14/11 Last Seen: November 21, 2016 Share Posted September 30, 2014 (edited) hmmm, src/config/renewal.h:64? I mean src/config/renewal.h line 64: /// 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 Edited September 30, 2014 by Winz Quote Link to comment Share on other sites More sharing options...
kitty14 Posted September 30, 2014 Group: Members Topic Count: 103 Topics Per Day: 0.02 Content Count: 323 Reputation: 4 Joined: 12/09/13 Last Seen: May 9, 2023 Author Share Posted September 30, 2014 hmmm, src/config/renewal.h:64? I mean src/config/renewal.h line 64: /// 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 yup.. I did place "//" on it in order to get pre-renewal aspd.. all job aspd are fine they can reach 196 aspd except rebellion.. Quote Link to comment Share on other sites More sharing options...
Winz Posted October 2, 2014 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 1479 Reputation: 174 Joined: 12/14/11 Last Seen: November 21, 2016 Share Posted October 2, 2014 i mean.. and recompile the whole server? Quote Link to comment Share on other sites More sharing options...
kitty14 Posted October 2, 2014 Group: Members Topic Count: 103 Topics Per Day: 0.02 Content Count: 323 Reputation: 4 Joined: 12/09/13 Last Seen: May 9, 2023 Author Share Posted October 2, 2014 i mean.. and recompile the whole server? yup.. i did. right from the start i use pre-re aspd.. only the rebellion is different. i dont know why.. Quote Link to comment Share on other sites More sharing options...
Winz Posted October 3, 2014 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 1479 Reputation: 174 Joined: 12/14/11 Last Seen: November 21, 2016 Share Posted October 3, 2014 well that's weird. I am using the latest GIT, 2013-08-07 and here's the result: renewal.h: // 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 #define RENEWAL //#define RENEWAL_CAST //#define RENEWAL_DROP //#define RENEWAL_EXP //#define RENEWAL_LVDMG //#define RENEWAL_ASPD #define RENEWAL_STAT #endif #endif // _CONFIG_RENEWAL_H_ conf/battle/player.conf: // Maximum atk speed. (Default 190, Highest allowed 199)max_aspd: 190// Same as max_aspd, but for 3rd classes. (Default 193, Highest allowed 199)max_third_aspd: 193// Max ASPD for extended class (Kagerou/Oboro and Rebellion). (Default 193, Highest allowed 199)max_extended_aspd: 193 wait wait wait, I'm wrong.. maybe, it's the job's ASPD calculation formula I would say you need to get the proper equips for that job to get full aspd Quote Link to comment Share on other sites More sharing options...
kitty14 Posted October 3, 2014 Group: Members Topic Count: 103 Topics Per Day: 0.02 Content Count: 323 Reputation: 4 Joined: 12/09/13 Last Seen: May 9, 2023 Author Share Posted October 3, 2014 well that's weird. I am using the latest GIT, 2013-08-07 and here's the result: asdgsd.jpg renewal.h: // 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 #define RENEWAL //#define RENEWAL_CAST //#define RENEWAL_DROP //#define RENEWAL_EXP //#define RENEWAL_LVDMG //#define RENEWAL_ASPD #define RENEWAL_STAT #endif #endif // _CONFIG_RENEWAL_H_ conf/battle/player.conf: // Maximum atk speed. (Default 190, Highest allowed 199)max_aspd: 190 // Same as max_aspd, but for 3rd classes. (Default 193, Highest allowed 199) max_third_aspd: 193 // Max ASPD for extended class (Kagerou/Oboro and Rebellion). (Default 193, Highest allowed 199) max_extended_aspd: 193 wait wait wait, I'm wrong.. maybe, it's the job's ASPD calculation formula I would say you need to get the proper equips for that job to get full aspd oohh.. so rebellion relies on their equip to get max aspd? isn't it unfair? other job can do max aspd with just their stats. is there any ways to change it? Quote Link to comment Share on other sites More sharing options...
Winz Posted October 4, 2014 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 1479 Reputation: 174 Joined: 12/14/11 Last Seen: November 21, 2016 Share Posted October 4, 2014 oohh.. so rebellion relies on their equip to get max aspd? isn't it unfair? other job can do max aspd with just their stats. is there any ways to change it? I guess so. like http://ratemyserver.net/index.php?page=item_db&item_id=13107 , it will gives bonus aspd to players based on AGI. I was looking on how to modify this, but I couldn't found any. (maybe I'm not that pro yet to get this) 1 Quote Link to comment Share on other sites More sharing options...
kitty14 Posted October 6, 2014 Group: Members Topic Count: 103 Topics Per Day: 0.02 Content Count: 323 Reputation: 4 Joined: 12/09/13 Last Seen: May 9, 2023 Author Share Posted October 6, 2014 ahh.. oki2.. thanks much for the info . Quote Link to comment Share on other sites More sharing options...
Winz Posted October 9, 2014 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 1479 Reputation: 174 Joined: 12/14/11 Last Seen: November 21, 2016 Share Posted October 9, 2014 sure, glad I could be a help Quote Link to comment Share on other sites More sharing options...
moraru Posted October 14, 2014 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 38 Reputation: 0 Joined: 08/27/14 Last Seen: August 19, 2015 Share Posted October 14, 2014 (edited) you cant jsut have 199 aspd with only agi99, ull need items too try doppleganger cards or use @agi +9999(only for admin) to test ur max aspd Edited October 15, 2014 by moraru Quote Link to comment Share on other sites More sharing options...
Question
kitty14
hello ! my max aspd is 196 .. however rebellion has max agi and dex still cant reach max aspd..
Edited by kitty14how will I correct this?
Link to comment
Share on other sites
12 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.