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

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