Hercules Elf Bot - Nov 29, 2012 15:42
Originally posted by [b]Golem1988[/b]
Well... there is an issue about Warlock items from mora set.
As described in Doddler:
For example 2011 [Golden Lord Staff] :[list]
[*]Increases Jupitel Thunder attack power by 30%.
[*]MATK + 270, INT + 5.
[*]When used in combination with the Golden Lord Shoes, Golden Lord Orb and Golden Lorb Robe:
[list]
[*]Increases damage of Wind element magic by 60%;
[*]Decreases damage of Earth element magic by 60%;
[*]Decreases resistance to Earth element attacks by 50%.
[/list]
[/list]
What item script says: bonus bAtkEle,Ele_Wind; bonus bInt,5; bonus2 bSkillAtk,"WZ_JUPITEL",30;
What combo script says: 2011:2467:2859:15025,{ bonus2 bSubEle,Ele_Earth,-50; } and here is the problem, it nerfes 50% of earth skill damage (?) but doesn't nerf restst and doesn't increase Wind skill attack. So, the same happens with other sets.
Extra, item description of ratemyserver database says the same as described by doddler. I think this is quite serious nerf of those items. Should be fixed?
Comments, confirms, disagrees?
Hercules Elf Bot - Dec 6, 2012 7:22
Originally posted by [b]Joseph[/b]
It seems like this list of combo items are not right.
https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/db/re/item_combo_db.txt
[CODE]
2007:2467:2859:15025,{ bonus2 bSubEle,Ele_Earth,-50; }
2008:2468:2860:15026,{ bonus2 bSubEle,Ele_Wind,-50; }
2009:2469:2861:15027,{ bonus2 bSubEle,Ele_Water,-50; }
2010:2470:2862:15028,{ bonus2 bSubEle,Ele_Fire,-50; }
2011:2467:2859:15025,{ bonus2 bSubEle,Ele_Earth,-50; }
2012:2468:2860:15026,{ bonus2 bSubEle,Ele_Wind,-50; }
2013:2469:2861:15027,{ bonus2 bSubEle,Ele_Water,-50; }
2014:2470:2862:15028,{ bonus2 bSubEle,Ele_Fire,-50; }
[/CODE]
This post has been edited by
Joseph
on Dec 6, 2012 7:22
Hercules Elf Bot - Dec 17, 2012 17:40
Originally posted by [b]Joseph[/b]
Moving this to core.
Needed new item bonuses for the following descriptions.[list]
[*]Increases damage of [i][b]n[/b][/i] element magic by [b][i]x[/i][/b]%.
[*]Decreases damage of [b][i]n[/i][/b] element magic by [i][b]x[/b][/i]%.
[/list]
This post has been edited by
Joseph
on Dec 17, 2012 17:41
Hercules Elf Bot - Dec 20, 2012 1:05
Originally posted by [b]MarkZD[/b]
bonus2 bMagicAtkEle: [url="http://trac.rathena.org/changeset/17030/rathena"]17030[/url]
Hercules Elf Bot - Dec 20, 2012 2:18
Originally posted by [b]Euphy[/b]
Fixed in [rev=17031].
Hercules Elf Bot - Dec 20, 2012 3:25
Originally posted by [b]exneval[/b]
Euphy you missed bonus2 in this part, am I right?
[CODE]
2011:2467:2859:15025,{ bonus2 bMagicAtkEle,Ele_Wind,60; bonus2 bMagicAtkEle,Ele_Earth,-60; bSubEle,Ele_Earth,-50; }
[/CODE]
Hercules Elf Bot - Dec 20, 2012 4:27
Originally posted by [b]Euphy[/b]
Fixed in [rev=17032], sorry! Thanks for catching it!