Kluze Posted October 8, 2017 Posted October 8, 2017 ElseIf Name == "Skyrim Immersive Creatures.esp" DraugrList.AddForm(Game.GetFormFromFile(0x2AAF8, Name)) DraugrList.AddForm(Game.GetFormFromFile(0x490C7, Name)) DraugrList.AddForm(Game.GetFormFromFile(0x8D30F, Name)) DraugrList.AddForm(Game.GetFormFromFile(0x8BD43, Name)) DraugrList.AddForm(Game.GetFormFromFile(0x9A3CD, Name)) DraugrList.AddForm(Game.GetFormFromFile(0x9A3CE, Name)) DraugrList.AddForm(Game.GetFormFromFile(0xA42B6, Name)) DraugrList.AddForm(Game.GetFormFromFile(0x1793B0, Name)) DraugrList.AddForm(Game.GetFormFromFile(0x1793B7, Name)) DraugrList.AddForm(Game.GetFormFromFile(0x1A5D5E, Name)) DraugrList.AddForm(Game.GetFormFromFile(0x1A5D5F, Name)) DraugrList.AddForm(Game.GetFormFromFile(0x249D91, Name)) DraugrList.AddForm(Game.GetFormFromFile(0x249D92, Name)) DraugrList.AddForm(Game.GetFormFromFile(0x24C565, Name)) DraugrList.AddForm(Game.GetFormFromFile(0x38E949, Name)) DraugrList.AddForm(Game.GetFormFromFile(0x5DA311, Name)) FalmerList.AddForm(Game.GetFormFromFile(0x1656B0, Name)) FalmerList.AddForm(Game.GetFormFromFile(0x4B8354, Name)) FalmerList.AddForm(Game.GetFormFromFile(0x4B8355, Name)) FalmerList.AddForm(Game.GetFormFromFile(0x4B8356, Name)) FalmerList.AddForm(Game.GetFormFromFile(0x4B8357, Name)) FalmerList.AddForm(Game.GetFormFromFile(0x4B8358, Name)) SpiderList.AddForm(Game.GetFormFromFile(0xC1F26, Name)) SpiderList.AddForm(Game.GetFormFromFile(0xC1F28, Name)) SpiderList.AddForm(Game.GetFormFromFile(0x104D92, Name)) SpiderList.AddForm(Game.GetFormFromFile(0x5EE02C, Name)) EndIf This is part of PSC file in 'MassMatchMaker', I want to add skeever in this mod. but I don't know how to add monster in script. Is there any tool for this? let me know it.
Guest Posted October 8, 2017 Posted October 8, 2017 First you need the list, that should be somewhere in this code. Probably it is called SkeeverList (but in case it is missing, you need to define it.) Then you need a line like: SkeeverList.AddForm(Game.GetForFromFile(0xXXXXX, Name)) Where XXXXX has to be the ID of the Skeever race. (You can find it with Tes5Edit or CK.)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.