Jump to content
  • 0

Anti-buff shield without editing java


scr3ative

Question

What I got:

 

<skill id="9999" levels="1" name="Block Buff">

  <set name="target" val="TARGET_SELF"/>

  <set name="skillType" val="BUFF"/>

  <set name="operateType" val="OP_PASSIVE"/>

  <set name="castRange" val="-1"/>

  <for>

    <effect count="0x7fffffff" name="ManaDamOverTime" time="5" val="0">

      <mul order="0x30" stat="buffVuln" val="0"/>

    </effect>

  </for>

</skill>

 

I added the above to 9900-9999.xml in skills folder. When I add the skill in game I only see a black icon and it doesn't work

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

It's with scoria pack, so I think it may been added to java, is the code I gave you alright?

 

For the icon's you need server side mods, create skillgrp and skillname-e

Link to comment
Share on other sites

  • 0

buffVuln never worked as intented, same problem occured/occurs (still ?) on regular L2J (and it is/was a really old problem).

 

There are few others skills normally using buffVuln, verify if they work too. If they don't, then you will have to java core side.

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