Clipz Posted July 30, 2007 Posted July 30, 2007 Ok, i'm working on a mod to create a spell that, when cast, summons a container flat on the ground at the player's feet. It will be small to avoid creating pathing problems. The main thing I need help with, is making it so i can place items into the container, move toanother location, summon the same box, and retrieve the items from the box. I have tried using PlaceAtMe which created a new box each cast, and then MoveTo with a persistent ID which i could only cast once.
tsolless Posted July 31, 2007 Posted July 31, 2007 Clipz said: Ok, i'm working on a mod to create a spell that, when cast, summons a container flat on the ground at the player's feet. It will be small to avoid creating pathing problems. The main thing I need help with, is making it so i can place items into the container, move toanother location, summon the same box, and retrieve the items from the box. I have tried using PlaceAtMe which created a new box each cast, and then MoveTo with a persistent ID which i could only cast once. Imperial Furniture has some containers that you can drop anywhere and access the inventory. It puts your equips back into your inventory when you pick it back up though... Look at it and see if you get any ideas.
Clipz Posted July 31, 2007 Author Posted July 31, 2007 Ill be sure to check that out. Thank you for the information.
Sypron Posted August 1, 2007 Posted August 1, 2007 Portable campsite comes with a sack that works flawlessly. It even corrects the weight of the sack on the contents. Its kinda like a way to bundle items in your inventory when you have to many. Of course, if you wanted you could alter the script to make the sack weight(s) that are added weigh nothing.
Clipz Posted August 2, 2007 Author Posted August 2, 2007 Ok ill be sure to check these mods out, and look at the coding, this will be a great way to learn more about scripting, thank you for the information.
hoots7 Posted August 2, 2007 Posted August 2, 2007 Clipz said: Ok, i'm working on a mod to create a spell that, when cast, summons a container flat on the ground at the player's feet. It will be small to avoid creating pathing problems. The main thing I need help with, is making it so i can place items into the container, move toanother location, summon the same box, and retrieve the items from the box. I have tried using PlaceAtMe which created a new box each cast, and then MoveTo with a persistent ID which i could only cast once. Bag Of Holding This was the first mod I used & will be the last one I get rid of.You can drop it on the ground (like you mentioned) and use it or just select it like any other item in your inventory or better yet assign a hot key to it, the Bag Of Holding ROCKS!
ad9582 Posted August 5, 2007 Posted August 5, 2007 Clipz said: Ok, i'm working on a mod to create a spell that, when cast, summons a container flat on the ground at the player's feet. It will be small to avoid creating pathing problems. The main thing I need help with, is making it so i can place items into the container, move toanother location, summon the same box, and retrieve the items from the box. I have tried using PlaceAtMe which created a new box each cast, and then MoveTo with a persistent ID which i could only cast once. Dosen't the Saddlebags Mod do something like this as well?
Clipz Posted August 6, 2007 Author Posted August 6, 2007 ad9582 said: Dosen't the Saddlebags Mod do something like this as well? More or less, yes, but the bags are on your horse and thus no use to you while your in a dungeon. Also I don't think they're summoned I think they are always there.(Could be wrong on that bit, only looked at the description, didn't actually play it.) P.S.Thank you for pointing Bag of Holding out to me hoots7, thats almost the same thing I'm trying to do, and its looking like the spell bit is impossible anyway. The Midas one only opens the inventory of a P.ID and unforunately thats the closest I've seen in that sense. BTW thank you all for helping me out with this as much as you have. Didn't expect it to get this much attention.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.