Jump to content
  • 0

How To Make Noblesse Dont Take A Buff Slot?


raF

Question

14 answers to this question

Recommended Posts

  • 0

net/sf/l2j/gameserver/model/CharEffectList.java

 

You should looking for this comment

// Remove first buff when buff list is full

And add the skill as an exception.

Link to comment
Share on other sites

  • 0

It works only if I have 24 of 24 buffs and when I use noblesse it goes to the 3rd row like a 25th buff, but I i use the noblesse in the middle of my buffs, its working like a normal buff.

Link to comment
Share on other sites

  • 0

It works only if I have 24 of 24 buffs and when I use noblesse it goes to the 3rd row like a 25th buff, but I i use the noblesse in the middle of my buffs, its working like a normal buff.

Try to find "Hot Spr - Malaria" logic

Link to comment
Share on other sites

  • 0

Passive noblesse makes infinity mass fights and disbalanced the pvp.

Try to make the Noblesse type like "accuracy" skill.. I hope you understand what i mean..

Edited by 'Baggos'
Link to comment
Share on other sites

  • 0

Add this to Noblesse Blessing code:

<effect name="EnlargeAbnormalSlot">
      <param slots="1" />
</effect>

That should give you 1 more buff-slot when Noblesse effect is up, so it isn't going to take any slot afterall.

Edited by Gries
Link to comment
Share on other sites

  • 0

Add this to Noblesse Blessing code:

<effect name="EnlargeAbnormalSlot">
      <param slots="1" />
</effect>

That should give you 1 more buff-slot when Noblesse effect is up, so it isn't going to take any slot afterall.

is not working bro

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.
Note: Your post will require moderator approval before it will be visible.

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...