Jump to content
  • 0

Skill Question


Question

Posted

Hello guys i need some help with the skill xml
so i want to increase the blow rate you know make deadly blow chance to 80% 
so here is the xml "code"
what do i change in order to increase the skill success rate?
 

	<skill id="263" levels="37" name="Deadly Blow" enchantLevels1="30" enchantLevels2="30" >
		<table name="#enchantMagicLvl"> 76 76 76 77 77 77 78 78 78 79 79 79 80 80 80 81 81 81 82 82 82 82 83 83 83 84 84 85 85 85 </table>
		<table name="#ench2MpConsume"> 74 73 71 70 69 68 66 65 64 63 61 60 59 58 56 55 54 53 52 50 49 48 47 45 44 43 42 40 39 38 </table>
		<table name="#mpConsume"> 36 37 38 38 40 41 42 43 44 46 47 48 50 50 51 52 53 55 56 57 58 60 61 61 62 63 65 66 67 68 69 70 71 72 73 74 75 </table>
		<table name="#magicLvl"> 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 </table>
		<table name="#power"> 1107.0 1176.0 1249.0 1325.0 1405.0 1488.0 1574.0 1664.0 1757.0 1853.0 1953.0 2057.0 2164.0 2274.0 2388.0 2505.0 2625.0 2748.0 2875.0 3004.0 3136.0 3271.0 3408.0 3548.0 3690.0 3834.0 3980.0 4127.0 4275.0 4425.0 4575.0 4726.0 4878.0 5029.0 5180.0 5330.0 5479.0 </table>
		<table name="#ench1Power"> 5536 5593 5650 5708 5765 5822 5879 5936 5993 6050 6107 6164 6222 6279 6336 6396 6450 6507 6564 6621 6678 6736 6793 6850 6907 6964 7021 7078 7135 7192 </table>
		<table name="#ench2Power"> 5504 5529 5554 5579 5604 5629 5654 5680 5705 5730 5755 5780 5805 5830 5855 5880 5905 5930 5955 5980 6005 6030 6055 6080 6105 6130 6156 6180 6206 6231 </table>
		<set name="weaponsAllowed" val="Dagger" /> <!-- Dagger -->
		<set name="mpConsume" val="#mpConsume"/>
		<set name="magicLvl" val="#magicLvl"/>
		<set name="nextActionAttack" val="true" />
		<set name="power" val="#power"/>
		<set name="target" val="TARGET_ONE"/>
		<set name="condition" val="16"/>
		<set name="reuseDelay" val="9000"/>
		<set name="hitTime" val="1090"/>
		<set name="coolTime" val="500" />
		<set name="skillType" val="BLOW"/>
		<set name="lethal1" val="6"/>
		<set name="operateType" val="OP_ACTIVE"/>
		<set name="castRange" val="40"/>
		<set name="effectRange" val="400"/>
		<enchant1 name="magicLvl" val="#enchantMagicLvl"/>
		<enchant1 name="power" val="#ench1Power"/>
		<enchant2 name="magicLvl" val="#enchantMagicLvl"/>
		<enchant2 name="power" val="#ench2Power"/>
		<enchant2 name="mpConsume" val="#ench2MpConsume"/>
	</skill>

P.s i use l2 interlude (acis)

6 answers to this question

Recommended Posts

  • 0
Posted

no1 can help me?

 come on guys dont be bored to answer me :P

i think we are not bored to answer you but as i see in .xml havent something like this for example:

 

<set name="power" val="80" /> <!-- Base Land Rate -->

 

so better ask in aCis forum or here in aCis section maybe here someone know help you

  • 0
Posted

even o frozen there is no 

 

<set name="power" val="80" /> <!-- Base Land Rate -->
 

curses/debufs have this power .. but blows/attacks dont have it  anyways i will try to figure it out alone when i will have time (fcking school)

Guest
This topic is now closed to further replies.


×
×
  • Create New...