GM部落

 找回密码
 立即注册
查看: 4003|回复: 10

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

[复制链接]

1万

主题

1万

帖子

1万

积分

超级版主

Rank: 8Rank: 8

积分
13731
QQ
发表于 2014-4-2 02:27:04 | 显示全部楼层 |阅读模式
建立一个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、搞定。这样新手玩家就会自动变成你的假人了!
;假人的作用自己是写,每个人的版本不一样,我就不发了。我说一下吧。
;指令让假人传送的某舆图后再启动。然后就坐等玩家们喊太击情吧!
;有人会说假人怎么不穿装备啊,请在进级脚本中设置假人多少级自动穿装备就行了。

GM部落所有资源均免费下载,回复帖子即出现下载地址!站长QQ:297522007
回复

使用道具 举报

0

主题

256

帖子

256

积分

中级会员

Rank: 3Rank: 3

积分
256
发表于 2015-1-8 23:53:19 | 显示全部楼层
令让假人传送的某舆图后再启动。然后就坐等玩家们喊太击情吧!
;有人会说假人怎么不穿装备啊,请在进级脚本中设置假人多少级自动穿装备就
回复 支持 反对

使用道具 举报

0

主题

256

帖子

256

积分

中级会员

Rank: 3Rank: 3

积分
256
发表于 2015-1-8 23:53:51 | 显示全部楼层
令让假人传送的某舆图后再启动。然后就坐等玩家们喊太击情吧!
;有人会说假人怎么不穿装备啊,请在进级脚本中设置假人多少级自动穿装备就
回复 支持 反对

使用道具 举报

0

主题

156

帖子

156

积分

注册会员

Rank: 2

积分
156
发表于 2015-3-24 20:01:32 | 显示全部楼层

令让假人传送的某舆图后再启动。然后就坐等玩家们喊太击情吧!
;有人会说假人怎么不穿装备啊,请在进级脚本中设置假人多少级自动穿装备就
回复 支持 反对

使用道具 举报

0

主题

3

帖子

3

积分

新手上路

Rank: 1

积分
3
发表于 2015-6-14 12:03:54 | 显示全部楼层


令让假人传送的某舆图后再启动。然后就坐等玩家们喊太击情吧!
;有人会说假人怎么不穿装备啊,请在进级脚本中设置假人多少级自动穿装备就
回复 支持 反对

使用道具 举报

0

主题

3

帖子

3

积分

新手上路

Rank: 1

积分
3
发表于 2015-6-14 12:04:36 | 显示全部楼层


令让假人传送的某舆图后再启动。然后就坐等玩家们喊太击情吧!
;有人会说假人怎么不穿装备啊,请在进级脚本中设置假人多少级自动穿装备就
回复 支持 反对

使用道具 举报

0

主题

35

帖子

35

积分

新手上路

Rank: 1

积分
35
发表于 2015-10-17 20:02:33 | 显示全部楼层
11111111111111111111111
回复 支持 反对

使用道具 举报

0

主题

16

帖子

16

积分

新手上路

Rank: 1

积分
16
发表于 2015-11-4 13:26:53 | 显示全部楼层
fdsfsdfsdfsdfsd
回复 支持 反对

使用道具 举报

0

主题

23

帖子

23

积分

新手上路

Rank: 1

积分
23
发表于 2015-12-27 17:30:36 | 显示全部楼层
试试试试是事实上事实上事实上
回复 支持 反对

使用道具 举报

0

主题

1

帖子

1

积分

新手上路

Rank: 1

积分
1
发表于 2016-5-19 22:26:47 | 显示全部楼层
令让假人传送的某舆图后再启动。然后就坐等玩家们喊太击情吧!
;有人会说假人怎么不穿装备啊,请在进级脚本中设置假人多少级自动穿装备就
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

站长QQ:297522007|鲁ICP备16023438号-15|鲁ICP备16008334号-18|GM部落

GMT+8, 2024-5-6 04:28 , Processed in 1.171920 second(s), 20 queries .

Powered by GM基地 X3.4

© 免责声明:本站所有资源均来至网络,仅供学习交流,严禁用于商业用途,请于24小时内删除!

快速回复 返回顶部 返回列表