Thread Rating:
- 0 Votes - 0 Average
- 1
- 2
- 3
- 4
- 5
cut corpse player problem
|
Author |
Message |
Coruja 
Sphere Developer
    
Posts: 987
Likes Given: 5
Likes Received: 226 in 187 posts
Joined: Jul 2012
Reputation: 7
Dimension Shard
![]()
|
RE: cut corpse player problem
When you cut corpses, it will create all resource items that is set on CHARDEF
So you must check if RESOURCES line is set correctly on these CHARDEFs like c_man, c_woman, c_elf_male, c_elf_female, c_gargoyle_male, c_gargoyle_female
Code:
[CHARDEF 0190]
DEFNAME=c_man
...
RESOURCES=i_flesh_head_2, i_flesh_torso, i_flesh_right_arm, i_flesh_left_arm, i_flesh_left_leg, i_flesh_right_leg
|
|
06-21-2020 07:30 AM |
|
|
xtronchox 
Apprentice

Posts: 24
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Mar 2020
Reputation: 0
![]()
|
RE: cut corpse player problem
(06-21-2020 07:30 AM)Coruja Wrote: When you cut corpses, it will create all resource items that is set on CHARDEF
So you must check if RESOURCES line is set correctly on these CHARDEFs like c_man, c_woman, c_elf_male, c_elf_female, c_gargoyle_male, c_gargoyle_female
Code:
[CHARDEF 0190]
DEFNAME=c_man
...
RESOURCES=i_flesh_head_2, i_flesh_torso, i_flesh_right_arm, i_flesh_left_arm, i_flesh_left_leg, i_flesh_right_leg
thanks!!! I don't know how I didn't see it XD
|
|
06-21-2020 09:56 PM |
|
|
User(s) browsing this thread: