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

  • #001996

  • 1 - Low

  • Fixed

Issue Confirmations

  • Yes (1)No (0)
Photo

Aspd Potions And Poison Bottle

Posted by Hercules Bot on 05 August 2008 - 05:17 AM

Originally posted by W1ndsor
http://www.eathena.w...er&showbug=1996

It seems like aspd potions and poison bottle now stacks with each other and after the duration is over, the bonus is not removed.

Before I use any potions.
ASPD: 182
(IMG:http://i75.photobuck...Ragnarok002.jpg)

I used 1 Awakening Potion.
SC Code: sc_start SC_ASPDPOTION1,1800000,0;
ASPD: 185
(IMG:http://i75.photobuck...Ragnarok003.jpg)

I used Center Potion
ASPD: 185
SC Code: sc_start SC_ASPDPOTION0,1800000,0;
(IMG:http://i75.photobuck...Ragnarok004.jpg)

I used Poison Bottle
ASPD: 186
SC Code: sc_start SC_ASPDPOTION2,60000,0;
(IMG:http://i75.photobuck...Ragnarok005.jpg)

Duration is over
ASPD: 185
(IMG:http://i75.photobuck...Ragnarok006.jpg)

Okay, since the sc code of poison bottle is the same with berserk potion then the effect should not stack right?
And, when the duration is over the aspd did not came back to 182.

This post has been edited by GM-windsor-: Aug 4 2008, 10:21 PM

Originally posted by Xantara
Tested on r15354. ASPD Potions aren't stacking - which is what it should be doing. But the icons remain for the previously used potions.

iRO WIki:

ASPD Potions: Only the potion with greater effect will be put into consideration, they never stack to each other.


Test Results:
-- Using None -> Conc -> Awakening -> Poison Bottle, I go from 163, 167, 169, to 163 respectively.
-- Using None -> Awakening -> Conc, I go from 163, 169, to 169 respectively. (ie. it shows that it doesnt stack and the greater affect is being considered)
-- At the end of both tests there are 3 ASPD icons.

Notes/Questions:
-- Poison Bottle has an incorrect database effect (?) - "sc_start SC_ASPDPOTION2,60000,0;"
-- Should Poison Bottle be added to the RE database?
-- Why do the ASPD potions in the RE database giving a fixed +4/+6/+9 ASPD (this was done in RR)

Originally posted by Ind

-- Why do the ASPD potions in the RE database giving a fixed +4/+6/+9 ASPD (this was done in RR)

it was done that way as per data provided by JakeRed and jTynne, it has been confirmed that they give a fixed value.

Originally posted by Xantara

At the end of both tests there are 3 ASPD icons.

Oh, this has already been reported on [bug=3095]

Originally posted by Ind

At the end of both tests there are 3 ASPD icons.

unfortunately this is how aegis does too :/= [bug=3095] was already fixed

Originally posted by Xantara
Oh, that's weird, but okay xD;

I guess the last thing remaining is the ASPD of the Poison Bottle which should be a Database fix? Move this or make a new report?

http://irowiki.org/wiki/ASPD

To Increase ASPD, the following can be used:



Originally posted by Ind
Moving to database

Originally posted by Kenpachi

-- Poison Bottle has an incorrect database effect (?) - "sc_start SC_ASPDPOTION2,60000,0;"

Yeah, probably SC_ASPDPOTION3. I'll check this.


-- Should Poison Bottle be added to the RE database?

It already is. oO

Originally posted by Kenpachi
I had a chat with Ind and it seems that it makes no difference, which SC Poison Bottle uses.
But to be clean I'll use SC_ASPDPOTION3.

Originally posted by yakuu
"sc_start SC_ASPDPOTION2,60000,0;" <---- = 0 is 0 there you can change what you want..
LOL, just chnage the 0 to any %

Originally posted by Kenpachi
The third parameter isn't used when the first parameter is "SC_ASPDPOTIONx"...

Originally posted by Kenpachi
Fixed in [rev=16244].