Jump to content

[Share]Party control. V3


Recommended Posts

ohh and you must use an runnable class to update the coordinates because that arrow is static showing the given coords not the target. if you want ofc. :) btw good job! (kinda late but who cares :D)

 

Forgot to say, first use removeAllMarkers for your own good, don't wanna get your player with millions of markers :P

player.getRadar().removeAllMarkers();

or you can keep track of the coords given and remove only the marker like that:

player.getRadar().removeMarker(x,y,z); (don't know why i'm saying that sure you already know that staff ) :D

Link to comment
Share on other sites

ohh and you must use an runnable class to update the coordinates because that arrow is static showing the given coords not the target. if you want ofc. :) btw good job! (kinda late but who cares :D)

You mean that i must schedule a task every x time to find where the enemy is or something? Thanks btw :)

Link to comment
Share on other sites

Yeah, i took a few mins to see how this class works. But it's good to inform me since i have used it before.

 

My problem is another, where to set the marker, maybe at the leader of the enemy party or something?

Link to comment
Share on other sites

you can make it like that:

Opt 1: Set it to show the enemy party leader who is closest to your party leader.

Opt 2: Your party search for pvp parties a button on each party for set marker.

Opt 3: Set it to show the closest member of the enemy party that is close to you.

Link to comment
Share on other sites

you can make it like that:

Opt 1: Set it to show the enemy party leader who is closest to your party leader.

Opt 2: Your party search for pvp parties a button on each party for set marker.

Opt 3: Set it to show the closest member of the enemy party that is close to you.

I think i'll choose the second, it's amazing :) It will show a list of parties in pvp mode, with a button to start the task. Once again, really thanks.

Link to comment
Share on other sites

Damn, I'm not (100%) sure if it's a good idea about auto target. But, we will see how it goes when you create it. :)

 

Great mod && idea ;)

Link to comment
Share on other sites

I do not quite understand, can you explain how it works?

Every party leader can press .partycontrol to 'control' his party. He can choose many options for his party, like setting it in pvp mode, organizing fights with another parties, gathering his party members etc...

 

Thanks guys.

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