Issue information

Issue ID
#3306
Status
Working as Intended
Severity
None
Started
Hercules Elf Bot
Jun 29, 2009 10:53
Last Post
Hercules Elf Bot
Mar 5, 2012 14:17
Confirmation
N/A

Hercules Elf Bot - Jun 29, 2009 10:53

Originally posted by [b]Dark_Rider[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=3306

Sorry for my bad english...
We have a gun- inferno
13162,Inferno,Inferno,4,230000,,1250,280,,9,1,0x01000000,7,2,34,2,65,1,21,{},{},{}
i take it from svn:
http://svn.eathena.ws/svn/ea/trunk/db/item_db.txt
But irowiki says:
http://irowiki.org/wiki/Guns#List.2C_Grenade_Launchers
Inferno - Chance to break armor at close range
http://ro.doddlercon.com/wiki/index.php?ti...Inferno_.5B1.5D
Can break target's armor when fired at close range
I dont'see any break armor script.
Sumilar work in Destroyer (Chance to break armor at close range)
but in svn we can see
13160,Destroyer,Destroyer,4,110000,,1200,220,,9,0,0x01000000,7,2,34,2,52,1,21,{ bonus bBreakArmorRate,200; },{},{}
13161,Destroyer_,Destroyer,4,110000,,1200,220,,9,1,0x01000000,7,2,34,2,52,1,21,{ bonus bBreakArmorRate,200; },{},{}
thats right work.
Solution:
13162,Inferno,Inferno,4,230000,,1250,280,,9,1,0x01000000,7,2,34,2,65,1,21,{},{},{}
replace on:
13162,Inferno,Inferno,4,230000,,1250,280,,9,1,0x01000000,7,2,34,2,65,1,21,{ bonus bBreakArmorRate,200; },{},{}
that's imho....