Jump to content
  • 0

Mp Potion Problem


Question

Posted (edited)
	<skill id="7041" levels="3" name="Mana Potion">
		<table name="#power"> 500 1000 1500 </table>
		<set name="power" val="#power" />
		<set name="target" val="TARGET_SELF" />
		<set name="reuseDelay" val="2000" />
		<set name="skillType" val="MANAHEAL" />
		<set name="operateType" val="OP_ACTIVE" />
		<set name="isPotion" val="true" />
		<cond msgId="113" addName="1">
			<player flying="False" />
		</cond>
	</skill>

So then I use my mp potions they start casting. I need them to be normal :D

Edited by duocia

6 answers to this question

Recommended Posts

  • 0
Posted

Because it's a custom item as I see.

 

The item "mana potion" has linked skill, you press the item and boom, you cast a skill. So, check your ITEM mana potion. Also, I wonder why you use custom mana pot/skill..

  • 0
Posted (edited)

Because it's a custom item as I see.

 

The item "mana potion" has linked skill, you press the item and boom, you cast a skill. So, check your ITEM mana potion. Also, I wonder why you use custom mana pot/skill..

 

I use aCis pack and in aCis pack it uses mana herb and mana herb recovers mana by % not exact power. I haven't changed item just skill id.

	<item id="728" type="EtcItem" name="Mana Potion">
		<set name="default_action" val="skill_reduce" />
		<set name="etcitem_type" val="potion" />
		<set name="material" val="liquid" />
		<set name="weight" val="800" />
		<set name="price" val="2000" />
		<set name="is_stackable" val="true" />
		<set name="is_oly_restricted" val="true" />
		<set name="handler" val="ItemSkills" />
		<set name="item_skill" val="7041-1" />
		<set name="use_condition" val="{{uc_transmode_exclude;{tt_flying}}}" />
	</item>
Edited by duocia
  • 0
Posted (edited)

Then what's stopping you to edit mana herb skill to give manaheal instead of manapercent..?

Edited by SweeTs

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock