Do you think its possible to make a totem selection plugin (allows you to select only a single totem and respawn there?)
With existing plugins I would guess its possible. Since a plugin exists where you can authall/deauth all/ auth radius on totems and a plugin that can be set as a home, can somone make a plugin that.
1.Saves a location when a player types a command /totem home (near the totem they want to spawn at)
2.On death save all existing authed totems to a list, clearing the user from all those totems,then authing within radius of previously stored home totem location.
3.On respawn then re-applying all removed totems
Solved Tokem / home selection
Discussion in 'Plugin Requests' started by crehop, Jan 2, 2016.
-
I could maybe add such to Teleportation
-
You're overthinking this a bit. All you really need to do is make a command to save your location as your "Respawn Point" then just force respawn at that Vector3 from PlayerStatManager.Respawn()
Should be easy for Hydra he already has all the /sethome doing all the work
[DOUBLEPOST=1451753913,1451745317][/DOUBLEPOST]Infact as a temp easy solution you could just use the CallHook OnPlayerRespawn() and just use a dictionary to store your respawn locations. Then just session.transform.position respawnloc; -
-
Sweet
-
Awesome, thanks hydra. Whats the ETA? and can you make sure its a stand alone feature (meaning i dont have to allow teleportation/home teleportation to enable it?) The reason I want this plugin is to make raiding more real, allowing players to build a forward base and attack from there.
-
-
How long untill you add this?
-
As it seems, this has been added to the game itself.