Meister Posted May 6, 2012 Share Posted May 6, 2012 Baket po ayaw gumana nang skull cap item? eto po yung code ko.. 18539,Skull_Cap,SKull Cap,5,1000,500,40,,5,,0,0xFFFFFFFF,7,2,256,,40,1,713,{ if(getrefine()<=4) { bonus bMatkRate,2; } if((getrefine()>=5 && getrefine()<7)) { bonus bMatkRate,5; } if(getrefine()>=7) { bonus bMatkRate, 8; } if(isequipped(2286)) { bonus bUseSPRate,-3; } if(isequipped(1615) || isequipped(1636)) if(getequiprefinerycnt(EQI_HAND_R)>=10) { bonus bCastrate,-10; },{},{} ayaw po magdagdag ng matkrate salamat. Quote Link to comment Share on other sites More sharing options...
deathscythe13 Posted May 7, 2012 Share Posted May 7, 2012 if(getrefine()==4) { bonus bMatkRate,2; } if((getrefine()==5 && getrefine()<7)) { bonus bMatkRate,5; } if(getrefine()==7) { bonus bMatkRate, 8; } Quote Link to comment Share on other sites More sharing options...
Meister Posted May 9, 2012 Author Share Posted May 9, 2012 Salamat! Quote Link to comment Share on other sites More sharing options...