Jump to content
  • 0

Rebellion Aspd


Question

12 answers to this question

Recommended Posts

Posted

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

Posted

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

Posted (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 by Winz
Posted

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..

Posted

well that's weird. I am using the latest GIT, 2013-08-07 and here's the result:

post-823-0-88028800-1412318851_thumb.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

Posted

well that's weird. I am using the latest GIT, 2013-08-07 and here's the result:

attachicon.gifasdgsd.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?

Posted (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 by moraru

Join the conversation

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

Guest
Answer this question...

×   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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...