Blazing Spear Posted December 9, 2012 Posted December 9, 2012 What is wrong with this item script?? 4492,Upgrade_Maya_Purple_Card,6,20,,10,,,,,,,,769,,,,,{ bonus bIntravision,0; bonus bAllStats,1; skill "AL_RUWACH",1; },{},{ sc_end SC_RUWACH; } 4535,Sealed_Garm Card,6,20,,10,,,,,,,,16,,,,,{ bonus2 bAddEffWhenHit,Eff_Freeze,2500; if(getrefine()>=15) { bonus2 bAddEffWhenHit,Eff_Freeze,4000; } },{},{} 4536,Sealed_Atroce Card,6,20,,10,,,,,,,,2,,,,,{ bonus bBaseAtk,15; autobonus "{ bonus bAspdRate,50; }",5,10000,0,"{ specialeffect2 EF_POTION_BERSERK; }"; if(getrefine()>=15) {bonus bBaseAtk,55; autobonus "{ bonus bAspdRate,75; }",5,10000,0,"{ specialeffect2 EF_POTION_BERSERK; }"; } },{},{} 4537,Sealed_Phreeoni Card,6,20,,10,,,,,,,,2,,,,,{ bonus bHit,50; if(getrefine()>=15) { bonus bHit,75; } },{},{} 4538,Sealed_White Lady Card,6,20,,10,,,,,,,,769,,,,,{ bonus bHealPower,15; bonus bUseSPrate,30; if(getrefine()>=15) { bonus bHealPower,25; bonus bUseSPrate,20; } },{},{} 4539,Sealed_Pharaoh Card,6,20,,10,,,,,,,,769,,,,,{ bonus bUseSPrate,15; },{},{} Here the Scree Shot Quote
Emistry Posted December 9, 2012 Posted December 9, 2012 Please refer the custom item structure and fix your problem... Custom_Items#Structure from your script..i roughly can tell you that you are missing DBName / ScreenName... Quote
Blazing Spear Posted December 9, 2012 Author Posted December 9, 2012 ok i miss something thanks for reminding Quote
Question
Blazing Spear
What is wrong with this item script??
Here the Scree Shot
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.