Releases: steven4547466/AdvancedSubclassing
The final release
This will be the final release of this plugin. I will no longer have obligations maintain this project after this release. Aside from that, here's what this release adds:
- CantEscape ability.
- Float options for revive and necro that control how much health the player comes back with.
PercentHealthOnRevive
andPercentHealthOnNecro
respectively. Check the wiki for more info. - Four new lists in the base subclass configuration:
cant_damage_teams
- Teams that the subclass can't damage.teams_that_cant_damage
- Teams that can't damage the subclass.cant_damage_subclasses
- Subclass names that the subclass can't damage.subclasses_that_cant_damage
- Subclass names that can't damage the subclass.
Fixes and new API method
Multiply will now not work after decontamination if the role spawns in the LCZ or after warhead if they spawn in the facility.
Disable096Trigger now prevents 096 from being triggered after being shot.
Added PreventPlayerFromGettingClass(Player, float)
method to the api.
Fix custom weapon api
Although no one uses it (yet), I fixed a logical error in the custom weapon getter.
Fix heal grenades
Basically I messed up. This should fix heal grenades. Both flash and frag.
1.3.0
8 new abilities:
- CantBeInfected (with Scp008X support)
- Punch
- Stun
- Bloodlust
- Disarm
- Fake
- Corrupt
- Multiply
Added support for RealisticSizesEnabled and GhostSpectator.
Developer tools:
- Custom weapon registering
- Exiled-like sublcass events
Tons of bug fixes and performance improvements.
And more. This release doesn't contain everything I wanted in 1.3.0, but it has stuff that should've been released a long time ago but couldn't be without merging the entire branch, so I merged it all and will push the other ideas to 1.4.0.
Fix spawn locations
If you were using any of the 173 spawn locations, they were broken. They should be working now. This issue could also stop players from getting the class correctly.
Also, this update re-adds Lcz173Bottom!
Fix PryGates
PryGates was a little broken, so here's the fix
Fix bypass keycard readers
The update broke bypass keycard readers, this update takes care of that.
Update to Exiled 2.1.24
Spawn location Lcz173Bottom no longer exists, in its place is Lcz173Connector, which is not the same place.
Fix CheckRoundEnd and 173 spawn locations
Fixes errors on checking round end and 173 spawn room locations