Jump to content
  • 0

Item keeped in inventory


Question

Posted

How i can make on l2jsunrise an item in inventory for effect?
Player just keep in inventory to get effect. (Without skill active/passive)
I have 

 <item id="22600" type="Armor" name="Tattoo of Brave Cat. 1">
		<set name="icon" val="icon.skill1326" />
		<set name="immediate_effect" val="1" />
		<set name="is_tradable" val="false" />
		<set name="is_dropable" val="false" />
		<set name="is_sellable" val="false" />
		<set name="is_depositable" val="false" />
	<for>
	   <add stat="mDef" val="500" />
	</for>
	</item>

Item appear in inventory, but effect from "mDef" not. What i miss? Thank you

3 answers to this question

Recommended Posts

  • 0
Posted

If I understood correctly, you want to add a defense stat to a custom item, but when it reaches the player's inventory, is it not appreciated? If this stat is added to the player's stats when he has it on, then to make it Visible in the item's tooltip, it would have to be added in the system's armorgrp.dat file, I don't know if that is the question

  • 0
Posted

I appreciate your time to post. I try all variants. Now i try a second variant. To add with skill passive, and it's working. Thank you! Can close topic, solved.

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