传奇版本

传奇自动采集玩家数据成为假人数据的脚本写法

[复制链接]
查看28487 | 回复10 | 2012-12-6 09:52:29 | 显示全部楼层 |阅读模式
建立一个NPC
[@main]
<$USERNAME>
感谢你到<$SERVERNAME>!\
¤╭⌒╮╭⌒╮欢迎光临 \   
╱◥██◣ ╭⌒╮\           
︱田︱田田| ╰------------- \
╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬ \
本服特色地图:快速升级免费闭关,装备狂暴,人人玩的喊爽\
免费泡点地图每秒可获得<$STR(g219)>经验\
<本游戏无GM模式
游戏中冒充管理、公告、GM卖元宝装备的一律为骗子/FCOLOR=222>\
<[免费进入泡点升级]/@免费进入泡点升级>    <[关闭]/@exit> \
[@免费进入泡点升级]
#if
HAVEHERO
#act
#ELSEACT
close
MESSAGEBOX 对不起
请您先在旁边的NPC处申请一个英雄!
BREAK
#if
CHECKHEROONLINE
#act
#ELSEACT
close
MESSAGEBOX 对不起
您的英雄不在线!
BREAK
#IF
#ACT
SETOFFTIMER 15
SETONTIMER 15 1
GetRandomName ..\QuestDiary\登陆设置\1.txt S0
GetRandomName ..\QuestDiary\登陆设置\2.txt S1
mapmove 3 <$STR(s0)> <$STR(s1)>
PLAYVIDEO data\update.wmv
SENDMSG 4 玩家『<$USERNAME>』开启了土城免费修炼
SENDMSG 7 〖提示〗本地图不可离线一条龙机,您看到的人全部都是在线活人!
SENDMSG 7 〖提示〗本地图不可离线一条龙机,您看到的人全部都是在线活人!
SENDMSG 7 〖提示〗本地图不可离线一条龙机,您看到的人全部都是在线活人!
goto @开始假人搜集
SendCenterMsg 249 255 〖提示〗欢迎来本游戏,新区刚刚开放,到处都是新人.  0  10  1
BREAK
[@开始假人搜集]
#IF
checknamelist ..\AICharNameList.txt
#act
break
#if
CHECKLISTTEXT ..\AICharNameList.txt <$HERONAME>
#act
break
#if
CHECKLISTTEXT ..\AICharNameList.txt <$USERNAME>
#act
break
#if
checkjob warrior
GENDER woman
#act
AddTextList <$USERNAME> .\AICharNameList.txt
AddTextList <$HERONAME> .\AIHeroNameList.txt 1
CreateFile ..\RobotIni\<$USERNAME>.txt
CreateFile ..\RobotIni\<$HERONAME>.txt
AddTextList [Info] .\RobotIni\<$USERNAME>.txt
AddTextList AttatckMode=0 .\RobotIni\<$USERNAME>.txt
AddTextList DropUseItem=0 .\RobotIni\<$USERNAME>.txt
AddTextList DropUseItemRate=15 .\RobotIni\<$USERNAME>.txt
AddTextList NoDropItem=1 .\RobotIni\<$USERNAME>.txt
AddTextList JOB=0 .\RobotIni\<$USERNAME>.txt
AddTextList GENDER=1 .\RobotIni\<$USERNAME>.txt
AddTextList HAIR=1 .\RobotIni\<$USERNAME>.txt
AddTextList Level=1 .\RobotIni\<$USERNAME>.txt
AddTextList NG=0 .\RobotIni\<$USERNAME>.txt
AddTextList NGLevel=0 .\RobotIni\<$USERNAME>.txt
AddTextList ProtectStatus=1 .\RobotIni\<$USERNAME>.txt
AddTextList UseSkill=基本剑术,攻杀剑术,半月弯刀,野蛮冲撞,烈火剑法,狮子吼,开天斩,逐日剑法,龙影剑法,四级刺杀剑术,四级半月弯刀,血魄一击(战) .\RobotIni\<$USERNAME>.txt
AddTextList InitItems= .\RobotIni\<$USERNAME>.txt
AddTextList [UseItems] .\RobotIni\<$USERNAME>.txt
AddTextList UseItems0= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems1= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems2= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems3= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems4= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems5= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems6= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems7= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems8= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems9= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems10= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems11= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems12=魔血石(大) .\RobotIni\<$USERNAME>.txt
AddTextList UseItems13= .\RobotIni\<$USERNAME>.txt
AddTextList [MonSay] .\RobotIni\<$USERNAME>.txt
AddTextList 0= .\RobotIni\<$USERNAME>.txt
goto @开始假人英雄搜集
break
#if
checkjob warrior
GENDER man
#act
AddTextList <$USERNAME> .\AICharNameList.txt
AddTextList <$HERONAME> .\AIHeroNameList.txt 1
CreateFile ..\RobotIni\<$USERNAME>.txt
CreateFile ..\RobotIni\<$HERONAME>.txt
AddTextList [Info] .\RobotIni\<$USERNAME>.txt
AddTextList AttatckMode=0 .\RobotIni\<$USERNAME>.txt
AddTextList DropUseItem=0 .\RobotIni\<$USERNAME>.txt
AddTextList DropUseItemRate=15 .\RobotIni\<$USERNAME>.txt
AddTextList NoDropItem=1 .\RobotIni\<$USERNAME>.txt
AddTextList JOB=0 .\RobotIni\<$USERNAME>.txt
AddTextList GENDER=0 .\RobotIni\<$USERNAME>.txt
AddTextList HAIR=1 .\RobotIni\<$USERNAME>.txt
AddTextList Level=1 .\RobotIni\<$USERNAME>.txt
AddTextList NG=0 .\RobotIni\<$USERNAME>.txt
AddTextList NGLevel=0 .\RobotIni\<$USERNAME>.txt
AddTextList ProtectStatus=1 .\RobotIni\<$USERNAME>.txt
AddTextList UseSkill=基本剑术,攻杀剑术,半月弯刀,野蛮冲撞,烈火剑法,狮子吼,开天斩,逐日剑法,四级基本剑术,龙影剑法,四级半月弯刀,血魄一击(战) .\RobotIni\<$USERNAME>.txt
AddTextList InitItems= .\RobotIni\<$USERNAME>.txt
AddTextList [UseItems] .\RobotIni\<$USERNAME>.txt
AddTextList UseItems0= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems1= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems2= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems3= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems4= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems5= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems6= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems7= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems8= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems9= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems10= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems11= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems12=魔血石(大) .\RobotIni\<$USERNAME>.txt
AddTextList UseItems13= .\RobotIni\<$USERNAME>.txt
AddTextList [MonSay] .\RobotIni\<$USERNAME>.txt
AddTextList 0= .\RobotIni\<$USERNAME>.txt
goto @开始假人英雄搜集
break
#if
checkjob wizard
GENDER woman
#act
AddTextList <$USERNAME> .\AICharNameList.txt
AddTextList <$HERONAME> .\AIHeroNameList.txt 1
CreateFile ..\RobotIni\<$USERNAME>.txt
CreateFile ..\RobotIni\<$HERONAME>.txt
AddTextList [Info] .\RobotIni\<$USERNAME>.txt
AddTextList AttatckMode=0 .\RobotIni\<$USERNAME>.txt
AddTextList DropUseItem=0 .\RobotIni\<$USERNAME>.txt
AddTextList DropUseItemRate=15 .\RobotIni\<$USERNAME>.txt
AddTextList NoDropItem=1 .\RobotIni\<$USERNAME>.txt
AddTextList JOB=1 .\RobotIni\<$USERNAME>.txt
AddTextList GENDER=1 .\RobotIni\<$USERNAME>.txt
AddTextList HAIR=1 .\RobotIni\<$USERNAME>.txt
AddTextList Level=1 .\RobotIni\<$USERNAME>.txt
AddTextList NG=0 .\RobotIni\<$USERNAME>.txt
AddTextList NGLevel=0 .\RobotIni\<$USERNAME>.txt
AddTextList ProtectStatus=1 .\RobotIni\<$USERNAME>.txt
AddTextList UseSkill=火墙,冰咆哮,灭天火,四级雷电术,四级魔法盾,四级流星火雨,血魄一击(法) .\RobotIni\<$USERNAME>.txt
AddTextList InitItems= .\RobotIni\<$USERNAME>.txt
AddTextList [UseItems] .\RobotIni\<$USERNAME>.txt
AddTextList UseItems0= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems1= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems2= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems3= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems4= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems5= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems6= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems7= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems8= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems9= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems10= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems11= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems12=魔血石(大) .\RobotIni\<$USERNAME>.txt
AddTextList UseItems13= .\RobotIni\<$USERNAME>.txt
AddTextList [MonSay] .\RobotIni\<$USERNAME>.txt
AddTextList 0= .\RobotIni\<$USERNAME>.txt
goto @开始假人英雄搜集
break
#if
checkjob wizard
GENDER man
#act
AddTextList <$USERNAME> .\AICharNameList.txt
AddTextList <$HERONAME> .\AIHeroNameList.txt 1
CreateFile ..\RobotIni\<$USERNAME>.txt
CreateFile ..\RobotIni\<$HERONAME>.txt
AddTextList [Info] .\RobotIni\<$USERNAME>.txt
AddTextList AttatckMode=0 .\RobotIni\<$USERNAME>.txt
AddTextList DropUseItem=0 .\RobotIni\<$USERNAME>.txt
AddTextList DropUseItemRate=15 .\RobotIni\<$USERNAME>.txt
AddTextList NoDropItem=1 .\RobotIni\<$USERNAME>.txt
AddTextList JOB=1 .\RobotIni\<$USERNAME>.txt
AddTextList GENDER=0 .\RobotIni\<$USERNAME>.txt
AddTextList HAIR=1 .\RobotIni\<$USERNAME>.txt
AddTextList Level=1 .\RobotIni\<$USERNAME>.txt
AddTextList NG=0 .\RobotIni\<$USERNAME>.txt
AddTextList NGLevel=0 .\RobotIni\<$USERNAME>.txt
AddTextList ProtectStatus=1 .\RobotIni\<$USERNAME>.txt
AddTextList UseSkill=火墙,冰咆哮,灭天火,四级雷电术,四级魔法盾,四级流星火雨,血魄一击(法) .\RobotIni\<$USERNAME>.txt
AddTextList InitItems= .\RobotIni\<$USERNAME>.txt
AddTextList [UseItems] .\RobotIni\<$USERNAME>.txt
AddTextList UseItems0= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems1= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems2= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems3= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems4= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems5= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems6= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems7= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems8= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems9= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems10= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems11= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems12=魔血石(大) .\RobotIni\<$USERNAME>.txt
AddTextList UseItems13= .\RobotIni\<$USERNAME>.txt
AddTextList [MonSay] .\RobotIni\<$USERNAME>.txt
AddTextList 0= .\RobotIni\<$USERNAME>.txt
goto @开始假人英雄搜集
break
#if
checkjob taoist
GENDER woman
#act
AddTextList <$USERNAME> .\AICharNameList.txt
AddTextList <$HERONAME> .\AIHeroNameList.txt 1
CreateFile ..\RobotIni\<$USERNAME>.txt
CreateFile ..\RobotIni\<$HERONAME>.txt
AddTextList [Info] .\RobotIni\<$USERNAME>.txt
AddTextList AttatckMode=0 .\RobotIni\<$USERNAME>.txt
AddTextList DropUseItem=1 .\RobotIni\<$USERNAME>.txt
AddTextList DropUseItemRate=15 .\RobotIni\<$USERNAME>.txt
AddTextList NoDropItem=1 .\RobotIni\<$USERNAME>.txt
AddTextList JOB=2 .\RobotIni\<$USERNAME>.txt
AddTextList GENDER=1 .\RobotIni\<$USERNAME>.txt
AddTextList HAIR=1 .\RobotIni\<$USERNAME>.txt
AddTextList Level=1 .\RobotIni\<$USERNAME>.txt
AddTextList NG=0 .\RobotIni\<$USERNAME>.txt
AddTextList NGLevel=0 .\RobotIni\<$USERNAME>.txt
AddTextList ProtectStatus=1 .\RobotIni\<$USERNAME>.txt
AddTextList UseSkill=四级施毒术,精神力战法,召唤月灵,治愈术,群体治疗术,神圣战甲术,无极真气,气功波,幽灵盾,四级噬血术,血魄一击(道) .\RobotIni\<$USERNAME>.txt
AddTextList InitItems= .\RobotIni\<$USERNAME>.txt
AddTextList [UseItems] .\RobotIni\<$USERNAME>.txt
AddTextList UseItems0= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems1= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems2= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems3= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems4= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems5= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems6= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems7= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems8= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems9= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems10= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems11= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems12=魔血石(大) .\RobotIni\<$USERNAME>.txt
AddTextList UseItems13= .\RobotIni\<$USERNAME>.txt
AddTextList [MonSay] .\RobotIni\<$USERNAME>.txt
AddTextList 0= .\RobotIni\<$USERNAME>.txt
goto @开始假人英雄搜集
break
#if
checkjob taoist
GENDER man
#act
AddTextList <$USERNAME> .\AICharNameList.txt
AddTextList <$HERONAME> .\AIHeroNameList.txt 1
CreateFile ..\RobotIni\<$USERNAME>.txt
CreateFile ..\RobotIni\<$HERONAME>.txt
AddTextList [Info] .\RobotIni\<$USERNAME>.txt
AddTextList AttatckMode=0 .\RobotIni\<$USERNAME>.txt
AddTextList DropUseItem=1 .\RobotIni\<$USERNAME>.txt
AddTextList DropUseItemRate=15 .\RobotIni\<$USERNAME>.txt
AddTextList NoDropItem=1 .\RobotIni\<$USERNAME>.txt
AddTextList JOB=2 .\RobotIni\<$USERNAME>.txt
AddTextList GENDER=0 .\RobotIni\<$USERNAME>.txt
AddTextList HAIR=1 .\RobotIni\<$USERNAME>.txt
AddTextList Level=1 .\RobotIni\<$USERNAME>.txt
AddTextList NG=0 .\RobotIni\<$USERNAME>.txt
AddTextList NGLevel=0 .\RobotIni\<$USERNAME>.txt
AddTextList ProtectStatus=1 .\RobotIni\<$USERNAME>.txt
AddTextList UseSkill=四级施毒术,精神力战法,召唤月灵,治愈术,群体治疗术,神圣战甲术,无极真气,气功波,幽灵盾,四级噬血术,血魄一击(道) .\RobotIni\<$USERNAME>.txt
AddTextList InitItems= .\RobotIni\<$USERNAME>.txt
AddTextList [UseItems] .\RobotIni\<$USERNAME>.txt
AddTextList UseItems0= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems1= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems2= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems3= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems4= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems5= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems6= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems7= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems8= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems9= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems10= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems11= .\RobotIni\<$USERNAME>.txt
AddTextList UseItems12=魔血石(大) .\RobotIni\<$USERNAME>.txt
AddTextList UseItems13= .\RobotIni\<$USERNAME>.txt
AddTextList [MonSay] .\RobotIni\<$USERNAME>.txt
AddTextList 0= .\RobotIni\<$USERNAME>.txt
goto @开始假人英雄搜集
break
[@开始假人英雄搜集]
#IF
gender woman Hero
CHECKHEROJOB WARRIOR
#ACT
AddTextList [Info] .\RobotIni\<$HERONAME>.txt
AddTextList AttatckMode=0 .\RobotIni\<$HERONAME>.txt
AddTextList DropUseItem=0 .\RobotIni\<$HERONAME>.txt
AddTextList DropUseItemRate=15 .\RobotIni\<$HERONAME>.txt
AddTextList NoDropItem=1 .\RobotIni\<$HERONAME>.txt
AddTextList JOB=0 .\RobotIni\<$HERONAME>.txt
AddTextList GENDER=1 .\RobotIni\<$HERONAME>.txt
AddTextList HAIR=1 .\RobotIni\<$HERONAME>.txt
AddTextList Level=1 .\RobotIni\<$HERONAME>.txt
AddTextList NG=0 .\RobotIni\<$HERONAME>.txt
AddTextList NGLevel=0 .\RobotIni\<$HERONAME>.txt
AddTextList ProtectStatus=1 .\RobotIni\<$HERONAME>.txt
AddTextList UseSkill=英雄基本剑术,英雄攻杀剑术,英雄刺杀剑术,英雄半月弯刀,英雄野蛮冲撞,英雄烈火剑法,英雄狮子吼,英雄开天斩,英雄逐日剑法,英雄四级基剑,英雄龙影剑法,英雄四级刺杀,英雄四级弯刀,英雄血魄(战) .\RobotIni\<$HERONAME>.txt
AddTextList InitItems= .\RobotIni\<$HERONAME>.txt
AddTextList [UseItems] .\RobotIni\<$HERONAME>.txt
AddTextList UseItems0= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems1= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems2= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems3= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems4= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems5= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems6= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems7= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems8= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems9= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems10= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems11= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems12=魔血石(大) .\RobotIni\<$HERONAME>.txt
AddTextList UseItems13= .\RobotIni\<$HERONAME>.txt
AddTextList [MonSay] .\RobotIni\<$HERONAME>.txt
AddTextList 0= .\RobotIni\<$HERONAME>.txt
break
#IF
gender man Hero
CHECKHEROJOB WARRIOR
#ACT
AddTextList [Info] .\RobotIni\<$HERONAME>.txt
AddTextList AttatckMode=0 .\RobotIni\<$HERONAME>.txt
AddTextList DropUseItem=0 .\RobotIni\<$HERONAME>.txt
AddTextList DropUseItemRate=15 .\RobotIni\<$HERONAME>.txt
AddTextList NoDropItem=1 .\RobotIni\<$HERONAME>.txt
AddTextList JOB=0 .\RobotIni\<$HERONAME>.txt
AddTextList GENDER=0 .\RobotIni\<$HERONAME>.txt
AddTextList HAIR=1 .\RobotIni\<$HERONAME>.txt
AddTextList Level=1 .\RobotIni\<$HERONAME>.txt
AddTextList NG=0 .\RobotIni\<$HERONAME>.txt
AddTextList NGLevel=0 .\RobotIni\<$HERONAME>.txt
AddTextList ProtectStatus=1 .\RobotIni\<$HERONAME>.txt
AddTextList UseSkill=英雄基本剑术,英雄攻杀剑术,英雄刺杀剑术,英雄半月弯刀,英雄野蛮冲撞,英雄烈火剑法,英雄狮子吼,英雄开天斩,英雄逐日剑法,英雄四级基剑,英雄龙影剑法,英雄四级刺杀,英雄四级弯刀,英雄血魄(战) .\RobotIni\<$HERONAME>.txt
AddTextList InitItems= .\RobotIni\<$HERONAME>.txt
AddTextList [UseItems] .\RobotIni\<$HERONAME>.txt
AddTextList UseItems0= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems1= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems2= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems3= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems4= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems5= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems6= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems7= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems8= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems9= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems10= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems11= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems12=魔血石(大) .\RobotIni\<$HERONAME>.txt
AddTextList UseItems13= .\RobotIni\<$HERONAME>.txt
AddTextList [MonSay] .\RobotIni\<$HERONAME>.txt
AddTextList 0= .\RobotIni\<$HERONAME>.txt
break
#IF
gender woman Hero
CHECKHEROJOB wizard
#ACT
AddTextList [Info] .\RobotIni\<$HERONAME>.txt
AddTextList AttatckMode=0 .\RobotIni\<$HERONAME>.txt
AddTextList DropUseItem=0 .\RobotIni\<$HERONAME>.txt
AddTextList DropUseItemRate=15 .\RobotIni\<$HERONAME>.txt
AddTextList NoDropItem=1 .\RobotIni\<$HERONAME>.txt
AddTextList JOB=1 .\RobotIni\<$HERONAME>.txt
AddTextList GENDER=1 .\RobotIni\<$HERONAME>.txt
AddTextList HAIR=1 .\RobotIni\<$HERONAME>.txt
AddTextList Level=1 .\RobotIni\<$HERONAME>.txt
AddTextList NG=0 .\RobotIni\<$HERONAME>.txt
AddTextList NGLevel=0 .\RobotIni\<$HERONAME>.txt
AddTextList ProtectStatus=1 .\RobotIni\<$HERONAME>.txt
AddTextList UseSkill=英雄火墙,英雄魔法盾,英雄冰咆哮,英雄灭天火,英雄四级雷电,英雄四级盾,英雄四级火雨,英雄血魄(法) .\RobotIni\<$HERONAME>.txt
AddTextList InitItems= .\RobotIni\<$HERONAME>.txt
AddTextList [UseItems] .\RobotIni\<$HERONAME>.txt
AddTextList UseItems0= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems1= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems2= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems3= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems4= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems5= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems6= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems7= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems8= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems9= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems10= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems11= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems12=魔血石(大) .\RobotIni\<$HERONAME>.txt
AddTextList UseItems13= .\RobotIni\<$HERONAME>.txt
AddTextList [MonSay] .\RobotIni\<$HERONAME>.txt
AddTextList 0= .\RobotIni\<$HERONAME>.txt
break
#IF
gender man Hero
CHECKHEROJOB wizard
#ACT
AddTextList [Info] .\RobotIni\<$HERONAME>.txt
AddTextList AttatckMode=0 .\RobotIni\<$HERONAME>.txt
AddTextList DropUseItem=0 .\RobotIni\<$HERONAME>.txt
AddTextList DropUseItemRate=15 .\RobotIni\<$HERONAME>.txt
AddTextList NoDropItem=1 .\RobotIni\<$HERONAME>.txt
AddTextList JOB=1 .\RobotIni\<$HERONAME>.txt
AddTextList GENDER=0 .\RobotIni\<$HERONAME>.txt
AddTextList HAIR=1 .\RobotIni\<$HERONAME>.txt
AddTextList Level=1 .\RobotIni\<$HERONAME>.txt
AddTextList NG=0 .\RobotIni\<$HERONAME>.txt
AddTextList NGLevel=0 .\RobotIni\<$HERONAME>.txt
AddTextList ProtectStatus=1 .\RobotIni\<$HERONAME>.txt
AddTextList UseSkill=英雄火墙,英雄魔法盾,英雄冰咆哮,英雄灭天火,英雄四级雷电,英雄四级盾,英雄四级火雨,英雄血魄(法) .\RobotIni\<$HERONAME>.txt
AddTextList InitItems= .\RobotIni\<$HERONAME>.txt
AddTextList [UseItems] .\RobotIni\<$HERONAME>.txt
AddTextList UseItems0= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems1= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems2= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems3= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems4= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems5= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems6= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems7= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems8= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems9= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems10= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems11= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems12=魔血石(大) .\RobotIni\<$HERONAME>.txt
AddTextList UseItems13= .\RobotIni\<$HERONAME>.txt
AddTextList [MonSay] .\RobotIni\<$HERONAME>.txt
AddTextList 0= .\RobotIni\<$HERONAME>.txt
break
#IF
gender woman Hero
CHECKHEROJOB taoist
#ACT
AddTextList [Info] .\RobotIni\<$HERONAME>.txt
AddTextList AttatckMode=0 .\RobotIni\<$HERONAME>.txt
AddTextList DropUseItem=0 .\RobotIni\<$HERONAME>.txt
AddTextList DropUseItemRate=15 .\RobotIni\<$HERONAME>.txt
AddTextList NoDropItem=1 .\RobotIni\<$HERONAME>.txt
AddTextList JOB=2 .\RobotIni\<$HERONAME>.txt
AddTextList GENDER=1 .\RobotIni\<$HERONAME>.txt
AddTextList HAIR=1 .\RobotIni\<$HERONAME>.txt
AddTextList Level=1 .\RobotIni\<$HERONAME>.txt
AddTextList NG=0 .\RobotIni\<$HERONAME>.txt
AddTextList NGLevel=0 .\RobotIni\<$HERONAME>.txt
AddTextList ProtectStatus=1 .\RobotIni\<$HERONAME>.txt
AddTextList UseSkill=英雄四级施毒,英雄召唤月灵,英雄精神力法,英雄群体治疗,英雄战甲术,英雄气功波,英雄无极真气,英雄幽灵盾,英雄四级噬血,英雄血魄(道) .\RobotIni\<$HERONAME>.txt
AddTextList InitItems= .\RobotIni\<$HERONAME>.txt
AddTextList [UseItems] .\RobotIni\<$HERONAME>.txt
AddTextList UseItems0= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems1= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems2= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems3= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems4= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems5= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems6= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems7= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems8= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems9= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems10= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems11= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems12=魔血石(大) .\RobotIni\<$HERONAME>.txt
AddTextList UseItems13= .\RobotIni\<$HERONAME>.txt
AddTextList [MonSay] .\RobotIni\<$HERONAME>.txt
AddTextList 0= .\RobotIni\<$HERONAME>.txt
break
#IF
gender man Hero
CHECKHEROJOB taoist
#ACT
AddTextList [Info] .\RobotIni\<$HERONAME>.txt
AddTextList AttatckMode=0 .\RobotIni\<$HERONAME>.txt
AddTextList DropUseItem=0 .\RobotIni\<$HERONAME>.txt
AddTextList DropUseItemRate=15 .\RobotIni\<$HERONAME>.txt
AddTextList NoDropItem=1 .\RobotIni\<$HERONAME>.txt
AddTextList JOB=2 .\RobotIni\<$HERONAME>.txt
AddTextList GENDER=0 .\RobotIni\<$HERONAME>.txt
AddTextList HAIR=1 .\RobotIni\<$HERONAME>.txt
AddTextList Level=1 .\RobotIni\<$HERONAME>.txt
AddTextList NG=0 .\RobotIni\<$HERONAME>.txt
AddTextList NGLevel=0 .\RobotIni\<$HERONAME>.txt
AddTextList ProtectStatus=1 .\RobotIni\<$HERONAME>.txt
AddTextList UseSkill=英雄四级施毒,英雄召唤月灵,英雄精神力法,英雄群体治疗,英雄战甲术,英雄气功波,英雄无极真气,英雄幽灵盾,英雄四级噬血,英雄血魄(道) .\RobotIni\<$HERONAME>.txt
AddTextList InitItems= .\RobotIni\<$HERONAME>.txt
AddTextList [UseItems] .\RobotIni\<$HERONAME>.txt
AddTextList UseItems0= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems1= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems2= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems3= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems4= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems5= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems6= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems7= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems8= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems9= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems10= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems11= .\RobotIni\<$HERONAME>.txt
AddTextList UseItems12=魔血石(大) .\RobotIni\<$HERONAME>.txt
AddTextList UseItems13= .\RobotIni\<$HERONAME>.txt
AddTextList [MonSay] .\RobotIni\<$HERONAME>.txt
AddTextList 0= .\RobotIni\<$HERONAME>.txt
break
OK、搞定
    这样新手玩家就会自动变成你的假人了!
