查看: 143463|回复: 191

[商业传奇脚本] 传奇玩家数据库自动转换成机器人的脚本

  [复制链接]

4783

主题

5079

帖子

1万

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
18913

最佳新人活跃会员热心会员推广达人宣传达人灌水之王突出贡献优秀版主荣誉管理论坛元老

发表于 2018-9-7 15:53:53 | 显示全部楼层 |阅读模式
建立一个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论坛[www.gmbbs.net]免责声明】
1、本站提供的所有资源仅供参考学习使用,版权归原著所有,禁止下载本站资源参与商业和非法行为,请在24小时之内自行删除!
2、本站所有内容均由互联网收集整理、网友上传,并且以计算机技术研究交流为目的,仅供大家参考、学习,不存在任何商业目的与商业用途。
3、若您需要商业运营或用于其他商业活动,请您购买正版授权并合法使用。 我们不承担任何技术及版权问题,且不对任何资源负法律责任。
4、论坛的所有内容都不保证其准确性,完整性,有效性。阅读本站内容因误导等因素而造成的损失本站不承担连带责任。
5、用户使用本网站必须遵守适用的法律法规,对于用户违法使用本站非法运营而引起的一切责任,由用户自行承担
6、本站所有资源来自互联网转载,版权归原著所有,用户访问和使用本站的条件是必须接受本站“免责声明”,如果不遵守,请勿访问或使用本网站
7、本站使用者因为违反本声明的规定而触犯中华人民共和国法律的,一切后果自己负责,本站不承担任何责任。
8、凡以任何方式登陆本网站或直接、间接使用本网站资料者,视为自愿接受本网站声明的约束。
9、本站以《2013 中华人民共和国计算机软件保护条例》第二章 “软件著作权” 第十七条为原则:为了学习和研究软件内含的设计思想和原理,通过安装、显示、传输或者存储软件等方式使用软件的,可以不经软件著作权人许可,不向其支付报酬。若有学员需要商用本站资源,请务必联系版权方购买正版授权!
10、本网站如无意中侵犯了某个企业或个人的知识产权,请告之,本站将立即删除。
   提问发帖求助请点此发帖 https://www.gmbbs.net/

0

主题

38

帖子

86

积分

注册会员

Rank: 2

积分
86
发表于 2018-9-17 18:23:25 | 显示全部楼层
元芳你怎么看?

0

主题

41

帖子

92

积分

注册会员

Rank: 2

积分
92
发表于 2018-9-19 17:29:35 | 显示全部楼层
介是神马?!!

0

主题

29

帖子

68

积分

注册会员

Rank: 2

积分
68
发表于 2018-9-23 03:31:31 | 显示全部楼层
广告位,,坐下看看

0

主题

44

帖子

98

积分

注册会员

Rank: 2

积分
98
发表于 2018-9-23 16:04:12 | 显示全部楼层
我了个去,顶了

0

主题

29

帖子

68

积分

注册会员

Rank: 2

积分
68
发表于 2018-9-25 05:26:08 | 显示全部楼层
楼猪V5啊

0

主题

44

帖子

98

积分

注册会员

Rank: 2

积分
98
发表于 2018-9-30 13:45:08 | 显示全部楼层
嘘,低调。

0

主题

32

帖子

74

积分

注册会员

Rank: 2

积分
74
发表于 2018-10-1 18:01:00 | 显示全部楼层
太生气了,无法HOLD啦 >_<......

0

主题

37

帖子

84

积分

注册会员

Rank: 2

积分
84
发表于 2018-10-2 05:15:43 | 显示全部楼层
边撸边过

0

主题

35

帖子

80

积分

注册会员

Rank: 2

积分
80
发表于 2018-10-2 06:58:09 | 显示全部楼层
嘘,低调。
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

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