[FIXED]Enchant System
- Stooki
- Posts: 66
- Joined: Mon Jan 16, 2012 4:05 pm
[FIXED]Enchant System
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
But i know God doesen't work that way.
So i stole a bike and i asked for forgiveness "
- Al Pacino
-
- L2j Veteran
- Posts: 855
- Joined: Mon May 03, 2010 8:38 am
- Location: France
Re: [Bug]Enchant System
Known issue, it requires rework.
- Stooki
- Posts: 66
- Joined: Mon Jan 16, 2012 4:05 pm
Re: [Bug]Enchant System
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
But i know God doesen't work that way.
So i stole a bike and i asked for forgiveness "
- Al Pacino
- St3eT
- Posts: 961
- Joined: Sun Mar 07, 2010 6:50 pm
Re: [Bug]Enchant System
Sdw wrote:Known issue, it requires rework.
-
- Posts: 9
- Joined: Thu Dec 25, 2014 2:22 pm
Re: [Bug]Enchant System
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;
}
}
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;
}
}
-
- L2j Veteran
- Posts: 855
- Joined: Mon May 03, 2010 8:38 am
- Location: France
-
- Posts: 1
- Joined: Wed Jan 14, 2015 6:31 am
Re: [Bug]Enchant System
not workSdw wrote:Nah I think I made a typo else where.
It helps if you try (reverting your changes)
Gist by: Sdw-
thank
-
- L2j Veteran
- Posts: 855
- Joined: Mon May 03, 2010 8:38 am
- Location: France
Re: [Bug]Enchant System
Fixed in [commit]9bacd48339c8b90a909f063166d6424e39294185[/commit] thanks 

-
- Posts: 9
- Joined: Thu Dec 25, 2014 2:22 pm
Re: [Bug]Enchant System
not work
can't enchant
Thank you.
can't enchant
Thank you.
-
- L2j Veteran
- Posts: 855
- Joined: Mon May 03, 2010 8:38 am
- Location: France
Re: [Bug]Enchant System
Clean rev? This has been tested by 3 people including me.
Not saying I didn't forgot something.
Not saying I didn't forgot something.
-
- Posts: 9
- Joined: Thu Dec 25, 2014 2:22 pm
Re: [Bug]Enchant System
ok Last rev "Fixing a few typo in enchanting"
Work.
Thank you.
Work.
Thank you.