Issue information

Issue ID
#4904
Status
Fixed
Severity
None
Started
Hercules Elf Bot
May 15, 2011 12:45
Last Post
Hercules Elf Bot
Mar 4, 2012 13:40
Confirmation
N/A

Hercules Elf Bot - May 15, 2011 12:45

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

Original Desc. (iRO Rev).
Adds a 0.3% chance of inflicting [Coma] on [Demi-Human] race targets when doing a physical attack.
Restores 2 SP to the user when physically attacking on a [Demi-Human] target.
Restores 20 SP to the user when kill [Demi-Human] monster with a physical attack.

Original Desc. (kRO Rev.)

사형에 처한 자의 목을 자르기 편하게 만들어진 끔찍한 형태의 날을 가진 도끼
낮은 확률로 인간형 몬스터 코마(COMA)
인간형 몬스터 타격시 타격당 2의 SP 회복
근접 물리 공격으로 인간형 몬스터를 죽일 시, 20의 SP 회복


Same...

ITEM SVN

1369,Guillotine,Guillotine,4,20,,3000,215,,1,0,0x000444A2,7,2,34,4,44,1,7,{ bonus2 bWeaponComaRace,RC_DemiHuman,30; bonus bSPDrainValue,2; bonus bSPGainValue,20; },{},{}

bonus bSPGainValue,20; == When hitting a monster by physical attack, you gain 20 SP (ALL MONSTERS)...

but desc say.. 20 sp kill demi-human monster... script is bad...

need:

bonus2 bSPGainRace,n,x;...

change

1369,Guillotine,Guillotine,4,20,,3000,215,,1,0,0x000444A2,7,2,34,4,44,1,7,{ bonus2 bWeaponComaRace,RC_DemiHuman,30; bonus bSPDrainValue,2; bonus2 bSPGainRace,RC_DemiHuman,20; },{},{}


bonus bSPDrainValue,2; == When hitting a monster by physical attack, you gain 2 SP (ALL MONSTERS)...

need new item bonus...

This post has been edited by Ziu: May 15 2011, 06:02 AM

Hercules Elf Bot - Feb 19, 2012 0:22

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