Siguer Posted August 6, 2018 Share Posted August 6, 2018 Hello guys, before anything sorry for my english. I'm new on this tinhg of create server, so I've been trying to add the monarch katar on my item_db. I don't know what is wrong, if someone could help me (again sorry for my english). Thanks all !!! 28025,Monarch_katar, Katar do Monarca,5,10,,28,150,0,1,1,0x00001000,16,2,34,4,130,1,16,{ [email protected] = getrefine(); { bonus2 bSkillAtk,GC_CROSSIMPACT,([email protected]/2); bonus2 bSkillAtk,GC_COUNTERSLASH,[email protected]; bonus2 bSkillAtk,GC_ROLLINGCUTTER,(([email protected]/2)*3);} { if([email protected] >=7){bonus bAspdRate,5;} if([email protected] >=9){bonus bAspdRate,5;} if([email protected] >=12){bonus bDefRatioAtkClass,Class_All; },{},{} Quote Link to comment Share on other sites More sharing options...
0 Zelos Posted August 7, 2018 Share Posted August 7, 2018 Corrected: 28025,Monarch_katar, Katar do Monarca,5,10,,28,150,0,1,1,0x00001000,16,2,34,4,130,1,16,{ .@r = getrefine(); bonus2 bSkillAtk,GC_CROSSIMPACT,(.@r/2); bonus2 bSkillAtk,GC_COUNTERSLASH,.@r; bonus2 bSkillAtk,GC_ROLLINGCUTTER,((.@r/2)*3); if(.@r >=7){bonus bAspdRate,5;} if(.@r >=9){bonus bAspdRate,5;} if(.@r >=12){bonus bDefRatioAtkClass,Class_All;} },{},{} 1 Quote Link to comment Share on other sites More sharing options...
0 Siguer Posted August 8, 2018 Author Share Posted August 8, 2018 Thank you so much !! Quote Link to comment Share on other sites More sharing options...
Hello guys, before anything sorry for my english. I'm new on this tinhg of create server, so I've been trying to add the monarch katar on my item_db. I don't know what is wrong, if someone could help me (again sorry for my english). Thanks all !!!
28025,Monarch_katar, Katar do Monarca,5,10,,28,150,0,1,1,0x00001000,16,2,34,4,130,1,16,{ [email protected] = getrefine(); { bonus2 bSkillAtk,GC_CROSSIMPACT,([email protected]/2); bonus2 bSkillAtk,GC_COUNTERSLASH,[email protected]; bonus2 bSkillAtk,GC_ROLLINGCUTTER,(([email protected]/2)*3);} { if([email protected] >=7){bonus bAspdRate,5;} if([email protected] >=9){bonus bAspdRate,5;} if([email protected] >=12){bonus bDefRatioAtkClass,Class_All; },{},{}
Link to comment
Share on other sites