| 
 | 
 
修改出生时脚色的物品 
 
beginner        定义 
=================================================================  
id              为物品排序(从1开始排序) 
item_id         道具编号 可参照etcitem 
count           这是数量(把勇绿跟补血回卷改成0 可变成无限使用)(武器防具皆需设为1) 
charge_count 
itemtype        物品种类 0=道具1=武器2=防具 
enchantlvl      道具加成 加多少的武防具 
item_name       道具中文名称  
activate        哪一个种族(A=全职)(P=王族)(K=骑士)(E=妖精)(W=魔法师)(D=黑妖)(R=龙骑)(I=幻术师) 
bless           (0=祝福1=正常2=诅咒 3=有点像未鉴定) 
 
如果你要新增第5项物品,物品为+10末日刀(武器请到weapon资料表找寻):  
------------------------------------------------------------------------------------------------------------------------  
id item_id count charge_count itemtype   enchantlvl   item_name  activate   bless 
5    60    1      0          1          10         末日刀       A         0 
------------------------------------------------------------------------------------------------------------------------  
这样你创新人物就会有了~!! 
 |   
 
 
 
 |