#(deenahyphine) '- walk' on stuck teleport issue

23 messages · Page 1 of 1 (latest)

glacial pine
#

If entity walks near trapdoor, or steps on stair or something like that - it immediately teleports to the destination. Maybe I dont understand something? Can it be disabled in citizens or denizen configs?

craggy reefBOT
#

(deenahyphine) '- walk' on stuck teleport issue

craggy reefBOT
#

Hi I'm AutoThreadBot! Don't mind me, I'll just be adding the helper team to this thread so they can see it. A human will get to you soon.

exotic prairie
#

How far are you having them walk, roughly?

glacial pine
real glen
#

Teleporting is a sign of failing to Pathfind, there is an option to disable that in the configuration though

#

citizens config

#

can always look deeper to see if theres another issue at hand

#

!logs

zealous parrotBOT
# real glen !logs
Info: logs

Please post your full latest log file.

Background Info: One of the most helpful tools to identifying the source of a problem is your server logs file! Logs contain all sorts of important information like server and plugin versions, any error messages, and a lot more important information (More Info).

How To: Your log can be found in the logs folder within your server folder. The most recent log is a text file labeled latest.log. To get help using these logs, please open that file in a text editor and copy all of the text, then open https://paste.denizenscript.com/New/Log and paste the text into the box on the page. Then click "Submit" and copy the URL and paste that back into this channel.

Please do not upload the file to Discord or to other pastebin services, use the log pastebin linked above.

real glen
#

or if its via ~walk:

#

!debug

zealous parrotBOT
# real glen !debug
Info: debug

If you need help with a script issue, one of the most powerful tools Denizen has to offer is full debug output. This is displaying in your console whenever scripts are running until you turn debug off. To share a debug log quickly and easily with helpers, simply run the command /denizen debug -r in-game to begin recording, then run through the part of the script you need help with, then run the command /denizen submit. This will give you a link to a paste of the debug log, which you can then copy/paste back to us!

glacial pine
glacial pine
real glen
glacial pine
#

via a script

glacial pine
#

allright i think im fixed. Just set use-new-finder: true , default-destination-teleport-margin: 0 and check-bounding-boxes: false in citizens config

bitter sorrel
#

Great! feel free to ask if you have any more questions, otherwise -

lone galleonBOT
#
Thread Closing Reminder

Has your issue been resolved, or your question been answered?
If so, please use the </resolved:1028673926114594866> command to close your thread.
Or </invalid:1028673926898909185> if it's not possible to resolve.

If not yet resolved, please reply below to tell us what you still need.

(Note that if there is no reply for a few days, this thread will eventually close itself.)

#

@glacial pine