Issue Information
-
#006342
-
0 - None Assigned
-
Fixed
Issue Confirmations
-
Yes (0)No (0)
Originally posted by Angezerus
Angelus increases only vit part of statusdef by (5*Skilllevel)%
Def provided by agi is not increased.
Angelus increases only vit part of statusdef by (5*Skilllevel)%
Def provided by agi is not increased.
Originally posted by Igniz
Uhm, could you explain this more and post your source? (because i searched and i can't find info about def by agi) thanks
Uhm, could you explain this more and post your source? (because i searched and i can't find info about def by agi) thanks
Originally posted by Angezerus
http://irowiki.org/wiki/Stats
http://irowiki.org/wiki/Stats
(this is not status like curse or the others)Every 5 AGI: Status defense +1
Originally posted by malufett
anyway I'll test it in kro/iro
I don't get it..Def provided by agi is not increased.
anyway I'll test it in kro/iro
Originally posted by Angezerus
Uhm:
Every 5 AGI: Status defense +1 (Not affected by angelus)
Every 2 VIT: Status DEF +1 (Affected by angelus)
Did I misunderstand something? O.o
Anyways, heres the change notice:
http://forums.irowik...ad.php?p=455324
Uhm:
Every 5 AGI: Status defense +1 (Not affected by angelus)
Every 2 VIT: Status DEF +1 (Affected by angelus)
Did I misunderstand something? O.o
Anyways, heres the change notice:
http://forums.irowik...ad.php?p=455324
[Angelus]
- Angelus skill now increases the status defense granted by your VIT stat.
Originally posted by malufett
ow..now I get it..thanks for the clarification..
now I remember that is why I didn't see any changes before when angelus was buff on me...
ow..now I get it..thanks for the clarification..
now I remember that is why I didn't see any changes before when angelus was buff on me...
Originally posted by malufett
Confirmed just tested with Acolyte in iRO....
Confirmed just tested with Acolyte in iRO....
Originally posted by clydelion
here's quick fix
here's quick fix
Index: status.c =================================================================== --- status.c (revision 16496) +++ status.c (working copy) @@ -4830,6 +4830,8 @@ #ifdef RENEWAL if(sc->data[SC_ASSUMPTIO]) mdef2 *= 2; + if(sc->data[SC_ANGELUS]) + mdef2 += status_get_base_status(bl)->agi / 5; //every 5 agi increases MDEF2(renewal) #endif if(sc->data[SC_MINDBREAKER]) mdef2 -= mdef2 * sc->data[SC_MINDBREAKER]->val3/100;
Originally posted by malufett
Fixed @ [rev='16520']
Fixed @ [rev='16520']
moved issue from Skills