how to fixed chance scroll v.5097

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Locked
Madrobot
Posts: 47
Joined: Thu Jan 20, 2011 5:08 pm

how to fixed chance scroll v.5097

Post by Madrobot »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision 5097M:
L2JDP Revision 8578:

i want fix chance scroll ; Crystal scroll ,Ancient scroll
but
AbstractRefinePacket.java dont have

// Crystal Scrolls: Enchant Weapon
_scrolls.put(731, new EnchantScroll(true, false, true, false, L2Item.CRYSTAL_A, 0, 0, null));

//////////////A N D////////////////

how to get real icon

<item id="22221" type="EtcItem" name="Scroll: Enchant Weapon of Destruction (S-Grade) - Event">
<set name="icon" val="icon.etc_blessed_scrl_of_ench_wp_s_i05" /> <-------- how to get real icon


Help me please

" im bad english sorry ''
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: how to fixed chance scroll v.5097

Post by MELERIX »

icon is client-side.

about modify chance, take a look in: game\data\enchantData.xml
Madrobot
Posts: 47
Joined: Thu Jan 20, 2011 5:08 pm

Re: how to fixed chance scroll v.5097

Post by Madrobot »

MELERIX wrote:icon is client-side.

about modify chance, take a look in: game\data\enchantData.xml

thx man but client-side any file ?
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: how to fixed chance scroll v.5097

Post by MELERIX »

is forbidden to talk about these things here.
Locked