Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
  • Need help?

    Create a topic in the appropriate section
    Don't write everything in the chat!
  • Take a look at the marketplace

    There you can buy
    everything related to game servers
  • Don't want a ban?

    Please read our rules
    Don't disturb the order!
  • Sell or buy?

    Use services of the guarantor
    We will make your deal safe
Sign in to follow this  
NoNameUltima

Ultima Server Back Inventory For VIP

Recommended Posts

Ultima Server Back Inventory For VIP


US_BIFV ( Ultima Server Back Inventory For VIP )
 

 

Return of inventory for players after death.

 

The mod is server-side.

 

  • The modification returns objects to the player after death according to the settings.
  • The BC in the stores is also taken into account, and the order of charging the types of cartridges.

 

Configurations:

 

 

Возврат инвентаря для игроков после смерти.

 

Мод серверный.

 

  • Модификация возвращает объекты игроку после смерти в соответствии с настройками .
  • Так же учитывается БК в магазинах, и порядок зарядки типов патронов.

 

Конфигурации:

 

//	Путь к папке в профиле, с данными мода.
//	mod folder in profile
const		string			US_BIFV_STRING_FOLDER							=	"$profile:US_BIFV_STRING_FOLDER//";
//	Папка с БД игроков.
//	mod folder BD in profile
const		string			US_BIFV_STRING_FOLDER_BD						=	"US_BIFV_STRING_FOLDER_BD//";
//	Использовать только если игрок VIP
//	Use only for VIP players
const		bool			US_BIFV_BOOL_USE_ONLY_FOR_VIP					=	false;
//	Оставлять игроку только те предметы которые находятся в слотах
//	Give the player only those items that were in the slots
const		bool			US_BIFV_BOOL_BACK_ONLY_IS_ATTACHED				=	false;
//	Блокировать слоты возращаемых предметов в трупе. ( Только если настройка US_BIFV_BOOL_BACK_ONLY_IS_ATTACHED = true )
//	Block the slots of the returned items in the corpse. ( If there is a setting US_BIFV_BOOL_BACK_ONLY_IS_ATTACHED = true )
const		bool			US_BIFV_BOOL_BLOCK_ATTACHED_SLOTS				=	false;
//	Удалять после смерти предмет из рук трупа, если его тип есть в списке.	( Только если настройка US_BIFV_BOOL_BACK_ONLY_IS_ATTACHED = true )
//	To remove an object from the hands of a corpse after death, if its type is in the list ( If there is a setting US_BIFV_BOOL_BACK_ONLY_IS_ATTACHED = true ) 
const	ref TStringArray	US_BIFV_STRING_ARRAY_OBJECTS_DELETE_IN_HANDS	=	{};
//	Не возвращать предмет в руках трупа, возрожденному игроку ( Только если настройка US_BIFV_BOOL_BACK_ONLY_IS_ATTACHED = true, и если его нет в списке US_BIFV_STRING_ARRAY_OBJECTS_DELETE_IN_HANDS )
//	Do not return an item in the hands of a corpse to a reborn player ( If there is a setting US_BIFV_BOOL_BACK_ONLY_IS_ATTACHED = true ) 
const	 	bool			US_BIFV_BOOL_DONT_BACK_OBJECT_IN_HANDS			=	false;

 

[
    {
        "m_UID": "76561198011331626",
        "m_ExpiredDate": [
            2024.0,
            10.0,
            10.0
        ]
    }
]
 

Описание формата:
m_UID - UID игрока
m_ExpiredDate - Дата истечения ( После истечения даты, запись будет автоматически удалена ).

 

 

Format:
m_UID - player uid
m_ExpiredDate - expired data ( After the date expires, the record will be automatically deleted ).


 


 

Share this post


Link to post
Share on other sites



 

This file has been updated to Version 1.0.1.

Changelog:

 

Файл обновлён до версии 1.0.1.
Список изменений:

 

 

Добавлено:

  • Улучшена загрузка больших JSON файлов.
  • Добавлен учет и порядок заряжания патронов в магазин при возврате инвентаря.

 

 

 

Added:

  • Improved loading of large JSON files
  • Added accounting and the procedure for loading cartridges into the store when returning inventory.

 

 

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you automaticly agree to our Guidelines and Privacy Policy.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.