中级玩家
 
- 贡献度
- 0
- 金元
- 1345
- 积分
- 135
- 精华
- 0
- 注册时间
- 2013-5-18
|
本帖最后由 mingyuezx 于 2022-1-22 23:33 编辑
是啊,不过我修改了一下RoleDress,npC有几个变成"名字名字名字“,点击后就卡死了。其他NPC倒是正常了,衣服是完全对不上号的。原来没有“active”: 1,这一行,,可能哪里不对吧
[
{
"id": 18001,
"dressID": 101,
"sex": 1,
"type": "yifu",
"colorGroup": 18001,
"color": "CB9640",
"name": "common_yifu",
"flag": "0",
"gamerFlag": "0",
"flagDesc": "0",
"beauty": 65,
“active”: 1,
”weight”: 100,
"npcGrade": 0
},
{
"id": 18002,
"dressID": 102,
"sex": 1,
"type": "yifu",
"colorGroup": 18001,
"color": "657C93",
"name": "common_yifu",
"flag": "0",
"gamerFlag": "0",
"flagDesc": "0",
"beauty": 80,
“active”: 1,
”weight”: 100,
"npcGrade": 0
},
{
"id": 18003,
"dressID": 103,
"sex": 1,
"type": "yifu",
"colorGroup": 18001,
"color": "9A7575",
"name": "common_yifu",
"flag": "0",
"gamerFlag": "0",
"flagDesc": "0",
"beauty": 70,
“active”: 1,
”weight”: 100,
"npcGrade": 0
},
{
"id": 18004,
"dressID": 104,
"sex": 1,
"type": "yifu",
"colorGroup": 18004,
"color": "60B9C1",
"name": "common_yifu",
"flag": "0",
"gamerFlag": "0",
"flagDesc": "0",
"beauty": 40,
“active”: 1,
”weight”: 100,
"npcGrade": 0 |
|