Issue information

Issue ID
#5997
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Jun 12, 2012 10:45
Last Post
Hercules Elf Bot
Jun 21, 2012 12:20
Confirmation
N/A

Hercules Elf Bot - Jun 12, 2012 10:45

Originally posted by [b]hendra814[/b]
i'm used new SVN 16276

i'm getting error with new item 16597 and 18600

from
[quote]18597,Mercury_Riser,Mercury Riser,5,40,,200,,10,,1,0xFFFFFFFF,7,2,256,,0,,759,{ bonus bAspdRate,3; bonus bCritical,3; if(getrefine() == 7 || getrefine() == 8) { bonus bAspdRate,2; bonus bCritical,2; } if(getrefine() >= 9) { bonus bAspdRate,2; bonus bCritical,2; },{},{}
[/quote]

[quote]18600,Cat_Ear_Beret,Cat Ear Beret,5,20,,100,,5,,0,0xFFFFFFFF,7,2,256,,0,1,761,{ if(getrefine() > 5 && getrefine() <= 12) { bonus2 bAddRace,RC_DemiHuman,2*(getrefine() - 4); bonus2 bSubRace,RC_DemiHuman,2*(getrefine() - 4); },{},{}
[/quote]

i'm fixing become to

[quote]18597,Mercury_Riser,Mercury Riser,5,40,,200,,10,,1,0xFFFFFFFF,7,2,256,,0,,759,{ bonus bAspdRate,3; bonus bCritical,3; if(getrefine() == 7 || getrefine() == 8) { bonus bAspdRate,2; bonus bCritical,2; } if(getrefine() >= 9) { bonus bAspdRate,2; bonus bCritical,2; }},{},{}[/quote]

[quote]18600,Cat_Ear_Beret,Cat Ear Beret,5,20,,100,,5,,0,0xFFFFFFFF,7,2,256,,0,1,761,{ if(getrefine() > 5 && getrefine() <= 12) { bonus2 bAddRace,RC_DemiHuman,2*(getrefine() - 4); bonus2 bSubRace,RC_DemiHuman,2*(getrefine() - 4); }},{},{}
[/quote]

Hercules Elf Bot - Jun 12, 2012 10:59

Originally posted by [b]Flaid[/b]
Fixed in [rev=16277], accidentally uploaded from the wrong folder.

This post has been edited by Brian on Jun 12, 2012 15:11