The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades.
×
- 0
Request for item script weapons and armors :D
-
Recently Browsing 0 members
- No registered users viewing this page.
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.