-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig-zhyx.ini
More file actions
126 lines (109 loc) · 3.39 KB
/
config-zhyx.ini
File metadata and controls
126 lines (109 loc) · 3.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
coinmax=1000
--最多多少铜钱
silvermax=300
--最多多少白银
food="Gan liang"
foodmin=100
foodmax=200
--吃什么
drink="shui dai"
drinkmin=1
drinkmax=2
--喝什么
helpfindid=""
helpfindpassword=""
--加密寻找信息用
acceptmaxstep=15
--最大接信距离
blacklist={}
--blacklist["Bao"]=true
--未启用
preperskill={}
--preperskill["parry"]={}
--preperskill["parry"]["金刚不坏体"]="yong parry.jingang"
--preperskill["dodge"]={}
--preperskill["dodge"]["蛇行狸翻"]="yong dodge.guiyuan"
cmd_limit=30
--每秒多少命令
maxstep=15
--多步走的最大步数,0为不多步
walkecho=false
--是否回显命令
mudsettings="set no_more;unset prompt;set auto_drinkout;set combatd breif;set auto_regenerate;set wimpy 25"
--mud基本设置
inv={}
invbags={}
invpack={}
--inv["牛皮水袋"]={max=2,min=1}
--inv["干粮"]={max=200,min=100}
--预备的物品,需要在items.ini中有
invsells={}
invsells["jin kuai"]={name="jin kuai",id="jin kuai"}
invsells["black silk"]={name="black silk",id="black silk"}
invsells["white silk"]={name="jin kuai",id="white silk"}
invsells["ice steel"]={name="ice steel",id="ice steel"}
invsells["magic stone"]={name="magic stone",id="magic stone"}
invsells["神力丸"]={name="shenli wan",id="shenli wan"}
invsells["仙丹"]={name="xian dan",id="xian dan"}
invsells["火红仙丹"]={name="huohong xiandan",id="huohong xiandan"}
invsells["洗髓丹"]={name="xisui dan",id="xisui dan"}
--自动sell的
gifttodrop={}
gifttodrop["九转金丹"]="jiuzhuan jindan"
gifttodrop["福寿膏"]="fushou gao"
gifttodrop["菩提子"]="puti zi"
gifttodrop["天香玉露"]="magic water"
--gifttodrop["补天石"]="magic stone"
gifttodrop["神力丸"]="shenli wan"
gifttodrop["仙丹"]="xian dan"
gifttodrop["火红仙丹"]="huohong xiandan"
gifttodrop["洗髓丹"]="xisui dan"
--gifttodrop["white silk"]="white silk"
--丢在聊天的
--丢在聊天的
dropongroundlist={}
dropongroundlist["luosha dan"]=true
dropongroundlist["baola dan"]=true
dropongroundlist["xiongshe wan"]=true
dropongroundlist["jiuhua dan"]=true
dropongroundlist["baoming dan"]=true
dropongroundlist["shengsheng dan"]=true
jiuzhuanfull=true
npcsearchmax=3
--search的最大范围
giftquest={}
giftquest["99"]=true
giftquest["199"]=true
giftquest["299"]=true
giftquest["399"]=true
giftquest["499"]=true
giftquest["599"]=true
giftquest["699"]=true
giftquest["799"]=true
giftquest["899"]=true
giftquest["999"]=true
--每多少quest后不接信
masterweapon={}
masterweapondelay=360
--每多少秒找师傅要一次武器
masterweapon["zhenwu jian"]={name="真武剑",npc="zhang sanfeng"}
masterweapon["biyu banzhi"]={name="碧玉扳指",npc="duan zhengming"}
masterweapon["chongyang shenjian"]={name="重阳神剑",npc="ma yu"}
masterweapon["poyang shenjian"]={name="破阳神剑",npc="zhuo bufan"}
masterweapon["wulong ling"]={name="五龙令",npc="hong antong"}
masterweapon["lvyu zhang"]={name="绿玉杖",npc="hong qigong"}
masterweapon["lingshe zhang"]={name="灵蛇杖",npc="ouyang feng"}
safeloc=1927
rooms_all="zhyx_rooms.h"
updatecmd=function()
include("zhyx.patch\\tripatchs.mod")
end
if GetVariable("mudtype")~="炎黄英雄" then
SetVariable("version","0")
SetVariable("mudtype","炎黄英雄")
end
configcmd=function()
sleepdelay=100
include("zhyx.patch\\locs.ini")
include("zhyx.patch\\patchs.mod")
end