Jump to content

[Share]Custom skill: Steal Adena


Recommended Posts

  • 2 weeks later...

would that be?

player.ZONE_PEACE != 1 ?

it would be:

if (!player.isInsideZone(ZONE_PEACE))

 

hasn't suport for interlude?:)

i dont know, try it

 

Link to comment
Share on other sites

in skillhandlers/StealMoney.java

after this:

L2Object firstTarget = target;

 

add:

if(player.isInsideZone(ZONE_PEACE))

      return;

Link to comment
Share on other sites

Hi there,

I addatp this skill for interlude....

But i have only one problem....

So what this do is

Use skill on enemy.....u get slow effect and flag.....you get money.....at enemy invetory adena is dissapear...but if the enemy kill you  your adena from invetory doesnt dissapear

I dont know where is the problem

Can someone help me ?

 

 

 

Here is a print

shot00010n.jpg

 

 

 

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
Reply to this topic...

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