Issue information

Issue ID
#4003
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Jan 10, 2010 19:25
Last Post
Hercules Elf Bot
Dec 13, 2011 20:53
Confirmation
N/A

Hercules Elf Bot - Jan 10, 2010 19:25

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

The -5% of penalty for Lord Knights is not applying. A user found this:

Tournament Shield Scrpt:

CODE
2133,Tournament_Shield,Tournament Shield,5,20,,1000,,5,,1,0x00004082,2,2,32,,50,1,3,{ bonus bAtkRate,1; if( BaseClass == Job_Lord_Knight ) bonus bAspdRate,-5; if( isequipped(1420) || isequipped(1421) || isequipped(1422) ) { bonus bAtkRate,4; bonus bDef,2; } },{},{}



This part of the code:
CODE
if( BaseClass == Job_Lord_Knight )


Can be like this:
CODE
if( Class == Job_Lord_Knight)


The result:

http://img187.imageshack.us/img187/9715/as...ntournament.jpg


http://img405.imageshack.us/img405/4569/as...ntournament.jpg

This post has been edited by TheKaras: Jan 10 2010, 11:26 AM