Jump to content
  • 0

Augmentation Trade Help


Question

12 answers to this question

Recommended Posts

  • 0
Posted (edited)

Check in L2ItemInstance for this line

	/**
	 * Returns if item is tradeable.
	 * @return boolean
	 */
	public boolean isTradeable()
	{
		return isAugmented() ? false : _item.isTradeable();
	}

Edit it and enjoy! :lol:

 

EDIT: head-src/com/l2jfrozen/gameserver/model/actor/instance/L2ItemInstance.java ^^

Edited by Tessa
  • 0
Posted (edited)

and i will change it to true?

No, change it to return _item.isTradeable();   :lol: 

Edited by Tessa
  • 0
Posted

i found that if you turn the  false to true it is shown in the trade panel but you cant click :D help me plz ok

/**
     * Returns if item is tradeable.
     * @return boolean
     */

    public boolean isTradeable()
    {
        return isAugmented() ? false : _item.isTradeable();
    }

  • 0
Posted (edited)

One more double post and I will chat ban you.

 

5 posts in a row, you are breaking my balls. Locked.

Edited by SweeTs
Guest
This topic is now closed to further replies.


×
×
  • Create New...