Issue Information
-
#001996
-
1 - Low
-
Fixed
Issue Confirmations
-
Yes (1)No (0)
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
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:
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)
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
it was done that way as per data provided by JakeRed and jTynne, it has been confirmed that they give a fixed value.-- Why do the ASPD potions in the RE database giving a fixed +4/+6/+9 ASPD (this was done in RR)
Originally posted by Xantara
Oh, this has already been reported on [bug=3095]At the end of both tests there are 3 ASPD icons.
Originally posted by Ind
unfortunately this is how aegis does too :/= [bug=3095] was already fixedAt the end of both tests there are 3 ASPD icons.
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
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:
- ASPD Potions: Only the potion with greater effect will be put into consideration, they never stack to each other.
- Concentration Potion 0.1
- Awakening Potion 0.15
- Berserk Potion 0.2
- Poison Bottle 0.25 (Only for Assassin Cross, other classes instantly die!)
- Enrich Celermine Juice 0.1 (although, it is counted as Equipment ASPD)
Originally posted by Ind
Moving to database
Moving to database
Originally posted by Kenpachi
Yeah, probably SC_ASPDPOTION3. I'll check this.-- Poison Bottle has an incorrect database effect (?) - "sc_start SC_ASPDPOTION2,60000,0;"
It already is. oO-- Should Poison Bottle be added to the RE database?
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.
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 %
"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"...
The third parameter isn't used when the first parameter is "SC_ASPDPOTIONx"...
Originally posted by Kenpachi
Fixed in [rev=16244].
Fixed in [rev=16244].