Thread Rating:
- 0 Votes - 0 Average
- 1
- 2
- 3
- 4
- 5
Some problems
|
Author |
Message |
amonvangrell 
Banned
Posts: 337
Likes Given: 17
Likes Received: 32 in 20 posts
Joined: Aug 2012
britannia shard
![]()
|
RE: Some problems
the client might be responsible for the look of the robe. In sphere.ini check this:
Code:
// Whether PCs get a resurrection robe when they get resurrected.
NoResRobe=1
and in sphere_item__provisions_clothing check the robe if it looks like this.
Code:
[ITEMDEF 01f03]
DEFNAME=i_robe
TYPE=t_clothing
DYE=1
FLIP=1
//LAYER=layer_robe
//ARMOR=7
VALUE=105
WEIGHT=16.1
RESOURCES=16 i_cloth,1 i_thread
SKILLMAKE=Tailoring 59.0,t_sewing_kit
ReqStr=10
TEVENTS=t_equipitem
DUPELIST=01f04
CATEGORY=Provisions - Clothes
SUBSECTION=Shirts & Robes
DESCRIPTION=Robe
ON=@Create
HITPOINTS={36 48}
RESPHYSICAL=1
in sphere_triggers check add this:
Code:
[FUNCTION f_onserver_save]
serv.savestatics
it might help.... :/
|
|
01-14-2015 07:50 AM |
|
|
User(s) browsing this thread: 1 Guest(s)