Kakaroto Posted October 8, 2016 Group: Members Topic Count: 99 Topics Per Day: 0.02 Content Count: 638 Reputation: 95 Joined: 05/11/12 Last Seen: Tuesday at 10:59 PM Share Posted October 8, 2016 Hello, I can not make this script work, can anyone help me? the item is this: [28902] = { unidentifiedDisplayName = "Shield", unidentifiedResourceName = "°¡µå", unidentifiedDescriptionName = { "Unknown Item, can be identified by using a ^6666CCMagnifier^000000." }, identifiedDisplayName = "Mad Bunny", identifiedResourceName = "¸Åµå¹Ù´Ï", identifiedDescriptionName = { "Piamette's doll used as weapon and shield?", "Its seem moving...", "ATK +5%, MATK +5%.", "Reflect 10% of melee physical damage.", "When received magic attack, 10% chance to activate for 2 seconds, 60% chance of reflecting magical attack.", "Refined to +7, ATK +5, MATK +5.", "Refined to +9, ATK +15, MATK +15.", "Refined to +12, casting is not interruptable, CRIT +10.", "Class:^6666CC Shield^000000", "Defense:^0000FF 0^000000", "Weight:^009900 10^000000", "Level Requirement:^009900 1^000000", "Jobs:^6666CC All classes^000000" }, slotCount = 1, ClassNum = 1 }, Script is this: 28902,Mad_Bunny_,Mad Bunny,4,20,,100,,0,,1,0xFFFFFFFF,63,2,32,,1,1,1,{ set .@r,getrefine(); bonus2 bAddClass,Class_All,5; bonus bMatkRate,5; bonus bShortWeaponDamageReturn,10; autobonus "{ bonus bMagicDamageReturn,60; }",100,2000,BF_MAGIC; bonus bBaseAtk,(.@r>=9?15:(.@r>=7?5:0)); bonus bMatk,(.@r>=9?15:(.@r>=7?5:0)); if(.@r>=12) { bonus bNoCastCancel,0; bonus bCritical,10; } },{},{} The problem is that the bonus reflect magic is not working.Can someone help me? Quote Link to comment Share on other sites More sharing options...
0 reigneil Posted October 8, 2016 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 139 Reputation: 24 Joined: 09/02/12 Last Seen: July 11, 2024 Share Posted October 8, 2016 judging it using that skill description tell us that it is the same concept as Platinum Shield. 2122,Platinum_Shield,Platinum Shield,4,20,,1200,,95,,0,0xFFFFFFFE,18,2,32,,68,1,4,{ bonus bMdef,5; bonus2 bSubSize,Size_Medium,15; bonus2 bSubSize,Size_Large,15; bonus2 bSubRace,RC_Undead,10; bonus5 bAutoSpellWhenHit,"NPC_MAGICMIRROR",7,150,BF_MAGIC,0; },{},{} 1 Quote Link to comment Share on other sites More sharing options...
0 Kakaroto Posted October 8, 2016 Group: Members Topic Count: 99 Topics Per Day: 0.02 Content Count: 638 Reputation: 95 Joined: 05/11/12 Last Seen: Tuesday at 10:59 PM Author Share Posted October 8, 2016 judging it using that skill description tell us that it is the same concept as Platinum Shield. 2122,Platinum_Shield,Platinum Shield,4,20,,1200,,95,,0,0xFFFFFFFE,18,2,32,,68,1,4,{ bonus bMdef,5; bonus2 bSubSize,Size_Medium,15; bonus2 bSubSize,Size_Large,15; bonus2 bSubRace,RC_Undead,10; bonus5 bAutoSpellWhenHit,"NPC_MAGICMIRROR",7,150,BF_MAGIC,0; },{},{} Ow nice man thx ^^ Quote Link to comment Share on other sites More sharing options...
Question
Kakaroto
Script is this:
The problem is that the bonus reflect magic is not working.
Can someone help me?
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.