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,