Raidable Bases

Raidable Bases [Платно] 3.0.6

Недавно обновленные
IQGuardianDrone
IQGuardianDrone
4.33 звёзд
Дрон-защитник, который может сопровождать ваших игроков в любом бою
IQDronePatrol
IQDronePatrol
5.00 звёзд
Дроны-патрули для монументов на сервере! Плагин на новую механику в RUST!
Barges
Barges
0.00 звёзд
Покорите водные просторы с помощью барж, которые могут стать вашим новым домом
Джунглёвские
Джунглёвские обои
0.00 звёзд
Наша команда подготовила совершенно бесплатные обои для ваших устройств или проектов
Ironveil:
Ironveil: The Last Outpost
0.00 звёзд
Размер карты: 4500; Количество префабов: ~40к;
🩹
🩹 Минималистичные иконки для вашего проекта (31 шт.)
5.00 звёзд
🩹 Исходники + psd с возможностью редактирования
Бесплодные
Бесплодные Земли
0.00 звёзд
Карта постапокалипсиса в стиле Fallout
Toxic
Toxic Springs
0.00 звёзд
Размер: 4к. Число префабов: ∼67k.
IQDefenderSupply
IQDefenderSupply
5.00 звёзд
Плагин добавляет защищенный груз ученых, который обладает броней и защитой, попробуй отобрать!
IQFakeActive
IQFakeActive
5.00 звёзд
Создание имитации онлайна и активности на вашем сервере
Radiant
Radiant Peak
5.00 звёзд
4500, 60к префабов
Convoy
Convoy Reforged
5.00 звёзд
Глобальное обновление всем известного плагина Convoy!
Dynamic
Dynamic Monuments
5.00 звёзд
Инновационный плагин для серверов Rust, который превращает обычные карты в уникальные!
CatapultSeat
CatapultSeat
0.00 звёзд
CatapultSeat — кресло, которое спасёт тебя в любой ситуации.
IQPotionFarm
IQPotionFarm
5.00 звёзд
"Зельевая" ферма, которая добавит возможность выпить его или продать!
It worked fine before the update
 

Вложения

  • raketa.json
    814 КБ · Просмотры: 2
It worked fine before the update
edit .cs and change
_materialNames = new() { "Generic (Instance)", "Concrete (Instance)", "Rock (Instance)", "Metal (Instance)", "Snow (Instance)", "Generic", "Concrete", "Rock", "Metal", "Snow" };
to
_materialNames = new() { "Generic (Instance)", "Concrete (Instance)", "Rock (Instance)", "Metal (Instance)", "Snow (Instance)", "Generic", "Concrete", "Rock", "Snow" };
 
Hi. What parameter is responsible for spawning a base far from the shore?
 
Hi. What parameter is responsible for spawning a base far from the shore?
Hi, if its in the water then the setting is in the profiles. if its on land or on the beach then its in the config.

config:
"Allow Raid Bases Inland": true,
"Allow Raid Bases On Beaches": true,
"Allow Raid Bases On Ice Sheets": false,
"Allow Raid Bases On Roads": false,
"Allow Raid Bases On Rivers": false,
"Allow Raid Bases On Railroads": false,
"Allow Raid Bases On Building Topology": false,
"Allow Raid Bases On Monument Topology": false,
"Allow Raid Bases In Biomes": {
"Arctic": true,
"Arid": true,
"Temperate": true,
"Tundra": true
},
profiles:
"Water Settings": {
"Allow Bases To Float Above Water": false,
"Chance For Underwater Bases To Spawn (0-100) (BETA - WORK IN PROGRESS)": 0.0,
"Prevent Bases From Floating Above Water By Also Checking Surrounding Area": true,
"Maximum Water Depth Level Used For Float Above Water Option": 0.01,
"Minimum Water Depth Level Used For Seabed Option": -20.0,
"Maximum Water Depth Level Used For Seabed Option": -35.0,
"Torpedo Damage Multiplier (Min)": 5.0,
"Torpedo Damage Multiplier (Max)": 10.0
}
 
Hello. Help me configure the plugin. I want the player to receive coins into the IQEconomic economy after a base raid. I tried to configure it myself, but the coins are not added. What should I fix?

JSON:
  "Rewards": {
    "Custom Currency": {
      "Plugin": {
        "Plugin Name": "IQEconomic",
        "Deposit Method (API)": "API_SET_BALANCE",
        "Withdraw Method (API)": "API_REMOVE_BALANCE",
        "Balance Method (API)": "API_GET_BALANCE",
        "ShoppyStock Shop Name": "",
        "Amount": 500.0,
        "Amount Data Type (API) - [ 0 - double | 1 - float | 2 - int ]": 0,
        "User Data Type (API) - [ 0 - ulong | 1 - string | 2 - player ]": 0
      },
      "Enabled": true,
      "Item Shortname": "scrap",
      "Item Name": null,
      "Amount": 0,
      "Skin": 0
    },
    "Economics Money": 0.0,
    "ServerRewards Points": 0,
    "SkillTree XP": 0.0,
    "Do Not Reward Buyable Events": false
  },
 
@radiskullman
hi, you can use "Economics Money" for both IQEconomic or Economics.



otherwise, to fix you can change that to this
JSON:
"Rewards": {
    "Custom Currency": {
      "Plugin": {
        "Plugin Name": "IQEconomic",
        "Deposit Method (API)": "API_SET_BALANCE",
        "Withdraw Method (API)": "API_REMOVE_BALANCE",
        "Balance Method (API)": "API_GET_BALANCE",
        "ShoppyStock Shop Name": "",
        "Amount": 0.0,
        "Amount Data Type (API) - [ 0 - double | 1 - float | 2 - int ]": 2,
        "User Data Type (API) - [ 0 - ulong | 1 - string | 2 - player ]": 0
      },
      "Enabled": true,
      "Item Shortname": "scrap",
      "Item Name": null,
      "Amount": 0,
      "Skin": 0
    },
    "Economics Money": 500.0,
    "ServerRewards Points": 0,
    "SkillTree XP": 0.0,
    "Do Not Reward Buyable Events": false
  },

tnx, it works
 
nivex updated Raidable Bases with a new update entry:

2.9.6

  1. Fix for Rust update (requires Rust update to compile)
  2. Fixed `Only Award First Attacker and Allies` when `Bypass Lock Treasure To First Attacker` is also true
  3. Fixed sphere placement height for floating bases
  4. Fixed an issue where doors may not despawn with `Change Door Type To` enabled
  5. Added `Player Damage To Tool Cupboard Multiplier` (1.0, normal damage)
  6. Added `Briefly Holster Weapon To Prevent Camping The Entrance Of Events` (false)
  7. Added support for Skins...

Read the rest of this update entry...
 
Hi! Could you add a feature that highlights or somehow shows the location of the tool cupboard and boxes when the loot is below 5%?
 
Назад
Сверху Снизу