Jump to content

ProAleX68

Members
  • Posts

    18
  • Joined

  • Last visited

Posts posted by ProAleX68

  1. Hello. Please tell me, how do I move the buff text away from the icon?
     

    Spoiler

    <Configs>

    <append xpath="/buffs">
        <buff name="buffTraderSafeZone" remove_on_death="false">
            <stack_type value="ignore"/>
            <update_rate value=".1"/>

            <effect_group>    
                <triggered_effect trigger="onSelfBuffUpdate" action="AddBuff" buff="buffSafeZone" target="selfAOE" target_tags="player,vehicle" range="50"/>
            </effect_group>    
        </buff>

        <buff name="buffSafeZone" name_key="Безопасная зона трейдера" description_key="Эта область безопасна ТОЛЬКО для ИГРОКОВ" tooltip_key="Вы вошли в безопасную зону трейдера" icon="ui_game_symbol_skull" icon_color="0,255,0" icon_blink="true" remove_on_death="true">
            <display_value_key value="Безопасная зона трейдера"/> <display_value value="xxx"/>        
            <duration value="2"/>
            <stack_type value="replace"/>
            <update_rate value=".1"/>

            <effect_group>    
                <triggered_effect trigger="onSelfBuffUpdate" action="RemoveBuff" buff="buffSafeZone" target="self">
                    <requirement name="!EntityTagCompare" tags="player" target="self"/>
                    <requirement name="!EntityTagCompare" tags="vehicle" target="self"/>
                </triggered_effect>
            </effect_group>    
        </buff>
    </append>

    </Configs>

     

    7 Days to Die Screenshot 2022.08.10 - 06.59.49.79.png

  2. Hello. The mod gives an error what could be the reason, please tell me?

     INF [SERVERTOOLS] Unable to locate installation files at 'D:\Servers\gsp_5668\185.189.255.23-27000\Survivalhost\/Mods/ServerTools'. ServerTools has been disabled

  3. 8 hours ago, doughphunghus said:

    Вы должны иметь все клиенты также загрузить те же моды с иконами в них. Иконки не синхронизируются с сервером и клиентами

    Good afternoon. And there is no more opportunity to transfer icons to the client?

  4. 9 hours ago, Beelzybub said:

    Выполните текстовый поиск в папке mod для текста "WarningMax". Любой файл мода, который изменяет эту переменную, будет отображаться в результате. Это должно быть "items.xml - файл.

    Как только вы найдете, где WarningMax = .6 , измените его на WarningMax = 1 .

    Thank you very much for your answer, it helped me a lot. Don't tell me what this parameter is responsible for?

  5. On 07.06.2022 at 12:50, Beelzybub said:

    Кроме того, один из ваших модов имеет недопустимое целое число в items.xml . "WRN не может разобрать int WarningMax '.6'".

    Уменьшение дисстанции просмотра с 12 до 6 может помочь производительности.

     

    Hello, can you tell me how to more accurately determine what kind of mod it is?

  6. ello. In server tools there is a command to teleport to coordinates and it works. please help me set up a reverse teleport by command /jailback, I'm not very good at this.

    <Custom Trigger="jail" Command=" {SetReturn} {EntityId} ^ tele {EntityId} 1081 -1 2354 ^ {Delay} 3 ^ whisper {PlayerName} теперь вы в тюрме ^" DelayBetweenUses="0" Hidden="false" Reserved="false" Permission="false" Cost="0" />
     

     

    Enabling will create a CustomCommands.xml in your main installation folder in a ServerTools folder.

    Allows custom commands to be used via chat. Example: The player can type /tpmarket and it runs "tele {EOS} 0 -1 5" based on the response the admin has setup.

    Separate command response with a ^. Example: tele {EntityId} 10 -1 50 ^ whisper You are now in the market.

    A delay in the operation of the response can be done with {Delay} #. Example: tele {EntityId} 10 -1 50 ^ {Delay} 3 ^ whisper {PlayerName} you are now in the market.

    Delays between command use are available for the first twenty entries in the list only.

    Run a permission check on the player using the command by setting it via the xml file to true or false. Users must be the right permission level in the serveradmin.xml.

    Responses in chat can include whisper or global with a message.

    Whisper will send it to the player that triggers the command, while global will send the message to the entire server.

    {SetReturn} will save the users current location with the trigger name. {Return} 'trigger' will teleport the user to the saved location

  7. Hello. In server tools there is a command to teleport to coordinates and it works. please help me set up a reverse teleport by command /jailback, I'm not very good at this.

    <Custom Trigger="jail" Command=" {SetReturn} {EntityId} ^ tele {EntityId} 1081 -1 2354 ^ {Delay} 3 ^ whisper {PlayerName} теперь вы в тюрме ^" DelayBetweenUses="0" Hidden="false" Reserved="false" Permission="false" Cost="0" />
     

     

    Enabling will create a CustomCommands.xml in your main installation folder in a ServerTools folder.

    Allows custom commands to be used via chat. Example: The player can type /tpmarket and it runs "tele {EOS} 0 -1 5" based on the response the admin has setup.

    Separate command response with a ^. Example: tele {EntityId} 10 -1 50 ^ whisper You are now in the market.

    A delay in the operation of the response can be done with {Delay} #. Example: tele {EntityId} 10 -1 50 ^ {Delay} 3 ^ whisper {PlayerName} you are now in the market.

    Delays between command use are available for the first twenty entries in the list only.

    Run a permission check on the player using the command by setting it via the xml file to true or false. Users must be the right permission level in the serveradmin.xml.

    Responses in chat can include whisper or global with a message.

    Whisper will send it to the player that triggers the command, while global will send the message to the entire server.

    {SetReturn} will save the users current location with the trigger name. {Return} 'trigger' will teleport the user to the saved location

  8. On 12.05.2022 at 23:33, Beelzybub said:

    Файл "power.dat" повреждается или не сохраняется должным образом при выключении / перезапуске. Единственное решение, которое я знаю, - это делать резервные копии

    и замените этот файл, когда возникнет проблема.

    Thank you very much for the answer!

×
×
  • Create New...