Jump to content
  • 0

EffectList struggle


Hustman

Question

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<>();

 

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0
53 minutes ago, Tryskell said:

CharEffectList#add - if it doesn't exist, it's anyway in whatever class you found _buffs container.

image.thumb.png.7e2a5e0f08f8f1b39be29d842adb590e.png

These are all the places the "_buffs." exists 😕 I really can't find it

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...