Issue information

Issue ID
#5646
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Apr 26, 2012 13:43
Last Post
Hercules Elf Bot
Jun 21, 2012 12:15
Confirmation
N/A

Hercules Elf Bot - Apr 26, 2012 13:43

Originally posted by [b]garet999[/b]
In short, Staff of piercing does not have the renewal effect
change:
[code]
1644,Piercing_Staff_M,Staff of Piercing,4,20,,500,80,,1,0,0x00018314,2,2,2,3,70,1,10,{ bonus bInt,4; bonus bMatkRate,15; bonus bIgnoreMdefRate,10+getrefine(); },{},{}
[/code]

to:
[code]
1644,Piercing_Staff_M,Staff of Piercing,4,20,,500,80:145,,1,0,0x00018314,2,2,2,3,70,1,10,{ bonus bInt,4; bonus bIgnoreMdefRate,10+getrefine(); },{},{}
[/code]

Hercules Elf Bot - Apr 26, 2012 13:46

Originally posted by [b]Kenpachi[/b]
Confirmed!

Same for Lich's Bone Wand (#1645).

Hercules Elf Bot - Apr 26, 2012 13:48

Originally posted by [b]garet999[/b]
Actually there are 2 lich bone wands. One is not obtainable by normal means, and still has the pre-renewal effect. No idea why though.

Lich bone wand ID1624 (The one dropped by Necromancer and Entweihen), was already modified to the post renewal effects.

This post has been edited by garet999 on Apr 26, 2012 13:51

Hercules Elf Bot - Apr 26, 2012 15:03

Originally posted by [b]Bahmut[/b]
Also Evil Bone Wand (#1615), Eden Staff I - III (#1650, 1651, 1658) and for sure more if you search a little

This post has been edited by Bahmut on Apr 26, 2012 15:07

Hercules Elf Bot - Apr 26, 2012 15:31

Originally posted by [b]garet999[/b]
Those staffs you just mentioned looks fine to me
[code]
1615,Bone_Wand,Evil Bone Wand,4,20,,700,40:110,,1,0,0x00818314,7,2,2,3,24,1,10,{ bonus bInt,4; bonus bAtkEle,Ele_Undead; },{},{}
1650,P_Staff1,Eden Staff I,4,0,,0,60:125,,1,0,0x00818314,7,2,2,2,26,0,10,{ bonus bInt,2; },{},{}
1651,P_Staff2,Eden Staff II,4,0,,0,60:150,,1,0,0x00818314,7,2,2,2,40,0,10,{ bonus bInt,3; },{},{}
1658,P_Staff3,Eden Staff III,4,0,,0,60:170,,1,0,0x00818314,7,2,2,3,60,0,10,{ bonus bInt,4; },{},{}
[/code]

This post has been edited by garet999 on Apr 26, 2012 15:33

Hercules Elf Bot - Apr 26, 2012 17:59

Originally posted by [b]Bahmut[/b]
hmm seems my database is re outdated

[b]EDIT[/b]
I think the SQL is outdated because I can't find these entries in [url="https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/sql-files/item_db_re.sql"]this[/url] DB.

This post has been edited by Bahmut on Apr 26, 2012 19:08

Hercules Elf Bot - May 3, 2012 1:52

Originally posted by [b]Bahmut[/b]
*bump*

[quote][b]EDIT[/b]
I think the SQL is outdated because I can't find these entries in [url="https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/sql-files/item_db_re.sql"]this[/url] DB.[/quote]

Hercules Elf Bot - May 3, 2012 15:20

Originally posted by [b]Kenpachi[/b]
Calm down. There is no reason to bump bugs...
I'm aware of the fact that our SQL database is very outdated. But please be patient, I'm working on a solid base to work with.

Hercules Elf Bot - Jun 9, 2012 17:20

Originally posted by [b]Kenpachi[/b]
Fixed in [rev=16245].