• 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!

Enfo Logowanie Postaci na 1/1

Red Devil

New Member
Joined
Apr 13, 2010
Messages
57
Reaction score
0
Tak jak w temacie, wie ktos z was moze jak zrobic aby kazda osoba mogla zalogowac sie na 1/1 na jakas dana postac?
tak jak to jest na wielu serwerach enfo.
naprzyklad: passy 1/1 sa dla wszystkich, ale jak ktos loguje na nie i wybiera sobie np. druida to dostaje postac z nickiem druid1
nastepnie druga osoba jak zaloguje to dostanie postac z nickiem druid2:$
 
To się gdzieś w config.lua ustawiało

Gdzieś tu
worldType = "pvp"
protectionLevel = 80
pvpTileIgnoreLevelAndVocationProtection = true
pzLocked = 60 * 1000
huntingDuration = 60 * 1000
criticalHitChance = 7
criticalHitMultiplier = 1
displayCriticalHitNotify = true
removeWeaponAmmunition = true
removeWeaponCharges = true
removeRuneCharges = true
whiteSkullTime = 5 * 60 * 1000
noDamageToSameLookfeet = false
showHealingDamage = true
showHealingDamageForMonsters = true
fieldOwnershipDuration = 5 * 1000
stopAttackingAtExit = false
oldConditionAccuracy = false
loginProtectionPeriod = 10 * 1000
deathLostPercent = 10
stairhopDelay = 2 * 1000
pushCreatureDelay = 2 * 1000
deathContainerId = 1987
gainExperienceColor = 110-300
addManaSpentInPvPZone = true
squareColor = 0
allowFightback = true

-- Connection config
worldId = 0
ip = "217.117.129.196"
bindOnlyConfiguredIpAddress = true
loginPort = 7171
gamePort = 7172
adminPort = 7171
statusPort = 7171
loginTries = 10000
retryTimeout = 5 * 1000
loginTimeout = 60 * 1000
maxPlayers = 1000
motd = "Witamy na Vixerii. Od dzis mozna logowac sie na 8.54 i 8.55!"
displayOnOrOffAtCharlist = false
onePlayerOnlinePerAccount = false
allowClones = false
serverName = "VIXERIA OTS"
loginMessage = "Witamy na Vixerii. Od dzis mozna logowac sie na 8.54 i 8.55!"
statusTimeout = 5 * 60 * 1000
replaceKickOnLogin = true
forceSlowConnectionsToDisconnect = false
loginOnlyWithLoginServer = false
premiumPlayerSkipWaitList = false

To jest chyba to
allowClones = false
 
nie dziala :( probowalem juz wszystkiego i nie mam zielonego pojecia co dalej :(
 
Bez edycji zrodel sie nie obejdzie, przypuszczam ze iologindata.cpp (ale nie jestem pewien).
 
podałbym swoje źródełka od pvp-enfo.pl, ale aktualnie myślę nad przepisaniem go na 8.55 :)
 
Back
Top