|
NPC刷怪教程 简单学习。非常简单
先找到地图文件SceneInfo.ini
例如镜湖 找到 wuliang.scn 这个文件 去版本tlbb\Public\Scene里搜wuliang
[scene6]
threadindex=1
clientres=6
name=无量山
active=1
file=wuliang.scn
serverid=0
type=0
PvpRuler=1
IsReLive=1
-------------------------------------
[monster0] 顺序id 按顺序排列
guid=12247854 的编号建议不要重复 如 guid=12247855 12247856 这样顺序
type=900 这个就是填写怪物的id (MonsterAttrExTable 去这里找id)
name=
title=
pos_x=52.7506 这是坐标
pos_z=188.3634 这是坐标
dir=27
script_id=-1
respawn_time=15000 刷怪时间是毫秒 1秒=1000毫秒
group_id=-1
team_id=-1
base_ai=1
ai_file=-1
patrol_id=-1
shop0=-1
shop1=-1
shop2=-1
shop3=-1
ReputationID=-1
其他的不需要改
----------------------------------------------
下面的npc刷怪的脚本 你复制一份 然后改就行了
[monster0]
guid=12247854
type=900
name=
title=
pos_x=52.7506
pos_z=188.3634
dir=27
script_id=-1
respawn_time=15000
group_id=-1
team_id=-1
base_ai=1
ai_file=-1
patrol_id=-1
shop0=-1
shop1=-1
shop2=-1
shop3=-1
ReputationID=-1
|
|