Add PVP zone message on PvE server.Solved

Hello im currently using Zone PVX INFO, with TruePVE and ZoneManager,

so the first plugin uses the Zone Name in order to set the PVE or PVP indicator on,  

can you add a Zone Manager Name like DynamicPVP does
or add some Enter or Leave Messages if the PVP is on
or add the "exclude" tag that TruePVE uses.

i only manage to leave the dome visible as kind of warning,

or am i missing something? i did a search a couldnt find an answer.

any suggestion would be great, thanks

Hi there,

Zone PVX Info could display a PvE or PvP UI using the OnDangerousEventStarted(Vector3 pos) and OnDangerousEventEnded(Vector3 pos) hooks if @Mabel wanted to implement it.

However, Dangerous Treasures does not create external zones through Zone Manager. All zones are created internally and are completely independent of any other plugin. This is necessary to fully control event behavior with custom logic that goes beyond what Zone Manager's flags allow. Even if events were spawned inside an external zone, the plugin couldn't override those flags or their behavior. Though, if all you want is a UI, then it can easily be implemented in Zone PVx Info by Mabel.

oh, ok i see, thank you for your answer,  can i quote this message on Zone PVX support page? 

I've pinged @Mabel he will see it

thats great, Thank you!

nivex

Hi there,

Zone PVX Info could display a PvE or PvP UI using the OnDangerousEventStarted(Vector3 pos) and OnDangerousEventEnded(Vector3 pos) hooks if @Mabel wanted to implement it.

However, Dangerous Treasures does not create external zones through Zone Manager. All zones are created internally and are completely independent of any other plugin. This is necessary to fully control event behavior with custom logic that goes beyond what Zone Manager's flags allow. Even if events were spawned inside an external zone, the plugin couldn't override those flags or their behavior. Though, if all you want is a UI, then it can easily be implemented in Zone PVx Info by Mabel.

Hey Nivex, sorry ive only just seen this 

 

i am not sure of the request here?? i already call `OnPlayerEnteredDangerousEvent` & `OnPlayerExitedDangerousEvent` which triggers the ui to show pve or pvp depending on there config setting I.E `"Allow PVP At Events"`

Ah, then there should be no issue then if the option is already available, thanks @Mabel

oh , isee,  but i cant figure it out , doh

i have `"Allow PVP At Events"` set to true,
and indeed its a pvp area but indicator still says PVE.

but never mind, i dont bother you  any longer, 

mi fix its i`ll set it DT to PVE! lol

dont worry

thanks both of you,

9tXSRX3oJ0AMnB4.jpg alexwakko

oh , isee,  but i cant figure it out , doh

i have `"Allow PVP At Events"` set to true,
and indeed its a pvp area but indicator still says PVE.

but never mind, i dont bother you  any longer, 

mi fix its i`ll set it DT to PVE! lol

dont worry

thanks both of you,

I will test this and get back to you 
Locked automatically