moonlightwolf Posted March 5, 2011 Share Posted March 5, 2011 Trying to create some hand to hand combat enemies for a dungeon using a custom race. Unfortunately despite the fact that I've got their aggression and energy set at 100 in AI and given the 'hand to hand' skill a 100 point boost, they just stand there letting me hit them most of the time. Occasionally one of them will attack while the rest stand around. If i put weapons in the room all of them will run over and pick up the first weapon they find and then attack me with that even though I've dropped their other weapon skills to almost zero. Anyone have any idea why? Link to comment Share on other sites More sharing options...
Hickory Posted March 5, 2011 Share Posted March 5, 2011 You probably have too many actors in the dungeon. The Oblivion engine caps the amount of actors that can run their AI packages, and further caps how many can be in combat with the player at any one time. The effects of too many actors can appear random. You can tweak these setting in Wrye Bash's Bashed Patch -- please read the instructions carefully. Link to comment Share on other sites More sharing options...
moonlightwolf Posted March 5, 2011 Author Share Posted March 5, 2011 You probably have too many actors in the dungeon. The Oblivion engine caps the amount of actors that can run their AI packages, and further caps how many can be in combat with the player at any one time. The effects of too many actors can appear random. You can tweak these setting in Wrye Bash's Bashed Patch -- please read the instructions carefully. thanks for the advice but i don't think thats the problem. I'm testing them in a single room test cell with just four walls and the path grid which i know is set up properly cos I've used it for testing various enemies in. I'm wondering if it's to do with the combat style but I haven't really managed get my head around most of the values in order to make one of my own. Link to comment Share on other sites More sharing options...
Hickory Posted March 6, 2011 Share Posted March 6, 2011 You probably have too many actors in the dungeon. The Oblivion engine caps the amount of actors that can run their AI packages, and further caps how many can be in combat with the player at any one time. The effects of too many actors can appear random. You can tweak these setting in Wrye Bash's Bashed Patch -- please read the instructions carefully. thanks for the advice but i don't think thats the problem. I'm testing them in a single room test cell with just four walls and the path grid which i know is set up properly cos I've used it for testing various enemies in. I'm wondering if it's to do with the combat style but I haven't really managed get my head around most of the values in order to make one of my own. What has path grid got to do with it? I was talking about NUMBERS. Link to comment Share on other sites More sharing options...
moonlightwolf Posted March 6, 2011 Author Share Posted March 6, 2011 Nothing really i was just saying that using a basic test cell to test them in. At most I've tested 5 npcs in the cell at the same time and the problem occurs even when theres only 2. Link to comment Share on other sites More sharing options...
Hickory Posted March 6, 2011 Share Posted March 6, 2011 Then post a summary of the AI packages and factions/relationships you are using. Link to comment Share on other sites More sharing options...
fore Posted March 6, 2011 Share Posted March 6, 2011 NPCs don't attack when the right equip animation is missing or wrong. It's probably not the case, since you said, "occasionally" one will attack. But anyway: do you have a custom handtohandequip.kf in your _male folder? If yes: are you sure it works? Link to comment Share on other sites More sharing options...
moonlightwolf Posted March 7, 2011 Author Share Posted March 7, 2011 Undead faction with standard bandit packages - Wander exterior/interior and stay at current location Link to comment Share on other sites More sharing options...
Hickory Posted March 7, 2011 Share Posted March 7, 2011 It occurs to me that you probably have the wrong combat styles set, and they have no weapons so won't attack. I believe the default monk style uses H2H, so try that style on your NPCs. It's worth a try at any rate. Link to comment Share on other sites More sharing options...
moonlightwolf Posted March 7, 2011 Author Share Posted March 7, 2011 Success, DefaultMonk style completely solves the problem Kudos to you and much thanks for all the help. Link to comment Share on other sites More sharing options...
Recommended Posts