Author Topic: Disable friendly player collision for Slayer?  (Read 1418 times)

/title
Basically, an addon that allows you to toggle collision with your allies in a slayer minigame, so that you can walk through your allies who are AFKing in a doorway rather than having to wait for him to be kicked/shot to death

pretty sure it would need a .dll to work


pretty sure it would need a .dll to work
even with the existing nocollision dll you cant do it conditionally. all it does is remove checking for the player typemask when doing collision checks - it doesnt modify the code to let you toggle it on or off on a per player basis

crown has it on his server, when the player collision is off the players can't go through guards, just prisoners

There is a dll out there that can do this.

even with the existing nocollision dll you cant do it conditionally. all it does is remove checking for the player typemask when doing collision checks - it doesnt modify the code to let you toggle it on or off on a per player basis
Zeblote's new collision dll lets you change typemasks on an object (only works for what it should do, not turning their collision into corpse types)

Zeblote's new collision dll lets you change typemasks on an object (only works for what it should do, not turning their collision into corpse types)
oh, that makes more sense. in that case yeah its possible with dll lol

oh, that makes more sense. in that case yeah its possible with dll lol
https://github.com/Zeblote/PlayerCollisionToggle - there is a catch because MoveHandler has weird issues with bot crashing unless that was fixed, I actually have a fixed version of MoveHandler

https://github.com/Zeblote/PlayerCollisionToggle - there is a catch because MoveHandler has weird issues with bot crashing unless that was fixed, I actually have a fixed version of MoveHandler
so that will let me toggle collision between players?

so that will let me toggle collision between players?
Yes, but this was a thing at the beginning, it's just you can now do layers - You can collide with certain people and other people you can't