Jump to content
  • 0

Need Help from my Script


Stupeflix

Question


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.01
  • Content Count:  61
  • Reputation:   3
  • Joined:  03/30/13
  • Last Seen:  

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 Stupeflix
Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  80
  • Topics Per Day:  0.02
  • Content Count:  325
  • Reputation:   76
  • Joined:  03/22/12
  • Last Seen:  

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 by eJay
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...