Jump to content

Multifunctionzone


^Wyatt

Recommended Posts

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

Link to comment
Share on other sites

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
Link to comment
Share on other sites

  • 3 weeks later...

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
Link to comment
Share on other sites

^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
Link to comment
Share on other sites

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

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