Jump to content

Question

Posted

How i can fix this to give stats?

Spoiler

<item id="22700" type="EtcItem" name="Amulet of Naya">
		<set name="icon" val="icon.etc_resonance_amulet_i00" />
		<set name="etcitem_type" val="RUNE" />
		<set name="default_action" val="CAPSULE" />
		<set name="immediate_effect" val="true" />
		<set name="material" val="PAPER" />
		<set name="weight" val="100" />
		<set name="is_tradable" val="true" />
		<set name="is_dropable" val="true" />
		<set name="is_sellable" val="true" />
		<set name="is_depositable" val="true" />
		<set name="is_stackable" val="false" />
		<for>
		     <add stat="pDef" val="110000" />
		</for>
	</item>

 

That pDef it is for test. Can someone help me to fix this? Player must keep in inventory for status.

Greetings

2 answers to this question

Recommended Posts

  • 0
Posted
2 hours ago, 0flee said:

How i can fix this to give stats?

  Hide contents


<item id="22700" type="EtcItem" name="Amulet of Naya">
		<set name="icon" val="icon.etc_resonance_amulet_i00" />
		<set name="etcitem_type" val="RUNE" />
		<set name="default_action" val="CAPSULE" />
		<set name="immediate_effect" val="true" />
		<set name="material" val="PAPER" />
		<set name="weight" val="100" />
		<set name="is_tradable" val="true" />
		<set name="is_dropable" val="true" />
		<set name="is_sellable" val="true" />
		<set name="is_depositable" val="true" />
		<set name="is_stackable" val="false" />
		<for>
		     <add stat="pDef" val="110000" />
		</for>
	</item>

 

That pDef it is for test. Can someone help me to fix this? Player must keep in inventory for status.

Greetings

 

  • Like 1
  • 0
Posted

Thanks for the answer, but i have a problem with that xml. I know to add status. I have a problem here
 

<set name="icon" val="icon.etc_resonance_amulet_i00" />
		<set name="etcitem_type" val="RUNE" />
		<set name="default_action" val="CAPSULE" />
		<set name="immediate_effect" val="true" />
		<set name="material" val="PAPER" />
		<set name="weight" val="100" />

I don't know if i must add something, or edit, or remove. Thanks again

I must edit a package from core? Anyone tell me pls?
 

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

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..