Stable
1.0.4
UPDATE
- Fixed a small issue where the SpawnChance value was reversed meaning 100 would actually be 1% chance of spawning and vise verca.
- This is now corrected, so 100 in SpawnChance means 100% chance of spawning.
Updated file: lua/ch_illegal_discoveries/server/ch_illegal_discoveires_entities.lua
Stable
1.0.3
UPDATE
- Added Russian translation.
- Fixed a bug if triggered a random reward, but there were no rewards enabled.
- Fixed an issue with drawing the halo and 3d2d for entities outside the PVS.
- Fixed halo not using
DistanceForHalo
config. - Removed
DistanceToStopDisplaying
config as we check when the player can see the entity instead. - Changed 2D hook for drawing distance to HUDPaint instead of HUDDrawTargetID to avoid conflicts.
Stable
1.0.2
UPDATE
- Added an admin command to force respawn all illegal discovery entities.
- In-game command is
ch_illegal_discoveries_forcerespawn
Stable
1.0.1
UPDATE
- Removed DarkRP dependencies.
- Added currency support. It now supports most popular currencies/all gamemodes.
- Set the configuration
CH_IllegalDiscoveries.Config.Currency
- DarkRP Money
- SH Pointshop Points
- SH Pointshop Premium Points
- BaseWars Money
- Helix Money
- mTokens
- Brick's Credit Store
- Pointshop2 Points
- Pointshop2 Premium Points
- SantosRP Money
- Underdone Money
- Added custom rewards.
- Set the
CustomRewardChance
for each loot object in the config file. - If the chance is met, then it will run a custom reward function from the table.
- There are currently 25 custom rewards and more will be added per request.
- Custom rewards available:
- Spawn random entity
- PointShop 1 Points
- PointShop 1 specific item
- PointShop 2 points
- PointShop 2 premium points
- PointShop 2 specific item
- PointShop 2 random item
- PointShop 2 random item from config
- Give random weapon
- Give weapon ammunition
- Give armor
- Give item with SH Pointshop
- Give standard points with SH Pointshop
- Give premium points with SH Pointshop
- Give case with VoidCases
- Give XP with gLevel
- Give XP with DarkRP Essentials or Brick's Essentials
- Give XP with Sublime Levels
- Give XP with Vrondakis Level System
- Give XP with GlorifiedLeveling
- Give XP with Elite XP System
- Give credits for Brick's Credit Store
- Give item with Advanced Accessory
- Give tokens with mTokens
- Speed booster
- You can enable/disable custom rewards as you wish.
Stable
1.0.0
Initial version.