Stupeflix Posted June 4, 2013 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 61 Reputation: 3 Joined: 03/30/13 Last Seen: May 29, 2018 Share Posted June 4, 2013 (edited) I just need help to make a description of this weapons.. I'm not the owner of the script, Item #1:1649 if(isequipped(9922)) bonus bMatk,3000; if(getrefine()>4) bonus bMatk,200; if(getrefine()>9) bonus bMatk,200; bonus bUnbreakableWeapon,0; bonus bInt,30; bonus bDex,20; bonus bMatkRate,45; bonus bHPGainValue,1000; bonus4 bAutoSpellWhenHit,84,5,15,1; bonus bIgnoreMDefRace,8; Item #2:1177 if(isequipped(9922)) bonus2 bSkillAtk,5,5000; if(getrefine()>4) bonus bAtk2,210; if(getrefine()>9) bonus bAtk2,220; bonus2 bSkillAtk,253,150; bonus2 bSkillAtk,254,150; bonus bUnbreakableWeapon,0; bonus bIgnoreDefRace,7; bonus bIgnoreDefRace,11; bonus bAgi,10; bonus bStr,30; bonus2 bAddEff,Eff_Stan,1000; skill 425,7; skill 495,1; Item #3:1175 if(isequipped(9922)) bonus2 bSkillAtk,5,5000; if(getrefine()>4) bonus bAtk2,210; if(getrefine()>9) bonus bAtk2,220; bonus2 bSkillAtk,253,150; bonus2 bSkillAtk,254,150; bonus bUnbreakableWeapon,0; bonus bIgnoreDefRace,7; bonus bIgnoreDefRace,11; bonus bAgi,10; bonus bStr,30; bonus2 bAddEff,Eff_Stan,1000; skill 425,7; skill 495,1; thanks.. ! Edited June 4, 2013 by Stupeflix Quote Link to comment Share on other sites More sharing options...
eJay Posted June 4, 2013 Group: Members Topic Count: 80 Topics Per Day: 0.02 Content Count: 325 Reputation: 76 Joined: 03/22/12 Last Seen: August 5, 2019 Share Posted June 4, 2013 (edited) You can find at svn/doc/item_bonus.txt Item # 1 Answer for you: If equipped (name 9922) MATK + 3000 ... [ Refine 4~10 ] MATK + 200 [ Refine +10 ] MATK + 200, Indestructible (except in upgrade attempts). Int + 30, Dex + 20, Magical attack power + 45% When killing a monster by physical attack, you gain 10% of HP 15% chance to cast [Meteor Storm Level 5] when being hit by a direct attack. Target must be within spell's range to go off. Don't forget to hit green button Edited June 4, 2013 by eJay Quote Link to comment Share on other sites More sharing options...
Question
Stupeflix
I just need help to make a description of this weapons..
I'm not the owner of the script,
Item #1:1649
if(isequipped(9922)) bonus bMatk,3000; if(getrefine()>4) bonus bMatk,200; if(getrefine()>9) bonus bMatk,200; bonus bUnbreakableWeapon,0; bonus bInt,30; bonus bDex,20; bonus bMatkRate,45; bonus bHPGainValue,1000; bonus4 bAutoSpellWhenHit,84,5,15,1; bonus bIgnoreMDefRace,8;
Item #2:1177
if(isequipped(9922)) bonus2 bSkillAtk,5,5000; if(getrefine()>4) bonus bAtk2,210; if(getrefine()>9) bonus bAtk2,220; bonus2 bSkillAtk,253,150; bonus2 bSkillAtk,254,150; bonus bUnbreakableWeapon,0; bonus bIgnoreDefRace,7; bonus bIgnoreDefRace,11; bonus bAgi,10; bonus bStr,30; bonus2 bAddEff,Eff_Stan,1000; skill 425,7; skill 495,1;
Item #3:1175
if(isequipped(9922)) bonus2 bSkillAtk,5,5000; if(getrefine()>4) bonus bAtk2,210; if(getrefine()>9) bonus bAtk2,220; bonus2 bSkillAtk,253,150; bonus2 bSkillAtk,254,150; bonus bUnbreakableWeapon,0; bonus bIgnoreDefRace,7; bonus bIgnoreDefRace,11; bonus bAgi,10; bonus bStr,30; bonus2 bAddEff,Eff_Stan,1000; skill 425,7; skill 495,1;
thanks.. !
Edited by StupeflixLink to comment
Share on other sites
1 answer 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.