Jump to content
  • 0

Item can't be destroyed.


Question

Posted

Can anyone tell me how i can edit item to: un-stackable and can be Selled/Destroyed and Tradeable?

I have this syntax 

        <set name="is_tradable" val="true" />
		<set name="is_dropable" val="true" />
		<set name="is_sellable" val="true" /> 
        <set name="is_stackable" val="false" />

and this no work. Again it's core edit? and if it's yes the answer, how i can do that. Thank you !

3 answers to this question

Recommended Posts

  • 0
Posted

By default it's set to true (you can trade/sell/destroy) and false to stackable, so you can remove those lines from XML.

 

There is no reason it's not working, else you added the lines, did a reload items ingame and you did not restart character / restart the server.

  • 0
Posted (edited)

SweeTs

What do you understand when i say `no work`?   Well, no work.

 

 

    <item id="496" type="EtcItem" name="Tatoo of Strenght"> <!-- Level 12 -->
       <set name="etcitem_type" val="RUNE" />
        <set name="immediate_effect" val="true" />
        <set name="material" val="PAPER" />
        <set name="weight" val="120" />
        <set name="is_destroyable" val="true" />
        <set name="is_tradable" val="true" />
        <set name="is_dropable" val="true" />
        <set name="is_sellable" val="true" />  
        <set name="is_stackable" val="false" />            
        <set name="handler" val="ItemSkills" />
        <set name="item_skill" val="27011-12" />
    </item>

 

 

and the second thing, in this item, i want to get effect only with 1 tattoo in inventory. No 2 or more tattoos for more effects. just 1 tattoo for 1 effect. no 2 tattoos for 2 effects.

Edited by InFocus

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