UID2673
阅读权限110
威望 点
积分1072
注册时间2009-9-30
最后登录1970-1-1
听众
收听
 
 
 
升级 
    100%
 
群组: JRO日本客户端  
 | 
 
 
发表于 2016-9-30 22:35:41
|
显示全部楼层
 
 
 
为什么不考虑直接改了新角色的出生地 
99Max\conf\char_athena.conf 
 
========================== 
// 游戏起始点的地图名称与座标 
// Format: <map_name>,<x>,<y>{:<map_name>,<x>,<y>...} 
// Max number of start points is MAX_STARTPOINT in char.h (default 5) 
// 在创建新人时可随机出生在以下5个地图. 
// NOTE: For Doram, this requires client 20151001 or newer. 
start_point: new_1-1,53,111:new_1-1,53,111:new_1-1,53,111:new_1-1,53,111:new_1-1,53,111 
start_point_pre: new_1-1,53,111:new_1-1,53,111:new_1-1,53,111:new_1-1,53,111:new_1-1,53,111 
start_point_doram: lasa_fild01,48,297 
 
// 初心者一开始配发的物品 
// Max number of items is MAX_STARTITEM in char.c (default 32) 
// Format: <id>,<amount>,<position>{:<id>,<amount>,<position>...} 
// To auto-equip an item, include the position where it will be equipped; otherwise, use zero. 
// NOTE: For Doram, this requires client 20151001 or newer. 
start_items: 1201,1,2:2301,1,16 
start_items_doram: 1681,1,2:2301,1,16 
 
// 初心者一开始配发的钱 
start_zeny: 300000 |   
 
 
 
 |