Blazing Spear Posted December 9, 2012 Group: Members Topic Count: 58 Topics Per Day: 0.01 Content Count: 208 Reputation: 1 Joined: 01/06/12 Last Seen: July 2, 2016 Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted December 9, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 1 hour ago Share 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 Link to comment Share on other sites More sharing options...
Blazing Spear Posted December 9, 2012 Group: Members Topic Count: 58 Topics Per Day: 0.01 Content Count: 208 Reputation: 1 Joined: 01/06/12 Last Seen: July 2, 2016 Author Share Posted December 9, 2012 ok i miss something thanks for reminding Quote Link to comment Share on other sites More sharing options...
Question
Blazing Spear
What is wrong with this item script??
Here the Scree Shot
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.