How to setup PvP events

Deazer

Head Developer
Staff member
To adjust the PvP in the game's Event is necessary to enter the chat command //pvpevent
You will appear on the main menu screen setting rules for all the events.
VIxEG.png

The interpretation of the fields:

Active - whether they are all On Off
Announce time - time that will announce the start of the Event
Announce reduct - time after which the administration will post Announce
Field Start time (add) - in a time when you add will run all Events.Example:
12:00;12:30;13:10;14:40
Field Instances - enter into it are instances in which the events. The default is 802;804. And enter in the Instances.

Tabs for individual configuration's Event
All game events are set in separate tabs - TvT / CtF / DM

PvPEventConfigsEN.png


Fields:
Team Reward - fields for which prizes will be given all the winning team. Example: 57: 10,000 or more an item 57: 10,000; 4037: 1


Top Reward - fields for which prizes will be given 1 player in the winning team, who did more than anyone Kills. Example: 57: 10,000 or more an item

More tunes you can find in sql - server_variables.sql
 
Last edited:
Campo Hora de início (adicionar) - no horário em que você adicionar serão executados todos os Eventos.Exemplo:
12:00;12:30;13:10;14:40
Nesta parte não esta funcionando, fiz como você falou e ele diz que o comando esta errado. colocando também apenas um horário ele não funciona
 
Эта часть не работает, я сделал, как вы сказали, и там написано, что команда неправильная. тоже ставлю один раз, не работает
Значит что-то упустил, все работает
 
Last edited:
Nesta parte não está funcionando, fiz como você falou e ele diz que o comando está errado. colocar também apenas um horário ele não funciona
Consegui resolver adicionando os horários um por vez, seguidos do caractere ;

Se colocar tudo como diz no tutorial ele não trabalhou .

1698784351960.png
 
Я сделал все правильно, но когда я захожу в TVT, ЛИБО CTF ИЛИ DM, Я ТЕРЯЮ БАФ, КАК ТОЛЬКО ТЕЛЕТРАНСПОРИРУЮСЬ НА СОБЫТИЕ.
поставил галочку. Смотри внимательно гайд
 
Can anyone tell me where I could be going wrong?
Here the maximum participants are 999, but some people are not being teleported into the TVT, even being without doing anything and without taking any action while registered.

1713895173464.png
 
Last edited:
my instance 804 xml

XML:
<!DOCTYPE list SYSTEM "instances.dtd">
<list>
    <instance id="804" name="PvP Instance Coliseum" maxChannels="999" collapseIfEmpty="10" timelimit="30" dispelBuffs="false" respawn="60">
        <geodata map="24_19"/>
        <spawns>
            <spawn mobId="40010" type="point">
                <coords loc="148514 47435 -3408"/>
                <coords loc="150521 46039 -3408"/>
            </spawn>           
        </spawns>
        <doors>
            <door id="24190001" opened="false"/>
            <door id="24190002" opened="false"/>
            <door id="24190003" opened="false"/>
            <door id="24190004" opened="false"/>
        </doors>
        <level min="1" max="80"/>
        <return loc="82698 148638 -3472"/>
        <teleport loc="82698 148638 -3472"/>
        <zones>
            <zone name="[pvp_804_tvt_default]" active="true"/>
            <zone name="[pvp_804_tvt_spawn_red]" active="true"/>
            <zone name="[pvp_804_tvt_spawn_blue]" active="true"/>
            <zone name="[pvp_804_dm_default]" active="true"/>
            <zone name="[pvp_804_dm_spawn]" active="true"/>
            <zone name="[pvp_804_ctf_default]" active="true"/>
            <zone name="[pvp_804_ctf_spawn_red]" active="true"/>
            <zone name="[pvp_804_ctf_spawn_blue]" active="true"/>
        </zones>
    </instance>
</list>
 
наблюдалось, что если игрок флагнутый или в режиме боя, его не забирает на ивенты
I noticed this, but I don't know what other requirements there are, there are people on my server who are doing nothing and still aren't teleported
 
Я это заметил, но не знаю какие еще требования, у меня на сервере есть люди, которые ничего не делают и до сих пор не телепортируются
Может они и зарегистрироваться забыли?
 
Back
Top