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?