Jump to content

  •  

Bug Tracker Migration

June 3rd
Good news everyone! The staff has decided that it is time to slowly kill off this Bug Tracker. We will begin the process of slowly migrating from this Bug Tracker over to our Github Issues which can be found here: https://github.com/HerculesWS/Hercules/issues

Over the next couple of days, I will be closing off any opportunity to create new reports. However, I still will keep the opportunity to reply to existing Bug Reports. Doing this will allow us to slowly fix any bug reports we have listed here so that we can easily migrate over to our Issue Tracker.

Update - June 7th 2015: Creating new bug posts has been disabled. Please use our https://github.com/HerculesWS/Hercules/issues tracker to post bugs. Users are still able to reply to existing bug posts.

- Administration

Issue Information

Issue Confirmations

  • Yes (0)No (0)
Photo

Renewal Angelus

Posted by Hercules Bot on 26 July 2012 - 02:09 PM

Originally posted by Angezerus
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

Originally posted by Angezerus
http://irowiki.org/wiki/Stats

Every 5 AGI: Status defense +1

(this is not status like curse or the others)

Originally posted by malufett

Def provided by agi is not increased.

I don't get it..:)
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

[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... /kis2

Originally posted by malufett
Confirmed just tested with Acolyte in iRO....

Originally posted by clydelion
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']

moved issue from Skills