Don't multipost w/o a reason. Simply edit your previous post if you want to add something.
You see, even now.. There is no interest in your code and you keep spamming. Why..?
As a inspiration
for (L2PcInstance player : activeChar.getKnownList().getKnownTypeInRadius(L2PcInstance.class, 400)
{
if (player.isInStore())
return;
}
Sadly, but Addicted is right.
How?! Only the design logo vary from 10 up to 20, sometimes.
Unique design costs, a lot. But you can get something decent for 50/70 euro.
Ofc, ofc.. :troll:
That's normal, every pack takes things from another pack, if they judge it's worthy. You != logic, so I won't even try to explain you a thing. And damn, learn english.
You rly sounds like you want to get scammed. Simply don't buy ready packs. People will sell you old and shared packs, most likely. At least don't deal with "10-20" posts guys, in short, randoms.
Blessed never returns to +3, so most likely you have a custom settings for them. So, check your properties.
Else, go to RequestEnchantItem and find something like this
if (scrollTemplate.isBlessed())
{
// blessed enchant - clear enchant value
activeChar.sendPacket(SystemMessageId.BLESSED_ENCHANT_FAILED);
item.setEnchantLevel(0); // self explanation
item.updateDatabase();
activeChar.sendPacket(EnchantResult.UNSUCCESS);
}