forked from azerothcore/mod-solocraft
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSolocraft.conf.dist
453 lines (399 loc) · 14.4 KB
/
Solocraft.conf.dist
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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
[worldserver]
###################################################################################################
# ____ __ ____
# /\ _`\ /\ \__ __ /\ _`\
# \ \,\L\_\ \ ,_\ __ __ __ /\_\ __ ___\ \ \/\_\ ___ _ __ __
# \/_\__ \\ \ \/ /\ \/\ \ /'_ `\/\ \ /'__`\ /' _ `\ \ \/_/_ / __`\/\`'__\/'__`\
# /\ \L\ \ \ \_\ \ \_\ \/\ \L\ \ \ \/\ \L\.\_/\ \/\ \ \ \L\ \/\ \L\ \ \ \//\ __/
# \ `\____\ \__\\/`____ \ \____ \ \_\ \__/.\_\ \_\ \_\ \____/\ \____/\ \_\\ \____\
# \/_____/\/__/ `/___/> \/___L\ \/_/\/__/\/_/\/_/\/_/\/___/ \/___/ \/_/ \/____/
# /\___/ /\____/
# \/__/ \_/__/ http://stygianthebest.github.io
###################################################################################################
# SOLOCRAFT
###################################################################################################
# Enable the module? (1: true | 0: false)
Solocraft.Enable = 1
# Announce the module when the player logs in?
Solocraft.Announce = 1
###################################################################################################
# Balancing - Groups (Overloading), Global Spellpower and Stats modifier, Global Class Balancing,
# and XP Gain Balancing
###################################################################################################
# Enable Debuff of new party members who enter the dungeon to avoid overloading the dungeon?
# Overloading is when a group member already in the dungeon has the full offset/buff of the
# dungeon applied then they invite new group members who enter the dungeon and also receive an
# offset which creates a huge imbalance.
# The debuff will make the new members weak until all members leave the instance/dungeon
# instance/dungeon and re-enter which will then split the offset among all the group members.
# Default: 1 (on)
# 0 (off)
SoloCraft.Debuff.Enable = 1
# Spellpower Bonus Multiplier
# Spellcasters spellpower bonus multiplier to offset no spellpower received from stats
# Formula: (player->spellpower * multiplier) * ((classBalance / 100) * difficulty)
# Example Mage with default modifier, 60 spel power bonus and a dungeon difficulty of 5 will receive a base
# Spellpower increase of 300.
# Default: 1.0
# 0.0 (Disable)
SoloCraft.Spellpower.Mult = 1.0
# Stats Percentage Bonus Multiplier
# Forumla: player->Stats * (((classBalance / 100) * difficulty) * multiplier)
# Default: 100.0
# 0.0 (Disable)
SoloCraft.Stats.Mult = 100.0
# Class Balancing Modifier
# This settings will only allow the percentage specified of the difficulty for the specified class
# Example Level 24 Mage with default modifier (2.5), a dungeon difficulty of 5, and a 80 percent class
# balance modifier will receive a base Spellpower increase of 240.
# Note: 0 will completely disable the class from receiving difficulty modifiers from any dungeon
#Default: 100 (Full Dungeon Difficulty Modifer will be Applied)
# 0 (Disable) - 100
SoloCraft.DEATH_KNIGHT = 100
SoloCraft.DRUID = 100
SoloCraft.HUNTER = 100
SoloCraft.MAGE = 100
SoloCraft.PALADIN = 100
SoloCraft.PRIEST = 100
SoloCraft.ROGUE = 100
SoloCraft.SHAMAN = 100
SoloCraft.WARLOCK = 100
SoloCraft.WARRIOR = 100
# XP Gain
# This settings will Enable/Disable XP gained while in the current dungeon
#Default: 1 (Enabled)
# 0 (Disable)
Solocraft.XP.Enabled = 1
# XP Balancing (XP Gain must be Enabled)
# This settings will decrease the XP gained based on the Difficulty setting of the dungeon
# and how many players are in the group.
#Default: 1 (Enabled)
# 0 (Disable)
Solocraft.XPBal.Enabled = 1
################################################################################################
#Catch all Bucket - Difficulty Offset Defaults
################################################################################################
# Difficulty Multipliers
# Defaults: 5, 10, 25, 40
Solocraft.Dungeon = 5.0
Solocraft.Heroic = 10.0
Solocraft.Raid25 = 25.0
Solocraft.Raid40 = 40.0
################################################################################################
#Classic Instances - Difficulty
################################################################################################
Solocraft.ShadowfangKeep = 5.0
Solocraft.Stockades = 5.0
Solocraft.Deadmines = 5.0
Solocraft.WailingCaverns = 5.0
Solocraft.RazorfenKraulInstance = 5.0
Solocraft.Blackfathom = 5.0
Solocraft.Uldaman = 5.0
Solocraft.GnomeragonInstance = 5.0
Solocraft.SunkenTemple = 5.0
Solocraft.RazorfenDowns = 5.0
# Scarlet Monastery
Solocraft.MonasteryInstances = 5.0
# Zul'Farrak
Solocraft.TanarisInstance = 5.0
Solocraft.BlackRockSpire = 10.0
Solocraft.BlackrockDepths = 5.0
Solocraft.OnyxiaLairInstance = 40.0
#Scholomance
Solocraft.SchoolofNecromancy = 5.0
Solocraft.Zul'gurub = 20.0
Solocraft.Stratholme = 5.0
Solocraft.Mauradon = 5.0
# Ragefire Chasm
Solocraft.OrgrimmarInstance = 5.0
Solocraft.MoltenCore = 40.0
Solocraft.DireMaul = 5.0
Solocraft.BlackwingLair = 40.0
# Ruins of Ahn'Qiraj
Solocraft.AhnQiraj = 20.0
Solocraft.AhnQirajTemple = 40.0
################################################################################################
#BC Instances - Difficulty
################################################################################################
# The Black Morass
Solocraft.CavernsOfTime = 5.0
Solocraft.CavernsOfTimeH = 5.0
Solocraft.Karazahn = 10.0
# The Battle for Mount Hyjal - Hyjal Summit
Solocraft.HyjalPast = 25.0
# The Shattered Halls
Solocraft.HellfireMilitary = 5.0
Solocraft.HellfireMilitaryH = 5.0
# The Blood Furnace
Solocraft.HellfireDemon = 5.0
Solocraft.HellfireDemonH = 5.0
Solocraft.HellfireRampart = 5.0
Solocraft.HellfireRampartH = 5.0
# Magtheridon's Lair
Solocraft.HellfireRaid = 25.0
# The Steamvault
Solocraft.CoilfangPumping = 5.0
Solocraft.CoilfangPumpingH = 5.0
# The Underbog
Solocraft.CoilfangMarsh = 5.0
Solocraft.CoilfangMarshH = 5.0
# The Slavepens
Solocraft.CoilfangDraenei = 5.0
Solocraft.CoilfangDraeneiH = 5.0
# Serpentshrine Cavern
Solocraft.CoilfangRaid = 25.0
# The Eye
Solocraft.TempestKeepRaid = 25.0
# The Arcatraz
Solocraft.TempestKeepArcane = 5.0
Solocraft.TempestKeepArcaneH = 5.0
# The Botanica
Solocraft.TempestKeepAtrium = 5.0
Solocraft.TempestKeepAtriumH = 5.0
# The Mechanar
Solocraft.TempestKeepFactory = 5.0
Solocraft.TempestKeepFactoryH = 5.0
# Shadow Labyrinth
Solocraft.AuchindounShadow = 5.0
Solocraft.AuchindounShadowH = 5.0
# Sethekk Halls
Solocraft.AuchindounDemon = 5.0
Solocraft.AuchindounDemonH = 5.0
# Mana-Tombs
Solocraft.AuchindounEthereal = 5.0
Solocraft.AuchindounEtherealH = 5.0
# Auchenai Crypts
Solocraft.AuchindounDraenei = 5.0
Solocraft.AuchindounDraeneiH = 5.0
# Old Hillsbrad Foothills
Solocraft.HillsbradPast = 5.0
Solocraft.HillsbradPastH = 5.0
Solocraft.BlackTemple = 25.0
Solocraft.GruulsLair = 25.0
Solocraft.ZulAman = 5.0
Solocraft.ZulAmanH = 5.0
Solocraft.SunwellPlateau = 25.0
# Magister's Terrace
Solocraft.Sunwell5ManFix = 5.0
Solocraft.Sunwell5ManFixH = 5.0
################################################################################################
#WOTLK Instances - Difficulty
################################################################################################
# Naxxramas
Solocraft.StratholmeRaid = 10.0
Solocraft.StratholmeRaidH = 25.0
# Utgarde Keep
Solocraft.Valgarde70 = 5.0
Solocraft.Valgarde70H = 5.0
Solocraft.UtgardePinnacle = 5.0
Solocraft.UtgardePinnacleH = 5.0
# The Nexus
Solocraft.Nexus70 = 5.0
Solocraft.Nexus70H = 5.0
# The Occulus
Solocraft.Nexus80 = 5.0
Solocraft.Nexus80H = 5.0
# The Culling of Stratholme
Solocraft.StratholmeCOT = 5.0
Solocraft.StratholmeCOTH = 5.0
# Halls of Stone
Solocraft.Ulduar70 = 5.0
Solocraft.Ulduar70H = 5.0
# Drak'Tharon Keep
Solocraft.DrakTheronKeep = 5.0
Solocraft.DrakTheronKeepH = 5.0
# Azjol-Nerub
Solocraft.Azjol_Uppercity = 5.0
Solocraft.Azjol_UppercityH = 5.0
# Halls of Lighting
Solocraft.Ulduar80 = 5.0
Solocraft.Ulduar80H = 5.0
# Ulduar
Solocraft.UlduarRaid = 10.0
Solocraft.UlduarRaidH = 25.0
Solocraft.GunDrak = 5.0
Solocraft.GunDrakH = 5.0
# Violet Hold
Solocraft.DalaranPrison = 5.0
Solocraft.DalaranPrisonH = 5.0
# The Obsidian Sanctum
Solocraft.ChamberOfAspectsBlack = 10.0
Solocraft.ChamberOfAspectsBlackH = 25.0
# The Eye of Eternity
Solocraft.NexusRaid = 10.0
Solocraft.NexusRaidH = 25.0
# Ahn'kahet: The Old Kingdom
Solocraft.Azjol_LowerCity = 5.0
Solocraft.Azjol_LowerCityH = 5.0
Solocraft.IcecrownCitadel = 10.0
Solocraft.IcecrownCitadelH = 25.0
# The Forge of Souls
Solocraft.IcecrownCitadel5Man = 5.0
Solocraft.IcecrownCitadel5ManH = 5.0
# Trial of the Crusader
Solocraft.ArgentTournamentRaid = 10.0
Solocraft.ArgentTournamentRaidH = 25.0
# Grand Trial of the Crusader Heroic
Solocraft.ArgentTournamentRaidH10 = 10.0
Solocraft.ArgentTournamentRaidH25 = 25.0
# Trial of the Champion
Solocraft.ArgentTournamentDungeon = 5.0
Solocraft.ArgentTournamentDungeonH = 5.0
# Pit of Saron
Solocraft.QuarryOfTears = 5.0
Solocraft.QuarryOfTearsH = 5.0
# Halls of Reflection
Solocraft.HallsOfReflection = 5.0
Solocraft.HallsOfReflectionH = 5.0
# The Ruby Sanctum
Solocraft.ChamberOfAspectsRed = 5.0
Solocraft.ChamberOfAspectsRedH = 5.0
################################################################################################
#Player Level Thresholds
################################################################################################
#Max player level difference over the Dungeon's Level for Solocraft to apply the
# difficulty offset buff.
# Default: 10
# Disable: 80
Solocraft.Max.Level.Diff = 10
################################################################################################
#Dungeon Base Levels
################################################################################################
#Catch All - Default 80
Solocraft.Dungeon.Level = 80
################################################################################################
#Classic Instances - Base Level
################################################################################################
Solocraft.ShadowfangKeep.Level = 15
Solocraft.Stockades.Level = 22
Solocraft.Deadmines.Level = 18
Solocraft.WailingCaverns.Level = 17
Solocraft.RazorfenKraulInstance.Level = 30
Solocraft.Blackfathom.Level = 20
Solocraft.Uldaman.Level = 40
Solocraft.GnomeragonInstance.Level = 24
Solocraft.SunkenTemple.Level = 50
Solocraft.RazorfenDowns.Level = 40
# Scarlet Monastery
Solocraft.MonasteryInstances.Level = 35
# Zul'Farrak
Solocraft.TanarisInstance.Level = 44
Solocraft.BlackRockSpire.Level = 55
Solocraft.BlackrockDepths.Level = 50
Solocraft.OnyxiaLairInstance.Level = 60
#Scholomance
Solocraft.SchoolofNecromancy.Level = 55
Solocraft.Zul'gurub.Level = 60
Solocraft.Stratholme.Level = 55
Solocraft.Mauradon.Level = 48
# Ragefire Chasm
Solocraft.OrgrimmarInstance.Level = 15
Solocraft.MoltenCore.Level = 60
Solocraft.DireMaul.Level = 48
Solocraft.BlackwingLair.Level = 60
# Ruins of Ahn'Qiraj
Solocraft.AhnQiraj.Level = 60
Solocraft.AhnQirajTemple.Level = 60
################################################################################################
#BC Instances - Base Level
################################################################################################
# The Black Morass
Solocraft.CavernsOfTime.Level = 68
Solocraft.Karazahn.Level = 68
# The Battle for Mount Hyjal - Hyjal Summit
Solocraft.HyjalPast.Level = 70
# The Shattered Halls
Solocraft.HellfireMilitary.Level = 68
# The Blood Furnace
Solocraft.HellfireDemon.Level = 68
Solocraft.HellfireRampart.Level = 68
# Magtheridon's Lair
Solocraft.HellfireRaid.Level = 68
# The Steamvault
Solocraft.CoilfangPumping.Level = 68
# The Underbog
Solocraft.CoilfangMarsh.Level = 68
# The Slavepens
Solocraft.CoilfangDraenei.Level = 68
# Serpentshrine Cavern
Solocraft.CoilfangRaid.Level = 70
# The Eye
Solocraft.TempestKeepRaid.Level = 70
# The Arcatraz
Solocraft.TempestKeepArcane.Level = 68
# The Botanica
Solocraft.TempestKeepAtrium.Level = 68
# The Mechanar
Solocraft.TempestKeepFactory.Level = 68
# Shadow Labyrinth
Solocraft.AuchindounShadow.Level = 68
# Sethekk Halls
Solocraft.AuchindounDemon.Level = 68
# Mana-Tombs
Solocraft.AuchindounEthereal.Level = 68
# Auchenai Crypts
Solocraft.AuchindounDraenei.Level = 68
# Old Hillsbrad Foothills
Solocraft.HillsbradPast.Level = 68
Solocraft.BlackTemple.Level = 70
Solocraft.GruulsLair.Level = 70
Solocraft.ZulAman.Level = 68
Solocraft.SunwellPlateau.Level = 70
# Magister's Terrace
Solocraft.Sunwell5ManFix.Level = 68
################################################################################################
#WOTLK Instances - Base Level
################################################################################################
# Naxxramas
Solocraft.StratholmeRaid.Level = 78
# Utgarde Keep
Solocraft.Valgarde70.Level = 78
Solocraft.UtgardePinnacle.Level = 78
# The Nexus
Solocraft.Nexus70.Level = 78
# The Occulus
Solocraft.Nexus80.Level = 78
# The Culling of Stratholme
Solocraft.StratholmeCOT.Level = 78
# Halls of Stone
Solocraft.Ulduar70.Level = 78
# Drak'Tharon Keep
Solocraft.DrakTheronKeep.Level = 78
# Azjol-Nerub
Solocraft.Azjol_Uppercity.Level = 78
# Halls of Lighting
Solocraft.Ulduar80.Level = 78
# Ulduar
Solocraft.UlduarRaid.Level = 80
Solocraft.GunDrak.Level = 78
# Violet Hold
Solocraft.DalaranPrison.Level = 78
# The Obsidian Sanctum
Solocraft.ChamberOfAspectsBlack.Level = 80
# The Eye of Eternity
Solocraft.NexusRaid.Level = 80
# Ahn'kahet: The Old Kingdom
Solocraft.Azjol_LowerCity.Level = 78
#Icecrown Citadel
Solocraft.IcecrownCitadel.Level = 80
# The Forge of Souls
Solocraft.IcecrownCitadel5Man.Level = 78
# Trial of the Champion
Solocraft.ArgentTournamentDungeon.Level = 80
# Trial of the Crusader
Solocraft.ArgentTournamentRaid.Level = 80
# Pit of Saron
Solocraft.QuarryOfTears.Level = 78
# Halls of Reflection
Solocraft.HallsOfReflection.Level = 78
# The Ruby Sanctum
Solocraft.ChamberOfAspectsRed.Level = 80
###################################################################################################
# Misc
###################################################################################################
# Map excluded
# This settings excludes some maps from the Solocraft instance scaling
# Example:
# Solocraft.Instance.Excluded = "30,489,529,559,562,566,572,607,617,618,628"
# This example excludes scaling in PvP BG & Arena maps
Solocraft.Instance.Excluded = ""