Readme
BetterSentries
Self-reloading sentries with customizable reload time, effects & more.
Features
- Automatic sentry reloading using stored magazines
- Customize reload time and effects
- Set sentry storage size
- Whitelist items for sentries
Credits
- CN_MaoMao_520 for the idea behind this plugin
- Fenyaxz and DragonPL for help with testing
Configuration
<?xml version="1.0" encoding="utf-8"?>
<BetterSentriesConfiguration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<DefaultReloadTime>2</DefaultReloadTime>
<DefaultReloadEffectId>61</DefaultReloadEffectId>
<DefaultReloadEffectDistance>100</DefaultReloadEffectDistance>
<AllowOnlyGunAndMagazinesInSentry>true</AllowOnlyGunAndMagazinesInSentry>
<CustomSentries>
<CustomSentry SentryId="1373" Name="Hostile Sentry">
<ReloadTime>2</ReloadTime>
<ReloadEffectId>61</ReloadEffectId>
<ReloadEffectDistance>100</ReloadEffectDistance>
<StorageWidth>7</StorageWidth>
<StorageHeight>3</StorageHeight>
</CustomSentry>
<CustomSentry SentryId="1372" Name="Friendly Sentry">
<StorageWidth>7</StorageWidth>
<StorageHeight>3</StorageHeight>
<EnableWhitelistItems>true</EnableWhitelistItems>
<WhitelistItems>
<WhitelistItem ItemId="363" Name="Maplestrike" />
<WhitelistItem ItemId="6" Name="Military Magazine" />
<WhitelistItem ItemId="17" Name="Military Drum" />
</WhitelistItems>
</CustomSentry>
<CustomSentry SentryId="1244" Name="Neutral Sentry">
<StorageWidth>7</StorageWidth>
<StorageHeight>3</StorageHeight>
</CustomSentry>
</CustomSentries>
</BetterSentriesConfiguration>