icabit Posted January 15, 2013 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 353 Reputation: 70 Joined: 07/14/12 Last Seen: February 12, 2023 Share Posted January 15, 2013 (edited) 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 January 16, 2013 by icabit Quote Link to comment Share on other sites More sharing options...
goddameit Posted January 16, 2013 Group: Members Topic Count: 60 Topics Per Day: 0.01 Content Count: 562 Reputation: 219 Joined: 11/22/11 Last Seen: August 3, 2024 Share Posted January 16, 2013 Armors: refer Autobonus, Percentheal . just want to let you know this information. 1 Quote Link to comment Share on other sites More sharing options...
icabit Posted January 16, 2013 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 353 Reputation: 70 Joined: 07/14/12 Last Seen: February 12, 2023 Author Share Posted January 16, 2013 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; Quote Link to comment Share on other sites More sharing options...
Question
icabit
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 icabitLink to comment
Share on other sites
2 answers 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.