Jump to content

Recommended Posts

Posted

U could do this:

 

find

if(checkIfPvP(target) && targetPlayer.getPvpFlag() != 0 || isInsideZone(ZONE_PVP) && targetPlayer.isInsideZone(ZONE_PVP))
and replace with

if((checkIfPvP(target) && targetPlayer.getPvpFlag() != 0) || (isInsideZone(ZONE_PVP) && targetPlayer.isInsideZone(ZONE_PVP)) || (isInsideZone(L2Character.ZONE_MULTIFUNCTION) && targetPlayer.isInsideZone(L2Character.ZONE_MULTIFUNCTION)))
but probably your problem comes from checkIfPvP()

 

still same problem...

Posted (edited)

OP Frozen... that shouldn't even be possible...

 

add this line above the checkIfPvP() thing

System.out.println("This:"+isInsideZone(L2Character.ZONE_MULTIFUNCTION)+", Target:"+targetPlayer.isInsideZone(L2Character.ZONE_MULTIFUNCTION));
Edited by ^Wyatt
Posted

nope but almost 95% of packs have anti feed for pvp, so if you have it enabled, here you go.

 

Thanks for help ! and  forgot to congrats for the great post ! very good job !  :)

  • 3 weeks later...
Posted

Is there going to be a version for H5 Stable? Because BETA H5 is unusable for Live servers.

Did u try the Freya version into h5 stable?
Posted (edited)

No, im gonna try it right now.

 

 

UPDATE: The hierarchy of files is different, im gonna try and use the oldest h5 beta version and work out the errors from there.

Edited by ZaNteR
Posted (edited)

^Wyatt,

 

I am not earning any item in pvp what can be?

 

also as semething else because it is only attacking f staying  whit CTRL pressed?

 

 

Sorry forgot to inform use H5 L2JServer.

Edited by nery
Posted

^Wyatt,

 

I am not earning any item in pvp what can be?

 

also as semething else because it is only attacking f staying  whit CTRL pressed?

Pack? Chronicle?

If it's L2jFrozen I won't even bother answering since you, people, can use 2 minutes reading the replies.

About the CTRL I think I didn't add it in the zone features, not sure, so if you want it you'll have to add it.

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