-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig-dfcs.ini
More file actions
135 lines (110 loc) · 3.48 KB
/
config-dfcs.ini
File metadata and controls
135 lines (110 loc) · 3.48 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
127
128
129
130
131
132
133
134
135
print("载入 东方传说 模块")
coinmax=1000
--最多多少铜钱
silvermax=300
--最多多少白银
food="pork"
foodpack="budai of me"
foodmin=2
foodmax=10
--吃什么
drink="gourou tang"
drinkpack="budai 2 of me"
drinkmin=3
drinkmax=13
--喝什么
helpfindid=""
helpfindpassword=""
--加密寻找信息用
acceptmaxstep=15
--最大接信距离
blacklist={}
--blacklist["Bao"]=true
--未启用
cmd_limit=25
--每秒多少命令
maxstep=15
--多步走的最大步数,0为不多步
walkecho=false
--是否回显命令
mudsettings="set no_more;set prompt path;set auto_drinkout;set combatd self;set auto_regenerate;set wimpy 25"
--mud基本设置
inv={}
invbags={}
invpack={}
--inv["牛皮水袋"]={max=2,min=1}
--inv["干粮"]={max=200,min=100}
inv["budai"]={max=2,min=2}
--预备的物品,需要在items.ini中有
preperskill={}
preperskill["parry"]={}
preperskill["parry"]["金刚不坏体"]="yong parry.jingang"
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=false
huashanletter=true
npcsearchmax=3
--search的最大范围
giftquest={}
giftquest["99"]=true
giftquest["199"]=true
giftquest["499"]=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
chacmd="skills1"
updatecmd=function()
AddAlias("alias_xisha","#xisha","",flag_base_enable,"alias_xisha")
if not IsPluginInstalled("9a541cf534fb864555f4cfba") then
LoadPlugin(luapath.."prompt.xml")
end
end
if GetVariable("mudtype")~="东方传说" then
SetVariable("version","0")
SetVariable("mudtype","东方传说")
end
configcmd=function()
sleepdelay=20
include("dfcs.patch\\newrooms.mod")
include("dfcs.patch\\dfcspath.mod")
include("dfcs.patch\\xisha.mod")
end