Jump to content
  • 0

Amulet Stackable l2jacis


Question

Posted

Hi everyone, I need to make the amulets stackable, as well as the spellbooks, but I need to control their consumption. I have modified the item.xml like this for example:
 

	<item id="8885" type="EtcItem" name="Amulet: Magnus' Chant">
		<set name="material" val="PAPER" />
		<set name="weight" val="120" />
		<set name="price" val="120" />
		<set name="is_stackable" val="true" />
	</item>

But I can see that within the spellbooks.xml it handles, I believe its consumption since I see the following for the same amulet:
 

<book skillId="1413" itemId="8885"/><!-- Amulet: Magnus' Chant -->

My question is the following, how do I make sure that when these are stacked, they are not all consumed in a single use.
 

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...