• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Solved Geisor AAC [ Solved ]

Runkpapper123

New Member
Joined
Jun 26, 2011
Messages
33
Reaction score
0
Location
Sweden
Ellu guys!

I suck at search apperently, havn't found anything..

So, i'm using Uniform and I have downloaded this http://otland.net/f118/gesior-0-3-8-a-114275/.. And trying to install it.
At the first step it gives me an error..

STEP 1

Check server configuration
File config.lua loaded from C:/OpenTibia/Server/EmporiaVAPus/GameFiles/config.lua and it's not valid TFS config.lua file. Go to STEP 1 - select other directory. If it's your config.lua file from TFS contact with acc. maker author.

It is the right config.lua, i hope.. o_O And it's absolutley the right directory.
This is what it looks like..


The Forgotten Server Config

Account manager
accountManager = false
namelockManager = true
newPlayerChooseVoc = false
newPlayerSpawnPosX = 95
newPlayerSpawnPosY = 117
newPlayerSpawnPosZ = 7
newPlayerTownId = 1
newPlayerLevel = 1
newPlayerMagicLevel = 0
generateAccountNumber = false
generateAccountSalt = false

Unjustified kills
NOTE: *Banishment and *BlackSkull variables are >summed up<
(dailyFragsToRedSkull + dailyFragsToBanishment) with their
*RedSkull equivalents.
Auto banishing works only if useBlackSkull set to negative.
advancedFragList is not advised if you use huge frags
requirements.
useFragHandler = true
redSkullLength = 3 * 24 * 60 * 60
blackSkullLength = 4 * 24 * 60 * 60
dailyFragsToRedSkull = 7
weeklyFragsToRedSkull = 35
monthlyFragsToRedSkull = 50
dailyFragsToBlackSkull = dailyFragsToRedSkull
weeklyFragsToBlackSkull = weeklyFragsToRedSkull
monthlyFragsToBlackSkull = monthlyFragsToRedSkull
dailyFragsToBanishment = dailyFragsToRedSkull
weeklyFragsToBanishment = weeklyFragsToRedSkull
monthlyFragsToBanishment = monthlyFragsToRedSkull
blackSkulledDeathHealth = 40
blackSkulledDeathMana = 0
useBlackSkull = true
advancedFragList = false

Banishments
violationNameReportActionType 1 = just a report, 2 = name lock, 3 = player banishment
killsBanLength works only if useBlackSkull option is disabled.
notationsToBan = 3
warningsToFinalBan = 3
warningsToDeletion = 4
banLength = 3 * 24 * 60 * 60
killsBanLength = 1 * 24 * 60 * 60
finalBanLength = 7 * 24 * 60 * 60
ipBanishmentLength = 1 * 24 * 60 * 60
broadcastBanishments = false
maxViolationCommentSize = 200
violationNameReportActionType = 2
autoBanishUnknownBytes = false

Battle
NOTE: showHealingDamageForMonsters inheritates from showHealingDamage.
loginProtectionPeriod is the famous Tibia anti-magebomb system.
deathLostPercent set to nil enables manual mode.
worldType = "open"
protectionLevel = 1
pvpTileIgnoreLevelAndVocationProtection = true
pzLocked = 40 * 1000
huntingDuration = 30 * 1000
criticalHitChance = 7
criticalHitMultiplier = 1
displayCriticalHitNotify = true
removeWeaponAmmunition = true
removeWeaponCharges = true
removeRuneCharges = true
whiteSkullTime = 10 * 60 * 1000
noDamageToSameLookfeet = false
showHealingDamage = false
showHealingDamageForMonsters = false
fieldOwnershipDuration = 5 * 1000
stopAttackingAtExit = false
loginProtectionPeriod = 10 * 1000
deathLostPercent = 10
stairhopDelay = 1 * 1000
pushCreatureDelay = 2 * 1000
deathContainerId = 1987
gainExperienceColor = 215
addManaSpentInPvPZone = true
squareColor = 0
allowFightback = true
fistBaseAttack = 7

Connection config
worldId = 0
ip = "193.150.237.53"
bindOnlyGlobalAddress = false
loginPort = 7171
gamePort = 7172
loginTries = 10
retryTimeout = 5 * 1000
loginTimeout = 60 * 1000
maxPlayers = 1000
motd = "Welcome to Emporia. Have fun and invite your friends!"
displayOnOrOffAtCharlist = false
onePlayerOnlinePerAccount = true
allowClones = false
serverName = "Emporia"
loginMessage = "Welcome to Emporia. Have fun and invite your friends!"
statusTimeout = 5 * 60 * 1000
replaceKickOnLogin = true
forceSlowConnectionsToDisconnect = false
loginOnlyWithLoginServer = false
premiumPlayerSkipWaitList = false

