Jump to content
  • 0

Anti-buff shield without editing java


Question

Posted

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

4 answers to this question

Recommended Posts

  • 0
Posted

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

  • 0
Posted

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.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock