Jump to content

Question

Posted

Hi ! Help me please. When unEqiped DUALFIST then remove from buffs Fist Fury skill. How to do this ?
 I want to remove this buff.

It was impossible to use fist fury with a bow. just with DUALFIST.
sorry for my bad eng

Recommended Posts

  • 0
Posted

I told you 2 or 3 times. Find a skill which give effect only for specific weapon, there is few, if not many, and check it's xml. No ready code for lazy ppl.

  • 0
Posted

I told you 2 or 3 times. Find a skill which give effect only for specific weapon, there is few, if not many, and check it's xml. No ready code for lazy ppl.

I looked but found nothing

<using kind="Dual Fist"/> does not work

Who can set an example ? 

Important.

  • 0
Posted

Thx! Its work!
 

	<skill id="222" levels="1" name="Fist Fury">
		<table name="#DUALFIST"> 1.25 </table>
		<set name="mpConsume" val="8"/>
		<set name="target" val="TARGET_SELF"/>
		<set name="skillType" val="CONT"/>
		<set name="operateType" val="OP_TOGGLE"/>
		<set name="weaponsAllowed" val="DUALFIST" />
		<for>
			<effect count="0x7fffffff" name="DamOverTime" val="13">
				<mul order="0x30" stat="pAtkSpd" val="#DUALFIST">
				<using kind="DUALFIST"/>
				</mul>
			</effect>
		</for>
	</skill>
Guest
This topic is now closed to further replies.


×
×
  • Create New...