And so on...

I see no problems with it :p
So anyone have any clue woot dis is?

Thanks
Runkpapper
 
Last edited:
Alright.. So I did that, removed all the annotations. Now it looks like this


accountManager = false
namelockManager = true
newPlayerChooseVoc = false
newPlayerSpawnPosX = 95
newPlayerSpawnPosY = 117
newPlayerSpawnPosZ = 7
newPlayerTownId = 1
newPlayerLevel = 1
newPlayerMagicLevel = 0
generateAccountNumber = false
generateAccountSalt = false


NOTE: *Banishment and *BlackSkull variables are >summed up<
(dailyFragsToRedSkull + dailyFragsToBanishment) with their
*RedSkull equivalents.
Auto banishing works only if useBlackSkull set to negative.
advancedFragList is not advised if you use huge frags
requirements.
useFragHandler = true
redSkullLength = 3 * 24 * 60 * 60
blackSkullLength = 4 * 24 * 60 * 60
dailyFragsToRedSkull = 7
weeklyFragsToRedSkull = 35
monthlyFragsToRedSkull = 50
dailyFragsToBlackSkull = dailyFragsToRedSkull
weeklyFragsToBlackSkull = weeklyFragsToRedSkull
monthlyFragsToBlackSkull = monthlyFragsToRedSkull
dailyFragsToBanishment = dailyFragsToRedSkull
weeklyFragsToBanishment = weeklyFragsToRedSkull
monthlyFragsToBanishment = monthlyFragsToRedSkull
blackSkulledDeathHealth = 40
blackSkulledDeathMana = 0
useBlackSkull = true
advancedFragList = false


violationNameReportActionType 1 = just a report, 2 = name lock, 3 = player banishment
killsBanLength works only if useBlackSkull option is disabled.
notationsToBan = 3
warningsToFinalBan = 3
warningsToDeletion = 4
banLength = 3 * 24 * 60 * 60
killsBanLength = 1 * 24 * 60 * 60
finalBanLength = 7 * 24 * 60 * 60
ipBanishmentLength = 1 * 24 * 60 * 60
broadcastBanishments = false
maxViolationCommentSize = 200
violationNameReportActionType = 2
autoBanishUnknownBytes = false


NOTE: showHealingDamageForMonsters inheritates from showHealingDamage.
loginProtectionPeriod is the famous Tibia anti-magebomb system.
deathLostPercent set to nil enables manual mode.
worldType = "open"
protectionLevel = 1
pvpTileIgnoreLevelAndVocationProtection = true
pzLocked = 40 * 1000
huntingDuration = 30 * 1000
criticalHitChance = 7
criticalHitMultiplier = 1
displayCriticalHitNotify = true
removeWeaponAmmunition = true
removeWeaponCharges = true
removeRuneCharges = true
whiteSkullTime = 10 * 60 * 1000
noDamageToSameLookfeet = false
showHealingDamage = false
showHealingDamageForMonsters = false
fieldOwnershipDuration = 5 * 1000
stopAttackingAtExit = false
loginProtectionPeriod = 10 * 1000
deathLostPercent = 10
stairhopDelay = 1 * 1000
pushCreatureDelay = 2 * 1000
deathContainerId = 1987
gainExperienceColor = 215
addManaSpentInPvPZone = true
squareColor = 0
allowFightback = true
fistBaseAttack = 7


worldId = 0
ip = "193.150.237.53"
bindOnlyGlobalAddress = false
loginPort = 7171
gamePort = 7172
loginTries = 10
retryTimeout = 5 * 1000
loginTimeout = 60 * 1000
maxPlayers = 1000
motd = "Welcome to Emporia. Have fun and invite your friends!"
displayOnOrOffAtCharlist = false
onePlayerOnlinePerAccount = true
allowClones = false
serverName = "Emporia"
loginMessage = "Welcome to Emporia. Have fun and invite your friends!"
statusTimeout = 5 * 60 * 1000
replaceKickOnLogin = true
forceSlowConnectionsToDisconnect = false
loginOnlyWithLoginServer = false
premiumPlayerSkipWaitList = false

Still not working. I tried to keep "The Forgotten Server" at top, but it didn't work either.. :p
 
Last edited:
Okey, I removed all the NOTES, ex. " NOTE: managerPassword left blank disables manager. " and removed all the help text above, ex. " monsterLootMessage 0 to disable, 1 - only party, 2 - only player, 3 - party or player (like Tibia's) "..

And now it works! Thank you! :)
 
Back
Top