Issue information

Issue ID
#6745
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Sep 29, 2012 16:08
Last Post
Hercules Elf Bot
Oct 24, 2012 14:05
Confirmation
N/A

Hercules Elf Bot - Sep 29, 2012 16:08

Originally posted by [b]Genius[/b]
[color=#000000][font=Verdana, Arial, Helvetica, sans-serif][size=3][background=rgb(231, 234, 239)]Instead of reducing [/background][/size][/font][/color][background=rgb(231, 234, 239)][font="Verdana, Arial, Helvetica, sans-serif"][color="#000000"][size=3]your cast time of Amplify magical power, it does raise the cast time.[/size][/color][/font][/background]

Hercules Elf Bot - Sep 29, 2012 20:07

Originally posted by [b]Spre[/b]
This issues was originally posted here on a seperate matter: http://rathena.org/board/tracker/issue-6548-bcastrate/page__gopid__13716

I guess kenpachi never got around to fixing the itemdbs

I can do it later, if it isnt gotten to.

Hercules Elf Bot - Sep 29, 2012 20:40

Originally posted by [b]Spre[/b]
Fixes in [rev=16808]

Once the functions listed in the linked report are readded, if they are these will have to be replaced again, but for now cast reducing items work correctly.

Hercules Elf Bot - Sep 30, 2012 4:47

Originally posted by [b]frenzmu06[/b]
5547,RJC_Katusa,RJC Katusa Flower,5,20,,200,,1,,1,0xFFFFFFFF,7,2,256,,0,1,533,{ bonus2 bSkillAtk, "WZ_HEAVENDRIVE", getequiprefinerycnt(EQI_HAND_R) + 15; bonus2 bSkillAtk, "WZ_HEAVENDRIVE", getequiprefinerycnt(EQI_HAND_R) + 15; bonus2 bVariableCastrate, "WZ_HEAVENDRIVE", -25; bonus2 bVariableCastrate, "WZ_HEAVENDRIVE", -25; },{},{}


bonus2 bVariableCastrate, "WZ_HEAVENDRIVE",[color=#ff0000]"SPACE?"[/color]-25; bonus2 bVariableCastrate, "WZ_HEAVENDRIVE",[color=#ff0000]"SPACE?"[/color]-25;

the bonus is duplicated and there is an extra space before -25

Hercules Elf Bot - Oct 5, 2012 15:35

Originally posted by [b]Spre[/b]
I just checked the track, the space was previously there, the skills were previously double there as well..

Unless there is some confirmation that it is not suppose to be like that, I won't remove it, as it was there before I touched it.

Previous:
[CODE]
5547,RJC_Katusa,RJC Katusa Flower,5,20,,200,,1,,1,0xFFFFFFFF,7,2,256,,0,1,533,{ bonus2 bSkillAtk, "WZ_HEAVENDRIVE", getequiprefinerycnt(EQI_HAND_R) + 15; bonus2 bSkillAtk, "WZ_HEAVENDRIVE", getequiprefinerycnt(EQI_HAND_R) + 15; bonus2 bCastrate, "WZ_HEAVENDRIVE",[space] -25; bonus2 bCastrate, "WZ_HEAVENDRIVE",[space] -25; },{},{}
[/CODE]

New:
[CODE]
5547,RJC_Katusa,RJC Katusa Flower,5,20,,200,,1,,1,0xFFFFFFFF,7,2,256,,0,1,533,{ bonus2 bSkillAtk, "WZ_HEAVENDRIVE", getequiprefinerycnt(EQI_HAND_R) + 15; bonus2 bSkillAtk, "WZ_HEAVENDRIVE", getequiprefinerycnt(EQI_HAND_R) + 15; bonus2 bVariableCastrate, "WZ_HEAVENDRIVE", [space]-25; bonus2 bVariableCastrate, "WZ_HEAVENDRIVE",[space]-25; },{},{}
[/CODE]

the only thing I changed was bcastrate as it was borked,

This post has been edited by Spre on Oct 5, 2012 15:36

Hercules Elf Bot - Oct 8, 2012 0:59

Originally posted by [b]frenzmu06[/b]
i think it's a bug long before you even touched it, the extra space was typographic error the and the duplicate bonus was obviously wrong

according to [url="http://ratemyserver.net/index.php?iname=5547&itype=-1&page=item_db&quick=1&isearch=Search"]this[/url] which i think from eathena db (pre-re) it gives only -25% redux

(and in case the bonus is -50 then that must should had been written as single -50% cast redux bonus)

Hercules Elf Bot - Oct 15, 2012 8:04

Originally posted by [b]Spre[/b]
I just realized this extra stuff should have been in a seperate bug posting, not in the staff of destruction one as these are 2 different items.

and this is the only thing i can find on this flower

Katyusha small with a pretty flower. Inflict 15% more damage with Heaven's Drive and Earth Spike. Reduced casting time by 25% Inflict 1% more damage with Heaven's Drive and Earth Spike by 1% per refine on the weapon.

This post has been edited by Spre on Oct 16, 2012 13:54

Hercules Elf Bot - Oct 16, 2012 13:54

Originally posted by [b]Spre[/b]
[CODE]
5547,RJC_Katusa,RJC Katusa Flower,5,20,,200,,1,,1,0xFFFFFFFF,7,2,256,,0,1,533,{ bonus2 bSkillAtk, "WZ_HEAVENDRIVE",15; bonus2 bSkillAtk, "WZ_EARTHSPIKE",15; bonus2 bSkillAtk, "WZ_HEAVENDRIVE", getequiprefinerycnt(EQI_HAND_R) + 1; bonus2 bSkillAtk, "WZ_EARTHSPIKE", getequiprefinerycnt(EQI_HAND_R) + 1; bonus2 bVariableCastrate, "WZ_HEAVENDRIVE", -25; bonus2 bVariableCastrate, "WZ_EARTHSPIKE", -25; },{},{}
[/CODE]

the script was wrong anyway, it effects heaven drive AND earthspike, and the refine script, it adds 1% dmg per refine level on top of the 15% they get by default.

Hercules Elf Bot - Oct 24, 2012 14:05

Originally posted by [b]Joseph[/b]
I believe this was fixed in [rev=16822].