Does anybody know how are buffs added to the _buffs queue in L2J's h5 pack? I've searched a lot but I couldn't find it. The reason I need this is to make certain buffs to be excluded from the maxbuffs limit.
private final Queue<BuffInfo> _buffs = new ConcurrentLinkedQueue<>();
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
I apologize for my incompetence. The ability to trade is limited only for builder 1. Ordinary characters can trade with each other, and this has nothing to do with auto loot.)
Question
Hustman
Does anybody know how are buffs added to the _buffs queue in L2J's h5 pack? I've searched a lot but I couldn't find it. The reason I need this is to make certain buffs to be excluded from the maxbuffs limit.
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.