Jump to content
  • 0

About Skill Debuff Duration


Question

Posted
<skill id="1092" levels="19" name="Fear" enchantGroup1="1" enchantGroup2="1">
		<table name="#enchantMagicLvl"> 76 76 76 77 77 77 78 78 78 79 79 79 80 80 80 81 81 81 82 82 82 83 83 83 84 84 84 85 85 85 </table>
		<table name="#mpInitialConsume"> 3 4 5 6 6 7 8 9 10 11 11 11 12 12 13 13 13 14 14 </table>
		<table name="#mpConsume"> 12 16 18 21 24 28 31 35 38 41 43 44 46 48 49 51 52 53 55 </table>
		<table name="#magicLvl"> 14 20 25 30 35 40 44 48 52 56 58 60 62 64 66 68 70 72 74 </table>
		<table name="#ench1Power"> 41 42 44 45 46 48 49 50 52 53 54 56 57 58 60 61 62 64 65 66 68 69 70 72 73 74 76 77 78 80 </table>
		<table name="#ench2mpConsume"> 54 53 52 50 50 49 48 46 46 46 45 44 42 42 41 40 38 38 37 37 36 34 34 33 32 30 30 29 28 28 </table>
		<table name="#ench2mpInitialConsume"> 13 13 13 13 12 12 12 12 12 11 11 11 11 10 10 10 10 9 9 9 9 9 8 8 8 8 7 7 7 7 </table>
		<set name="abnormalLvl" val="1" />
		<set name="abnormalType" val="turn_flee" />
		<set name="mpInitialConsume" val="#mpInitialConsume" />
		<set name="mpConsume" val="#mpConsume" />
		<set name="lvlDepend" val="1" />
		<set name="power" val="40" /> <!-- Base Land Rate -->
		<set name="saveVs" val="MEN" />
		<set name="magicLvl" val="#magicLvl" />
		<set name="target" val="TARGET_ONE" />
		<set name="reuseDelay" val="5000" />
		<set name="hitTime" val="4000" />
		<set name="skillType" val="FEAR" />
		<set name="isMagic" val="1" /> <!-- Magic Skill -->
		<set name="isDebuff" val="true" />
		<set name="operateType" val="A2" />
		<set name="castRange" val="600" />
		<set name="effectRange" val="1100" />
		<set name="trait" val="DERANGEMENT" />
		<enchant1 name="magicLvl" val="#enchantMagicLvl" />
		<enchant1 name="power" val="#ench1Power" />
		<enchant2 name="magicLvl" val="#enchantMagicLvl" />
		<enchant2 name="mpConsume" val="#ench2mpConsume" />
		<enchant2 name="mpInitialConsume" val="#ench2mpInitialConsume" />
		<for>
			<effect count="5" name="Fear" abnormalTime="2" val="0" abnormalLvl="1" abnormalType="turn_flee" />
		</for>
	</skill>

I need to know how to change the time debuff at enchant  +cost

 

<effect count="5" name="Fear" abnormalTime="2" val="0" abnormalLvl="1" abnormalType="turn_flee" />, effect count are 5 seconds and abnormaltime are the multiplier sure? this is for fear 10 sec

 

3 answers to this question

Recommended Posts

  • 0
Posted
<table name="#ench2mpConsume"> 54 53 52 50 50 49 48 46 46 46 45 44 42 42 41 40 38 38 37 37 36 34 34 33 32 30 30 29 28 28 </table>

 

But the mana consumition decrease by each enchant .. and the time debuff increases, is this the right choice ?

  • 0
Posted

Debuff duration should change on enchanted skills for mana. There is no option to enchant debuff for a longer duration. Just chance/cost

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

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...