-
Notifications
You must be signed in to change notification settings - Fork 20
/
config.lua
134 lines (115 loc) · 3.15 KB
/
config.lua
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
GMFullLightOnEquipItem = true
closedWorld = false
showMonsterExiva = true
antiBot = true
guildLeaderSquare = true
pvpBalance = true
pushCruzado = true
monsterBonusHealth = 0.5
monsterBonusSpeed = 0.02
monsterBonusDamage = 0.02
worldType = "pvp"
hotkeyAimbotEnabled = true
protectionLevel = 50
killsToRedSkull = 100
killsToBlackSkull = 150
pzLocked = 30000
removeChargesFromRunes = false
removeChargesFromPotions = false
removeWeaponAmmunition = false
removeWeaponCharges = false
timeToDecreaseFrags = 24 * 60 * 60 * 1000
whiteSkullTime = 30 * 1000
stairJumpExhaustion = 1000
experienceByKillingPlayers = false
expFromPlayersLevelRange = 100
spoofEnabled = false
spoofDailyMinPlayers = 1
spoofDailyMaxPlayers = 2050
spoofNoiseInterval = 1000
spoofNoise = 0
spoofTimezone = -1
spoofInterval = 1
spoofChangeChance = 70
spoofIncrementChange = 100
ip = "127.0.0.1"
bindOnlyGlobalAddress = false
loginProtocolPort = 7171
gameProtocolPort = 7172
statusProtocolPort = 7171
maxPlayers = 1900
motd = "Bem-vindo ao Baiak Thunder!"
onePlayerOnlinePerAccount = true
allowClones = false
allowWalkthrough = true
serverName = "Baiak Thunder"
statusTimeout = 5000
replaceKickOnLogin = true
maxPacketsPerSecond = 475
packetCompression = true
deathLosePercent = -1
housePriceEachSQM = 1000
houseRentPeriod = "weekly"
timeBetweenActions = 200
timeBetweenExActions = 1000
mapName = "real02"
mapAuthor = "Felipe"
marketOfferDuration = 30 * 24 * 60 * 60
premiumToCreateMarketOffer = true
checkExpiredMarketOffersEachMinutes = 60
maxMarketOffersAtATimePerPlayer = 100
mysqlHost = "127.0.0.1"
mysqlUser = "root"
mysqlPass = ""
mysqlDatabase = "gesior_downgrade"
mysqlPort = 3306
mysqlSock = ""
passwordType = "sha1"
sqlType = "mysql"
allowChangeOutfit = true
freePremium = false
kickIdlePlayerAfterMinutes = 15
maxMessageBuffer = 4
emoteSpells = true
classicEquipmentSlots = false
classicAttackSpeed = false
showScriptsLogInConsole = false
showOnlineStatusInCharlist = false
serverSaveNotifyMessage = true
serverSaveNotifyDuration = 5
serverSaveCleanMap = false
serverSaveClose = false
serverSaveShutdown = true
experienceStages = {
{ minlevel = 1, maxlevel = 100, multiplier = 400 },
{ minlevel = 101, maxlevel = 200, multiplier = 300 },
{ minlevel = 201, maxlevel = 250, multiplier = 150 },
{ minlevel = 251, maxlevel = 320, multiplier = 75 },
{ minlevel = 321, maxlevel = 390, multiplier = 35 },
{ minlevel = 391, maxlevel = 420, multiplier = 15 },
{ minlevel = 421, maxlevel = 480, multiplier = 4 },
{ minlevel = 481, maxlevel = 500, multiplier = 2 },
{ minlevel = 501, maxlevel = 550, multiplier = 1 },
{ minlevel = 551, maxlevel = 600, multiplier = 0.5 },
{ minlevel = 601, maxlevel = 670, multiplier = 0.1 },
{ minlevel = 671, multiplier = 0.05 },
}
rateExp = 5
rateSkill = 3
rateLoot = 2
rateMagic = 3
rateSpawn = 2
spawnMultiplier = 1
-- removeOnDespawn will remove the monster if true or teleport it back to its spawn position if false
deSpawnRange = 2
deSpawnRadius = 50
removeOnDespawn = true
staminaSystem = true
warnUnsafeScripts = true
convertUnsafeScripts = true
defaultPriority = "high"
startupDatabaseOptimization = false
ownerName = "Movie, Felipe & Crypter"
ownerEmail = ""
url = ""
location = "Brazil"