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

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>
  • 0
Posted

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

I need when I uneqip fists this skill remove too.

  • 0
Posted

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.

  • 0
Posted

 

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

  • 0
Posted (edited)

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
  • 0
Posted

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.
  • 0
Posted

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.

  • 0
Posted

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>
  • 0
Posted

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>
  • 0
Posted (edited)

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

Edited by SweeTs
Guest
This topic is now closed to further replies.


×
×
  • Create New...