Issue information

Issue ID
#3290
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Jun 26, 2009 8:20
Last Post
Hercules Elf Bot
Jun 26, 2009 8:20
Confirmation
N/A

Hercules Elf Bot - Jun 26, 2009 8:20

Originally posted by [b]Inkfish[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=3290

When bonusautoscript was implemented, we decided to use the timer of stuatus change to control the duration of it. However, Aegis handles it a different way. on Aegis autoscript has a timer of its own.

So on Aegis, such thing
QUOTE
bonusautoscript2 "{ sc_start SC_INCBASEATK,10000,10; }",10;

is more like
QUOTE
bonusautoscript2 "{ bonus bBaseAtk,10; }",10,10000;


The problem is
A. we have to add new status changes if there isn't any one corresponding to the bonus Aegis uses.
B. on Aegis, activated bonus will be cancelled, if the items is unequipped.

so,I'd like to switch to the Aegis mode.

now, I almost have this change done.
so, we don't need such newly introduced SC_ that's only for autoscript any more. They all could be replaced by the bonus we already had. Shall we remove them?

here is a list of them:
SC_INCDEF
SC_INCBASEATK
SC_INCASPDRATE
SC_HPREGEN
SC_SPREGEN
SC_SKILLCASTRATE
SC_FASTCAST
SC_DEFRATIOATK
SC_HPDRAIN
SC_SKILLATKBONUS

This post has been edited by Inkfish: Jun 27 2009, 09:32 AM