-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.sample.rb
44 lines (35 loc) · 954 Bytes
/
config.sample.rb
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
$config = OpenStruct.new(
vrc4: "G394ERG419",
ip: "174.37.227.98",
port: 443,
server: nil,
characters: {
"InGameName" => {
disabled: false,
hash: nil,
password: "password from ingame email, like: wfdt3v5p",
server: nil,
},
},
initialDelay: 1.0,
autoStart: true,
questMobsPrimary: true,
lootOnlyStackable: true,
showPathfinding: true,
showPathfindingSteps: true,
showFriends: false,
showDamageHealth: false,
showDamageMana: false,
showCorpseItems: true,
ignoreMobs: ["Anubis", "Badger King", "Cat", "Evil Snow Fan", "Early Holiday Present"], # This mobs won't be attacked by bot while doing farming or quests
ignoreNPCs: [],
# this mobs won't be attacked by bot ONLY WHEN DOING FARM (e.g. no quests)
farmingIgnoreMobs: [
"Badger Knight",
"Badger Warrior",
"Badger Archer",
"Mossra",
"Forest Spider",
"Evil Snow Machinest ",
],
)