Jump to content
  • 0

Request for item script weapons and armors :D


icabit

Question


  • Group:  Members
  • Topic Count:  28
  • Topics Per Day:  0.01
  • Content Count:  353
  • Reputation:   70
  • Joined:  07/14/12
  • Last Seen:  

Armors

==============================================================================================

it triggers when a monster or player hits you

1% chance to heal 1% of your total hp

autobonus2 "{ percentheal 1,0; }",10,100,BF_NORMAL|BF_SKILL,"{ specialeffect2 313; }";

1% chance to heal 1% of your total sp

autobonus2 "{ percentheal 0,1; }",10,100,BF_NORMAL|BF_SKILL,"{ specialeffect2 211; }";

Weapons

==============================================================================================

it triggers when your hitting a monster or player

1% chance to deal slow

bonus4 bAutoSpellWhenHit,"NPC_CURSEATTACK",10,10,1;

1% chance to immobalize

bonus4 bAutoSpellWhenHit,"NPC_PETRIFYATTACK",10,10,1;

1% chance to deal 2x crit hit damage for 3 secs

autobonus "{ bonus bCritAtkRate,100; }",10,3000,BF_NORMAL|BF_SKILL,"{ specialeffect2 EF_POTION_BERSERK; }";

1% chance to gain 100 hit for 3 secs

autobonus "{ bonus bHit,100; }",10,3000,BF_NORMAL|BF_SKILL,"{ specialeffect2 EF_POTION_BERSERK; }";

1% chance to deal 2x damage

autobonus "{ bonus bAtkRate,100; }",10,3000,BF_NORMAL|BF_SKILL,"{ specialeffect2 EF_POTION_BERSERK; }";

1% chance to deal 2x magic damage

autobonus "{ bonus bMatkRate,100; }",10,3000,BF_NORMAL|BF_SKILL,"{ specialeffect2 EF_POTION_BERSERK; }";

1% chance to lifesteal 100% of your damage

autobonus "{ bHpDrainRate,1000,100; }",10,3000,BF_NORMAL|BF_SKILL,"{ specialeffect2 216; }";

Edited by icabit
Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  60
  • Topics Per Day:  0.01
  • Content Count:  562
  • Reputation:   219
  • Joined:  11/22/11
  • Last Seen:  

Armors:

refer Autobonus, Percentheal

.

just want to let you know this information.

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  28
  • Topics Per Day:  0.01
  • Content Count:  353
  • Reputation:   70
  • Joined:  07/14/12
  • Last Seen:  

thx goddameit

but is there anything you could recommend for this?

i want to slow and immobalize enemies without using autospell :(

1% chance to deal slow

bonus4 bAutoSpellWhenHit,"NPC_CURSEATTACK",10,10,1;

1% chance to immobalize

bonus4 bAutoSpellWhenHit,"NPC_PETRIFYATTACK",10,10,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...