[FIXED]Enchant System

Move here solved/invalid bug reports.
Please add manual tag [INVALID] to invalid reports, until we add new tag system, thanks.
Post Reply
User avatar
Stooki
Posts: 66
Joined: Mon Jan 16, 2012 4:05 pm

[FIXED]Enchant System

Post by Stooki »

Enchant System - After u hit enchant +1 then u do Continue nothing happens. (Can't pass to +2)
" I asked God for a bike,
But i know God doesen't work that way.
So i stole a bike and i asked for forgiveness "

- Al Pacino
Sdw
L2j Veteran
L2j Veteran
Posts: 855
Joined: Mon May 03, 2010 8:38 am
Location: France

Re: [Bug]Enchant System

Post by Sdw »

Known issue, it requires rework.
User avatar
Stooki
Posts: 66
Joined: Mon Jan 16, 2012 4:05 pm

Re: [Bug]Enchant System

Post by Stooki »

Also when u enchant to +1 or +2 it says u succesfuly enchanted a weapon to +0 even if its +1 2 3 etc. and Continue still not working xD
" I asked God for a bike,
But i know God doesen't work that way.
So i stole a bike and i asked for forgiveness "

- Al Pacino
User avatar
St3eT
Posts: 961
Joined: Sun Mar 07, 2010 6:50 pm

Re: [Bug]Enchant System

Post by St3eT »

Sdw wrote:Known issue, it requires rework.
If i should be black sheep for sure no as punishment
Image
linchuin
Posts: 9
Joined: Thu Dec 25, 2014 2:22 pm

Re: [Bug]Enchant System

Post by linchuin »

RequestEnchantItem.java

activeChar.broadcastUserInfo(UserInfoType.ENCHANTLEVEL);
activeChar.sendPacket(new ExUserInfoInvenWeight(activeChar));
// activeChar.setActiveEnchantItemId(L2PcInstance.ID_NONE); // remove
activeChar.setActiveEnchantTimestamp(System.currentTimeMillis()); // add

}
}
@Override
public String getType()
{
return _C__5F_REQUESTENCHANTITEM;
}
}
Sdw
L2j Veteran
L2j Veteran
Posts: 855
Joined: Mon May 03, 2010 8:38 am
Location: France

Re: [Bug]Enchant System

Post by Sdw »

Nah I think I made a typo else where.

It helps if you try (reverting your changes)
Gist by: Sdw-
phpbb
Posts: 1
Joined: Wed Jan 14, 2015 6:31 am

Re: [Bug]Enchant System

Post by phpbb »

Sdw wrote:Nah I think I made a typo else where.

It helps if you try (reverting your changes)
Gist by: Sdw-
not work

thank
Sdw
L2j Veteran
L2j Veteran
Posts: 855
Joined: Mon May 03, 2010 8:38 am
Location: France

Re: [Bug]Enchant System

Post by Sdw »

Fixed in [commit]9bacd48339c8b90a909f063166d6424e39294185[/commit] thanks ;)
linchuin
Posts: 9
Joined: Thu Dec 25, 2014 2:22 pm

Re: [Bug]Enchant System

Post by linchuin »

not work
can't enchant

Thank you.
Sdw
L2j Veteran
L2j Veteran
Posts: 855
Joined: Mon May 03, 2010 8:38 am
Location: France

Re: [Bug]Enchant System

Post by Sdw »

Clean rev? This has been tested by 3 people including me.

Not saying I didn't forgot something.
linchuin
Posts: 9
Joined: Thu Dec 25, 2014 2:22 pm

Re: [Bug]Enchant System

Post by linchuin »

Yes Clean rev.
linchuin
Posts: 9
Joined: Thu Dec 25, 2014 2:22 pm

Re: [Bug]Enchant System

Post by linchuin »

ok Last rev "Fixing a few typo in enchanting"

Work.

Thank you.
Post Reply