STEAM GROUP
Morrowind Multiplayer mwmulti
STEAM GROUP
Morrowind Multiplayer mwmulti
212
IN-GAME
1,715
ONLINE
Founded
July 8, 2016
Language
English
All Discussions > Help > Topic Details
Krinkle Aug 28, 2020 @ 8:00pm
How do I move or create a permanent corpse to our safehouse
the dreamer we were using disappeared after three days and everyone on the server is yelling at me. how do i create a huge series of chests or teleport that murdered hlaalu nerd to our safehouse so we can all dump our ingredients into a single pile and go back to messing around?
like what is the thing I type into the y chat to make this happen
/placeatme 1 some_thing
what do I type. Thank you.
< >
Showing 1-3 of 3 comments
testman Aug 29, 2020 @ 8:02am 
You could try opening developer console (not the chat window but the actual console window, either enable it for yourself in your player file or use the /setconsole command) and then placing the container using "placeatpc" command.

So for example doing "placeatpc com_chest_02 1,100,0.5" will place a chest right in front of you, but half in the ground. So best to use "tcl" command (or even levitate spell if you want) to lift yourself a bit above the ground and then run command for spawning chest. Of course you can use any other container ID instead of com_chest_02.

Or, as you mentioned that you would prefer corpse, you can do "placeatpc dead_skeleton 1,100,0.5", but here your vertical position is not important, as the corpse will fall to the ground.

If chest did not spawn the way you wanted, you can click on it and run command "setdelete 1". Be VERY CAREFUL when clicking. The command will permanently delete any object. You can see the ID of the selected object in the header / top border of console window.

Also, you might notice that what you spawned already has some items in it, but you can't remove those items. That's just a temporary visual problem. Logging out and back in should make the contents of container display properly.

If you encounter any further issues feel free to visit TES3MP Discord server and describe the problem in #technical_help channel.
Last edited by testman; Aug 29, 2020 @ 8:16am
Krinkle Aug 29, 2020 @ 2:36pm 
Thank you. I tried to delete the skeleton and it says i'm not allowed to. I hope that means it's permanent?
UncleRabb Jan 21, 2023 @ 6:22am 
Originally posted by testman:
You could try opening developer console (not the chat window but the actual console window, either enable it for yourself in your player file or use the /setconsole command) and then placing the container using "placeatpc" command.

So for example doing "placeatpc com_chest_02 1,100,0.5" will place a chest right in front of you, but half in the ground. So best to use "tcl" command (or even levitate spell if you want) to lift yourself a bit above the ground and then run command for spawning chest. Of course you can use any other container ID instead of com_chest_02.

Or, as you mentioned that you would prefer corpse, you can do "placeatpc dead_skeleton 1,100,0.5", but here your vertical position is not important, as the corpse will fall to the ground.

If chest did not spawn the way you wanted, you can click on it and run command "setdelete 1". Be VERY CAREFUL when clicking. The command will permanently delete any object. You can see the ID of the selected object in the header / top border of console window.

Also, you might notice that what you spawned already has some items in it, but you can't remove those items. That's just a temporary visual problem. Logging out and back in should make the contents of container display properly.

If you encounter any further issues feel free to visit TES3MP Discord server and describe the problem in #technical_help channel.


After placing an object, it stays when cell reset scripts run because we told it to not reset the cell in the script, a safe zone.

BUT the tweaking we did AFTER we spawned it, don't stay.
We place the item, then console command move x 100, rotate x 100 and so on to get it how we want. Is there a way to force it to save the position, is this something I'd have to look at in the cell reset script by chance?

PeriodicCellResets script

Lear's Periodic Cell Reset Script
version 1.12 (for TES3MP 0.8 & 0.8.1)

https://github.com/Learwolf/TES3MP-0.8-Scripts/blob/main/tes3mp-server%200.8.0/server/scripts/custom/periodicCellResets.lua
Last edited by UncleRabb; Jan 21, 2023 @ 6:24am
< >
Showing 1-3 of 3 comments
Per page: 1530 50

All Discussions > Help > Topic Details