Issue information

Issue ID
#5186
Status
Working as Intended
Severity
None
Started
Hercules Elf Bot
Dec 31, 2011 16:38
Last Post
Hercules Elf Bot
Feb 7, 2012 18:59
Confirmation
N/A

Hercules Elf Bot - Dec 31, 2011 16:38

Originally posted by [b]Miroslav[/b]
Hello,

something wrong in imperial guard view field

2153,Imperial_Guard,Imperial Guard,5,20,,2500,,120,,1,0x00004000,7,2,32,,102,1,[color=#ff0000]0[/color],{ bonus bMdef,5; /* if(getrefine()>=6){ bonus2 bSkillAtk,"LG_SHIELDPRESS",20+((getrefine()-5)*2); } else { bonus2 bSkillAtk,"LG_SHIELDPRESS",20; } */ },{},{}

you can't use shield skills with view id 0 (CMIIW)

should be :

2153,Imperial_Guard,Imperial Guard,5,20,,2500,,120,,1,0x00004000,7,2,32,,102,1,[color=#ff0000]1[/color],{ bonus bMdef,5; /* if(getrefine()>=6){ bonus2 bSkillAtk,"LG_SHIELDPRESS",20+((getrefine()-5)*2); } else { bonus2 bSkillAtk,"LG_SHIELDPRESS",20; } */ },{},{}

thanks

Hercules Elf Bot - Jan 1, 2012 10:37

Originally posted by [b]Kenpachi[/b]
0 Is wrong, yes. But I'm not sure about 1; I'm trending towards 3... I'll check this,

Hercules Elf Bot - Jan 1, 2012 17:05

Originally posted by [b]Kenpachi[/b]
It's invisible on official server, so 0 is fine.