Siguer Posted August 6, 2018 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 2 Reputation: 0 Joined: 07/21/18 Last Seen: May 4, 2023 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,{ .@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; },{},{} Quote Link to comment Share on other sites More sharing options...
0 Zelos Posted August 7, 2018 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 3 Reputation: 1 Joined: 07/08/12 Last Seen: 45 minutes ago 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 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 2 Reputation: 0 Joined: 07/21/18 Last Seen: May 4, 2023 Author Share Posted August 8, 2018 Thank you so much !! Quote Link to comment Share on other sites More sharing options...
Question
Siguer
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,{ .@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; },{},{}
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.