You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have auto_convert_totorial on false in the config.
Setting yourself to Tutorial as Spectator works correctly. Plugin ignores you.
Setting yourself to Tutorial as any other class converts you to Serpent's Hand. Sometimes gives you the full loadout, sometimes only ammo, but you are always able to block a round from ending.
The text was updated successfully, but these errors were encountered:
I got another problem, but I guess this is also connected to CustomRoles?
[2023-08-01 00:55:15.669 +02:00] [ERROR] [Exiled.Events] Method "OnHurting" of the class "SerpentsHand.SerpentsHand" caused an exception when handling the event "Exiled.Events.Events+CustomEventHandler1[[Exiled.Events.EventArgs.Player.HurtingEventArgs, Exiled.Events, Version=7.2.0.0, Culture=neutral, PublicKeyToken=null]]" [2023-08-01 00:55:15.681 +02:00] [ERROR] [Exiled.Events] System.NullReferenceException: Object reference not set to an instance of an object at SerpentsHand.SerpentsHand.OnHurting (Exiled.Events.EventArgs.Player.HurtingEventArgs ev) [0x00014] in <7c51da7cb3be47b882a80e3f9b19d7a8>:0 at Exiled.Events.Extensions.Event.InvokeSafely[T] (Exiled.Events.Events+CustomEventHandler1[TInterface] ev, T arg) [0x00021] in :0
I also have SCP-035 plugin on my server. If you become SCP-035, you first spawn as Tutorial, what triggers the above mentioned bug and gives you Serpent's Hand loadout. In some cases, it completely bugs out and just ends the round, no matter what teams are alive.
I did some testing. I changed the custom role of SCP-035 to ClassD and Serpent's Hand to ChaosConscript in the config. SCP-035 stopped having problems and it worked as intended. I only had the above mentioned bugs with ChaosConscript now (escaped ClassD spawning as SH, blocking the round even alone, ending a round prematurely). So it seems Serpent's Hand is messing things up after all?
Edit: Would also explain why UIURescueSquad works fine, too.
I have auto_convert_totorial on false in the config.
Setting yourself to Tutorial as Spectator works correctly. Plugin ignores you.
Setting yourself to Tutorial as any other class converts you to Serpent's Hand. Sometimes gives you the full loadout, sometimes only ammo, but you are always able to block a round from ending.
The text was updated successfully, but these errors were encountered: