Jump to content
  • 0

Bloody Knight Shield Script Request


iraciz

Question


  • Group:  Members
  • Topic Count:  140
  • Topics Per Day:  0.03
  • Content Count:  562
  • Reputation:   107
  • Joined:  10/05/12
  • Last Seen:  

Hello, Im a bit rusty in the scripting section,  so I came asking for a script for the bloody knight shield, this is the iteminfo:

Increases attack speed (reduces delay after attack by 10%).
Atk + 3%, Matk + 3%.
Reduces damage taken from all properties by 7%.
When receiving damage, has a low chance to recovery 25 SP per second for 5 seconds.
When dealing physical or magical damage, has a low chance to recovery 150 HP per second for 5 seconds.
If refine rate is 7 or higher, Atk + 10, Matk + 10.
If refine rate is 9 or higher, ASPD + 1.
28945,Bloody_Knight's_Shield,Bloody Knight's Shield,4,20,,800,,0,,1,0xFFFFFFFF,7,2,32,,0,1,3,{ bonus bAspdRate,10; bonus2 bAddClass,Class_All,3; bonus bMatkRate,3; bonus2 bSubEle,Ele_Neutral,7; bonus2 bSubEle,Ele_Water,7; bonus2 bSubEle,Ele_Earth,7; bonus2 bSubEle,Ele_Fire,7; bonus2 bSubEle,Ele_Wind,7; bonus2 bSubEle,Ele_Poison,7; bonus2 bSubEle,Ele_Holy,7; bonus2 bSubEle,Ele_Dark,7; bonus2 bSubEle,Ele_Ghost,7; bonus2 bSubEle,Ele_Undead,7; },{},{}

I am struck in the refinemet part and the hp and sp recovery autobonuses,

5% chance to recover 150 hp every second for 5 seconds when dealing damage

5% chance to recover 25 sp every second for 5 seconds when receiving damage
1176.png.e0b309368912829b52b48020602e2ada.png

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  40
  • Reputation:   7
  • Joined:  12/30/11
  • Last Seen:  

  • 0

  • Group:  Members
  • Topic Count:  140
  • Topics Per Day:  0.03
  • Content Count:  562
  • Reputation:   107
  • Joined:  10/05/12
  • Last Seen:  

1 hour ago, AdrianoGC said:

Done Thankyou

 

28945,Bloody_Knight's_Shield,Bloody Knight's Shield,4,20,,800,,0,,1,0xFFFFFFFF,7,2,32,,0,1,3,{ bonus bAspdRate,10; bonus2 bAddClass,Class_All,3; bonus bMatkRate,3; bonus2 bSubEle,Ele_Neutral,7; bonus2 bSubEle,Ele_Water,7; bonus2 bSubEle,Ele_Earth,7; bonus2 bSubEle,Ele_Fire,7; bonus2 bSubEle,Ele_Wind,7; bonus2 bSubEle,Ele_Poison,7; bonus2 bSubEle,Ele_Holy,7; bonus2 bSubEle,Ele_Dark,7; bonus2 bSubEle,Ele_Ghost,7; bonus2 bSubEle,Ele_Undead,7; autobonus "{ bonus2 bHPRegenRate,150,1000; }",10,5000,BF_WEAPON,"{ specialeffect2 EF_HEAL; }"; autobonus2 "{ bonus2 bSPRegenRate,150,1000; }",10,5000,BF_WEAPON,"{ specialeffect2 491; }";  if (getrefine()>=7) { bonus bMatk,10; bonus bBaseAtk,10; } if (getrefine()>=9) { bonus bAspd,1; } },{},{}
 

 

  • Upvote 1
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...