Skip to content
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.

Releases: steven4547466/AdvancedSubclassing

The final release

19 Feb 14:42
Compare
Choose a tag to compare

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 and PercentHealthOnNecro 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

05 Feb 17:30
Compare
Choose a tag to compare

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

30 Jan 01:34
Compare
Choose a tag to compare

Although no one uses it (yet), I fixed a logical error in the custom weapon getter.

Fix heal grenades

29 Jan 18:40
Compare
Choose a tag to compare

Basically I messed up. This should fix heal grenades. Both flash and frag.

1.3.0

29 Jan 02:16
Compare
Choose a tag to compare

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

11 Jan 19:29
Compare
Choose a tag to compare

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

09 Jan 14:49
Compare
Choose a tag to compare

PryGates was a little broken, so here's the fix

Fix bypass keycard readers

08 Jan 15:35
Compare
Choose a tag to compare

The update broke bypass keycard readers, this update takes care of that.

Update to Exiled 2.1.24

06 Jan 22:43
Compare
Choose a tag to compare

Spawn location Lcz173Bottom no longer exists, in its place is Lcz173Connector, which is not the same place.

Fix CheckRoundEnd and 173 spawn locations

02 Jan 14:40
Compare
Choose a tag to compare

Fixes errors on checking round end and 173 spawn room locations