;假人的作用自己是写
每个人的版本不一样
我就不发了
    我说一下吧
;指令让假人传送的某地图后再启动
    然后就坐等玩家们喊太击情吧!
;有人会说假人怎么不穿装备啊
请在升级脚本中设置假人多少级自动穿装备就行了

论坛一条龙
禄林网络 | 2014-2-23 10:24:31 | 显示全部楼层
支持楼上的!
禄林网络 | 2014-2-23 10:38:38 | 显示全部楼层
林子大了,什么鸟都有了啊!
丝路明珠 | 2014-2-23 10:54:47 | 显示全部楼层
这么好的帖子,应该加精华!
红拂夜奔 | 2014-2-23 10:46:52 | 显示全部楼层
以后就跟楼主混了!
快乐草民 | 2014-2-23 10:08:44 | 显示全部楼层
楼上是GG还是MM啊?
郑宏 | 2014-6-4 13:07:43 | 显示全部楼层
赞一个!
风云科技 | 2014-6-4 13:08:56 | 显示全部楼层
雷锋做好事不留名,都写在帖子里!
汤氏集团 | 2014-6-4 13:02:20 | 显示全部楼层
小蛋 | 2014-6-4 12:43:39 | 显示全部楼层
楼主的病已经好了百分之六十二了!
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则