Hi,
I have granted the tpoutpost permission to default. Sometimes (randomly), users are sent to other, HOSTILE monuments instead of to Outpost. Any idea why this might happen? I am looking through the config but don't see a clear culprit.
Thanks,
FM
Teleport to outpost sends players to another monument?
do you have
"Auto Generate Outpost Location": true,set properly? should be true
are you using a custom outpost?
where does it send the players instead?
outpost and bandit locations are set at piano, chair or workbench. so you will spawn there only. if they spawn elsewhere then its either configured to do so (/outpost show), or another plugin is conflicting. possibly by using SetParent to an entity after i've set it null.
I do have:
"Auto Generate Outpost Location": true,TBH, I was just about to try turning it off and manually setting coordinates. The Outpost is not custom BUT I am using XDQuest, which adds a custom element to the Outpost.
It sends the players to a custom swamp monument that I've set up with botrespawn NPCs. Outpost is @R8 and the swamp is @W10.
When I '/outpost show', 3 spawn points appear in the swamp (as well as roughly 8 in Outpost). I've tried removing the coordinates in the config file but they keep repopulating... is there a way to delete them?
Merged post
I figured it out... just deleted my config file and started from scratch. Thanks!
which map is this? if its yours send it to me in DM
I want to know how you have points in the swamp when the max range a point can spawn from is the radius of outpost =D
you have several options:
1. remove the chair/piano or workbench by the quest room so they don't teleport there. this will not remove the existing spawn point from the config. you must do that. you can use the printpos console command to get the position. use /outpost show so you know where to type printpos
2. disable auto gen for outpost and put a hitch & trough where you do want them to spawn. the plugin will destroy the hitch & trough during server startup and add a spawn point there even with auto gen disabled
3. disable auto gen and add your own locations use /outpost set command after using /outpost clear
I went with #3... seemed to be the simplest option. Thanks!
no problem