Raidable Bases

Raidable Bases [Платно] 3.1.3

Недавно обновленные
WorkbenchLegacy
WorkbenchLegacy
0.00 звёзд
Возвращает старую механику верстаков, существовавшую до обновления TechTreeUpdate (3 декабря 2020г)
CustomVital
CustomVital
0.00 звёзд
Плагин предоставляет API для добавления кастомных показателей (vitals)
IQTeamLimitter
IQTeamLimitter
5.00 звёзд
Лимитируйте количество тим, чтобы игроки не нарушали правила, постоянно меняя команды
XSkinMenu
XSkinMenu
5.00 звёзд
Красивое меню скинов для вашего сервера.
МОРСКИЕ
МОРСКИЕ КЕЙСЫ /PSD
0.00 звёзд
Кейсы в морском стиле, вдохновившись новым обновлением
Land
Land Of Enmity
5.00 звёзд
Land of Enmity - Земля враждующих. На этой территории никогда не царили мир и спокойствие. Даже сама
Foreign
Foreign Lands
5.00 звёзд
Вы являетесь членом экипажа грузового судна, которое попало в шторм и потерпело крушение
Lostly
Lostly Island
5.00 звёзд
Небольшая кастомная карта для Rust с размером 3k, с кастомными и стандартными монумекнтами
Grand
Grand Island
5.00 звёзд
Карта представленная в виде нескольких больших островов и нескольких малых
PromoCode
PromoCode
0.00 звёзд
Добавляет на сервер удобную систему промокодов
Water
Water Patrol
5.00 звёзд
Water Patrol is a plugin that spawns in NPC-controlled RHIBS that patrols the ocean and coastline se
CustomRocketLauncher
CustomRocketLauncher
0.00 звёзд
Добавляет на сервер кастомную ракетницу с гибкой настройкой характеристик.
Workshop
Workshop Community Skins Pack for XSkinMenu | .json version
5.00 звёзд
Пак комьюнити скинов для плагина XSkinMenu.
RUST
RUST STICKERS
0.00 звёзд
Мы решили сделать стикеры, которые можно использовать на своем проекте
Красивые
Красивые баннеры / PSD
0.00 звёзд
Что может быть лучше баннеров с красивыми девушками? Мы сделали 5 красивых баннеров
Yes, it is not displayed at all. it only works with a custom item for some reason
"Стоимость Покупаемых Событий": {
"Требовать индивидуальные затраты": true,
"Требовать затраты в экономике": false,
"Требовать затраты в Server Rewards": false
},

Требовать затраты в экономике needs to be true for it to work
 
  • Love
Реакции: DevS
"Стоимость Покупаемых Событий": {
"Требовать индивидуальные затраты": true,
"Требовать затраты в экономике": false,
"Требовать затраты в Server Rewards": false
},

Требовать затраты в экономике needs to be true for it to work
that's it, I figured it out, thx)) You are the best =)
 
nivex updated Raidable Bases with a new update entry:

2.8.3

  • Fixed visual bug for position of dome
  • Fixed eco raiding with bows using fire arrows
  • Fixed npcs not respawning when corpse isn't created
  • Added `Allow Teleport Ignores Respawning` (false)
  • Added `Eco Raiding -> Allow Molotov Cocktails` (true)
  • Added separate lists in profiles for npc names (`Random Murderer Names` and `Random Scientist Names`)
  • Added command `/rb pvp` to convert a locked raid to PVP
  • Re-added secondary rock obstruction check
  • Include external walls...

Read the rest of this update entry...
 
Hello, I made the translation according to the instructions, everything seems to work except for buying raids, the command does not work at all. Tell me how to fix it? I wrote to you on another site, I just need to fix it ASAP)
 
Hello, I made the translation according to the instructions, everything seems to work except for buying raids, the command does not work at all. Tell me how to fix it? I wrote to you on another site, I just need to fix it ASAP)
it's not going to work with custom items. use economics or serverrewards until next update
 
Требовать индивидуальные затраты
set false

"Требовать затраты в экономике": false,
"Требовать затраты в Server Rewards": false
set one true
 
ok fixed in next update. translation issue with the dictionary :D

line 14230 replace with:
var options = reset ? new() { config.Settings.Buyable.Cooldowns.Costs.Custom } : config.Settings.Include.Custom && config.Settings.Custom.TryGetValue(GetModeText(mode), out var val) ? val : new();

line 21167 replace with:
if (config.Settings.Custom.TryGetValue(Instance.GetModeText(mode), out var o) && o.Count > 0 && o.All(x => x.isValid))

line 15560 add:
private string GetModeText(RaidableMode mode) => en ? mode.ToString() : mode switch
{
RaidableMode.Easy => "Легкий",
RaidableMode.Medium => "Средний",
RaidableMode.Hard => "Тяжело",
RaidableMode.Expert => "Эксперт",
RaidableMode.Nightmare => "Кошмарный",
};
 
  • Like
Реакции: Zoom
nivex updated Raidable Bases with a new update entry:

2.8.5

Fix for Rust update (requires Rust update to compile)
Fixed default loadouts for npcs
Fixed UI being reset when ladder is disabled
Fixed active and inactive sphere colors
Fixed custom items for buyraid in Russian version
Fixed issue where player could randomly buy from disabled profiles
Fixed buyable teleport working on completed events
Fixed OnFireBallDamage hook not doing anything
Fixed deployables despawning on tugboats
Fixed entities belonging to the player being blocked from pickup...

Read the rest of this update entry...
 
Назад
Сверху Снизу