![]() |
![]() |
![]() |
![]() |
|
#1
|
|||
|
|||
|
I looked through most of the database files and I couldn't a file that controls what Raise Dead can be used on.
Can anyone help me? Thank you. |
|
#2
|
|||
|
|||
|
If you look at skills.gdb, you'll see that RaiseDead has NeedsDeadBody 1.
Looking in the .exe file, there are a couple of other options. You can use NeedsEnemy, NeedsFriend, and NeedsLockableObject (ie. door, chest). |
|
#3
|
|||
|
|||
|
What about being able to use it on boss monsters, orcs, etc? I was thinking maybe those monsters had some kind of enhancement on them preventing it but I can't find anything like that.
|
|
#4
|
|||
|
|||
|
I'm not sure what you mean, and I'm also not sure what the different commands do exactly. It sounds like you want NeedsEnemy, but there's no way to make it differentiate between bosses and non-bosses. I don't think it'll take away the monster target though -- I think that only works on dead bodies. But you'll have to experiment to be sure.
|
|
#5
|
||||
|
||||
|
If you wanted to be able to raise Orcs you would need to go to the ArchetypeOrc entry in MonsterArchetypes.gdb and change CanBeRaised to 1.
Raising uniques, legends, and bosses is controlled by the code.
__________________
Steven Peeler Designer/programmer Depths of Peril, Kivi's Underworld, Din's Curse, & Drox Operative |
|
#6
|
|||
|
|||
|
Ah that's right. I misread his question. Sorry.
|
|
#7
|
|||
|
|||
|
Thanks you guys for taking the time to respond.
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|