06/12/2024 21:00 GMT +2
High Five - PvP server x45 - Aria Victoria Style 2004
NPC Buffer & Enchanted NPC Buffer.
Global Gatekeeper.
Clan Hall Teleports & Clan GM Shop (-20%).
Offline Shop.
GM shop up to B Grade.
Auto Farm system.
TvT - CTF - DM - Party Farm - Event Boss
Craftable Hero Weapon.
Instances Solo and Party, weekly and daily.
No kamael.
More informations can be found on our website including a "how to connect" greek guide
Valkyria is based on aCis
https://l2valkyria.com
Question
[DEV]DjSt3rios
Hello. I would like to ask how i can put on eclipse a code like
if(player.inTvT)
{
return;
}
u know, to do something if the player is in TvT Event..
i tried this
if(isPlayerParticipant(getName())
{
return;
}
and
byte teamId = getParticipantTeamId(playerName);
if (teamId == -1)
return false;
but i have errors(on console, not in compile). Any idea?
4 answers to this question
Recommended Posts