Jump to content
  • 0

Fist Fury Skill At Acis


Lancer

Question

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
Link to comment
Share on other sites

Recommended Posts

  • 0

Really, there is no hope for you. You have a proper line, yet you are lazy, unable to use godamn search over eclipse.

 

http://pastebin.com/RaLxv12U

 

 

<for>
<effect name="Buff" time="90" val="0" stackOrder="#stackOrder" stackType="pa_up_special">
<add order="0x40" stat="accCombat" val="#accCombat">
<using kind="BIGSWORD,BIGBLUNT"/>
      </add>
<mul order="0x30" stat="pAtk" val="#swordblunt">
<using kind="SWORD,BLUNT"/>
</mul>
<mul order="0x30" stat="pAtk" val="#twohands">
<using kind="BIGSWORD,BIGBLUNT"/>
</mul>
<mul order="0x30" stat="pAtk" val="#other">
<using kind="DUALFIST,DUAL,FIST,ETC,POLE,BOW,DAGGER"/>
</mul>
<mul order="0x30" stat="pDef" val="0.8" />
<sub order="0x40" stat="rEvas" val="3" />
</effect>
</for>
Link to comment
Share on other sites

  • 0

just do like sweet said to you. If you add a condition, the effect of the skill will be only added to the char if he is using a fist.

Link to comment
Share on other sites

  • 0

 

  • it's a toogle skill, so you don't
  • even if it's active skill, no effect with other weapon

 

 

No! Its a wrong answers.

I'm eqip fists and use skill [Fist Fury]

50cb96c829a9.jpg

 

When I'm uneqip fists skill must remove too! but skill do not remove. Skill increase my pAtkSpd.

fc7e2b910de9.jpg

 

 

Skill increase my pAtkSpd with bow too.

 

0dbf3a9be1f5.jpg

how to do this. when fists uneqip the skill is remove.

Link to comment
Share on other sites

  • 0

You are pathetic and you cant read

 

Add weapon condition to the skill, so you will get effect only with fists.

You did nothing and you expect miracle?

Edited by SweeTs
Link to comment
Share on other sites

  • 0

Dont work like this. Where in core this skill ?

46c9c530abaf.jpg

Search for <cond im not in pc now tonight if you dont solve this i will post here the xml skill with fix...you have nothing to do with core.
Link to comment
Share on other sites

  • 0

Dont work like this. Where in core this skill ?

Jeez. Find other skill that give effect/bonus with required weapon and check the xml structure.

Link to comment
Share on other sites

  • 0

Jeez. Find other skill that give effect/bonus with required weapon and check the xml structure.

Dont work :( need help please.

 

	<skill id="222" levels="1" name="Fist Fury">
		<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="1.25"/>
				<using kind="DUALFIST" />
				</mul>
			</effect>
		</for>
	</skill>
Link to comment
Share on other sites

  • 0

Give me one hour to go home an i will give you this part

Ok. Here clear xml.

 

	<skill id="222" levels="1" name="Fist Fury">
		<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="1.25"/>
			</effect>
		</for>
	</skill>
Link to comment
Share on other sites

  • 0

Your cond is wrong.. Find another skill that use weapon effect cond and do the same. Its that simple, rly.

Edited by SweeTs
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...