View Single Post
  #15  
Old 03-09-2012, 12:52 AM
GLGanjika
Hill Giant
 
Join Date: Feb 2011
Posts: 132
Exclamation

On a new install ; i have the old one in backup but i dunno if it was a good backup or not - sorta wish i kept the old one, tis is where im at :






EQEMU_CONFIG BELOW

Code:
<?xml version="1.0"?>
 <server>
   <world>
	 <shortname>esoeq</shortname>
	 <longname>esoeq</longname>
 
	 <!-- address has to be specified for minilogin to work -->
	 <address>TheEsoNetwork.tk</address>
	 <localaddress>TheEsoNetwork.tk</localaddress>
	 
	 <!-- Loginserver information. -->
	 <loginserver>
	   <host>TheEsoNetwork.tk</host>
	   <port>5999</port>
	   <account></account>
	   <password></password>
	 </loginserver>
	 
	 <!-- Sets the shared key used by zone/launcher to connect to world -->
	 <key>SimCity 2000</key>
	 
	 <!-- Enable and set the port for the HTTP service -->
	 <http port="9080" enable="true" mimefile="mime.types"/>
   </world>
 
   <!-- Database configuration, replaces db.ini -->
   <database>
	 <host>localhost</host>
	 <port>3307</port>
	 <username>root</username>
	 <password>Thebes</password>
	 <db>peq</db>
   </database>
</server>
SERVER START BELOW

Code:
@echo off
Echo Starting MiniLogin Server
c:
cd c:\minilogin
start minilogin.exe
echo.
echo.

cd C:\eqemu
start world.exe
echo waiting a bit for world to finish loading...
echo.
echo.
ping -n 10 127.0.0.1 > nul

echo starting zone
start eqlaunch.exe zone
exit
LOGIN SERVER BELOW

Code:
### --- This file tells world.exe what loginserver to connect to.
### --- Leave the account and password field BLANK.

### --- Public Login is un-supported as is LAN playing. We reccomend using the EQEmu.net Loginserver ALWAYS.

### --- NOTE: Starting 6-1-2002, you can no longer use the word "Server" in worldname.
### --- NOTE2: the word "Server" is added to each server automaticly.

# READ README.TXT

[LoginServer]
loginserver=192.168.155.100
loginport=5999
worldname=EsoEq
worldaddress=192.168.155.100
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=StandAlone
ServerPort=5999
HOSTS

Code:
# Copyright (c) 1993-2009 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
#      102.54.94.97     rhino.acme.com          # source server
#       38.25.63.10     x.acme.com              # x client host

# localhost name resolution is handled within DNS itself.
#	127.0.0.1       localhost
#	::1             localhost
192.168.155.100 TheEsoNetwork.tk


LOGS OF STUFF LATELY

--

Code:
---------------------------------------------
[03.08. - 23:38:42] Starting Log: logs/eqemu_debug_world_15136.log
[03.08. - 23:38:42] [WORLD__INIT] Loading server configuration..
[03.08. - 23:38:42] [WORLD__INIT] Log settings loaded from log.ini
[03.08. - 23:38:42] [WORLD__INIT] CURRENT_WORLD_VERSION:EQEMu 0.7.0
[03.08. - 23:38:42] [WORLD__INIT] Connecting to MySQL...
[03.08. - 23:38:42] [WORLD__INIT] HTTP world service disabled.
[03.08. - 23:38:42] [WORLD__INIT] Loading variables..
[03.08. - 23:38:42] [WORLD__INIT] Loading zones..
[03.08. - 23:38:42] [WORLD__INIT] Clearing groups..
[03.08. - 23:38:42] [WORLD__INIT] Clearing raids..
[03.08. - 23:38:42] [WORLD__INIT] Loading items..
[03.08. - 23:38:42] [WORLD__INIT_ERR] Error: Could not load item data.  But ignoring
[03.08. - 23:38:42] [WORLD__INIT] Loading guilds..
[03.08. - 23:38:42] [RULES__CHANGE] Loading rule set 'default' (1)
[03.08. - 23:38:42] [RULES__CHANGE] Set rule GM:MinStatusToZoneAnywhere to value 250
[03.08. - 23:38:42] [RULES__CHANGE] Set rule Character:MaxLevel to value 65
[03.08. - 23:38:42] [RULES__CHANGE] Set rule Character:LeaveCorpses to value true
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Character:LeaveNakedCorpses to value true
[03.08. - 23:38:43] [RULES__ERROR] Unable to find rule 'Combat:MinRangedAttackDist'
[03.08. - 23:38:43] [RULES__ERROR] Unable to interpret rule record for Combat:MinRangedAttackDist
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Character:ExpMultiplier to value 0.5000000000000
[03.08. - 23:38:43] [RULES__ERROR] Unable to find rule 'Character:AAExpMultiplier'
[03.08. - 23:38:43] [RULES__ERROR] Unable to interpret rule record for Character:AAExpMultiplier
[03.08. - 23:38:43] [RULES__ERROR] Unable to find rule 'Character:GroupExpMultiplier'
[03.08. - 23:38:43] [RULES__ERROR] Unable to interpret rule record for Character:GroupExpMultiplier
[03.08. - 23:38:43] [RULES__ERROR] Unable to find rule 'Character:RaidExpMultiplier'
[03.08. - 23:38:43] [RULES__ERROR] Unable to interpret rule record for Character:RaidExpMultiplier
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Character:DeathExpLossLevel to value 10
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Character:CorpseDecayTimeMS to value 86400000
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Character:AutosaveIntervalS to value 300
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Character:HPRegenMultiplier to value 100
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Character:ManaRegenMultiplier to value 100
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Character:EnduranceRegenMultiplier to value 100
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Guild:MaxMembers to value 2048
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Skills:MaxTrainTradeskills to value 21
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Pets:AttackCommandRange to value 150.0000000000000
[03.08. - 23:38:43] [RULES__CHANGE] Set rule World:ZoneAutobootTimeoutMS to value 120000
[03.08. - 23:38:43] [RULES__CHANGE] Set rule World:ClientKeepaliveTimeoutMS to value 95000
[03.08. - 23:38:43] [RULES__CHANGE] Set rule World:UseBannedIPsTable to value true
[03.08. - 23:38:43] [RULES__CHANGE] Set rule World:MaxClientsPerIP to value -1
[03.08. - 23:38:43] [RULES__CHANGE] Set rule World:ExemptMaxClientsStatus to value -1
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Aggro:PetSpellAggroMod to value 10
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Aggro:SongAggroMod to value 33
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Aggro:SpellAggroMod to value 100
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Combat:BaseCritChance to value 0.0000000000000
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Combat:WarBerBaseCritChance to value 0.0299999993294
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Combat:BerserkBaseCritChance to value 0.0599999986589
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Combat:NPCBashKickLevel to value 6
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Character:ConsumptionMultiplier to value 100
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Spells:AutoResistDiff to value 15
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Spells:ResistChance to value 2.0000000000000
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Spells:ResistMod to value 0.4000000059605
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Spells:PartialHitChance to value 0.6999999880791
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Combat:ClientBaseCritChance to value 0.0000000000000
[03.08. - 23:38:43] [RULES__CHANGE] Set rule NPC:MinorNPCCorpseDecayTimeMS to value 600000
[03.08. - 23:38:43] [RULES__CHANGE] Set rule NPC:MajorNPCCorpseDecayTimeMS to value 1200000
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Zone:GraveyardTimeMS to value 1200000
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Zone:EnableShadowrest to value true
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Map:FixPathingZWhenLoading to value true
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Map:FixPathingZAtWaypoints to value true
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Map:FixPathingZWhenMoving to value true
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Map:FixPathingZOnSendTo to value false
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Zone:ClientLinkdeadMS to value 180000
[03.08. - 23:38:43] [RULES__CHANGE] Set rule NPC:UseItemBonusesForNonPets to value true
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Map:FixPathingZMaxDeltaSendTo to value 12.0000000000000
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Map:FixPathingZMaxDeltaLoading to value 12.0000000000000
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Map:FixPathingZMaxDeltaMoving to value 12.0000000000000
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Map:FixPathingZMaxDeltaWaypoint to value 12.0000000000000
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Character:HealOnLevel to value false
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Character:FeignKillsPet to value false
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Character:ItemManaRegenCap to value 15
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Character:ItemHealthRegenCap to value 15
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Combat:UseIntervalAC to value true
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Combat:PetAttackMagicLevel to value 30
[03.08. - 23:38:43] [RULES__CHANGE] Set rule NPC:SayPauseTimeInSec to value 10
[03.08. - 23:38:43] [RULES__CHANGE] Set rule NPC:OOCRegen to value 0
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Aggro:SmartAggroList to value true
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Aggro:SittingAggroMod to value 35
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Aggro:MeleeRangeAggroMod to value 20
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Aggro:CurrentTargetAggroMod to value 0
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Aggro:CriticallyWoundedAggroMod to value 100
[03.08. - 23:38:43] [RULES__CHANGE] Set rule NPC:BuffFriends to value true
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Character:DeathItemLossLevel to value 10
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Watermap:CheckWaypointsInWaterWhenLoading to value true
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Watermap:CheckForWaterAtWaypoints to value true
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Watermap:CheckForWaterWhenMoving to value true
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Watermap:CheckForWaterOnSendTo to value false
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Watermap:CheckForWaterWhenFishing to value true
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Watermap:FishingRodLength to value 30.0000000000000
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Watermap:FishingLineLength to value 40.0000000000000
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Character:ItemDamageShieldCap to value 30
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Character:ItemAccuracyCap to value 150
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Character:ItemAvoidanceCap to value 100
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Character:ItemCombatEffectsCap to value 100
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Character:ItemShieldingCap to value 35
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Character:ItemSpellShieldingCap to value 35
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Character:ItemDoTShieldingCap to value 35
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Character:ItemStunResistCap to value 35
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Character:ItemStrikethroughCap to value 35
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Spells:PartialHitChanceFear to value 0.2500000000000
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Zone:MQWarpExemptStatus to value -1
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Zone:MQZoneExemptStatus to value -1
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Zone:MQGateExemptStatus to value -1
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Zone:MQGhostExemptStatus to value -1
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Zone:EnableMQWarpDetector to value true
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Zone:EnableMQZoneDetector to value true
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Zone:EnableMQGateDetector to value true
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Zone:EnableMQGhostDetector to value true
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Combat:EnableFearPathing to value true
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Combat:FleeHPRatio to value 22
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Combat:FleeIfNotAlone to value false
[03.08. - 23:38:43] [RULES__CHANGE] Set rule NPC:EnableNPCQuestJournal to value true
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Character:SkillUpModifier to value 100
[03.08. - 23:38:43] [RULES__CHANGE] Set rule NPC:CorpseUnlockTimer to value 150000
[03.08. - 23:38:43] [RULES__CHANGE] Set rule NPC:EmptyNPCCorpseDecayTimeMS to value 0
[03.08. - 23:38:43] [RULES__CHANGE] Set rule World:ClearTempMerchantlist to value true
[03.08. - 23:38:43] [RULES__CHANGE] Set rule World:AddMaxClientsPerIP to value -1
[03.08. - 23:38:43] [RULES__CHANGE] Set rule World:AddMaxClientsStatus to value -1
[03.08. - 23:38:43] [RULES__CHANGE] Set rule TaskSystem:EnableTaskSystem to value true
[03.08. - 23:38:43] [RULES__CHANGE] Set rule TaskSystem:PeriodicCheckTimer to value 5
[03.08. - 23:38:43] [RULES__CHANGE] Set rule TaskSystem:RecordCompletedTasks to value true
[03.08. - 23:38:43] [RULES__CHANGE] Set rule TaskSystem:RecordCompletedOptionalActivities to value true
[03.08. - 23:38:43] [RULES__CHANGE] Set rule TaskSystem:KeepOneRecordPerCompletedTask to value true
[03.08. - 23:38:43] [RULES__CHANGE] Set rule TaskSystem:EnableTaskProximity to value true
[03.08. - 23:38:43] [RULES__CHANGE] Set rule World:EnableTutorialButton to value true
[03.08. - 23:38:43] [RULES__CHANGE] Set rule World:EnableReturnHomeButton to value true
[03.08. - 23:38:43] [RULES__CHANGE] Set rule World:MaxLevelForTutorial to value 10
[03.08. - 23:38:43] [RULES__CHANGE] Set rule World:MinOfflineTimeToReturnHome to value 21600
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Zone:AutoShutdownDelay to value 5000
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Character:MaxExpLevel to value 0
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Combat:AdjustProcPerMinute to value true
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Combat:AvgProcsPerMinute to value 2.0000000000000
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Combat:ProcPerMinDexContrib to value 0.0750000029802
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Combat:BaseProcChance to value 0.0350000001490
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Combat:ProcDexDivideBy to value 11000.0000000000000
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Chat:ServerWideOOC to value true
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Chat:ServerWideAuction to value true
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Spells:BaseCritChance to value 0
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Spells:BaseCritRatio to value 100
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Spells:WizCritLevel to value 12
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Spells:WizCritChance to value 7
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Spells:WizCritRatio to value 0
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Character:SharedBankPlat to value true
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Spells:ResistPerLevelDiff to value 85
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Character:UseDeathExpLossMult to value false
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Character:DeathExpLossMultiplier to value 3
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Character:BindAnywhere to value false
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Bazaar:AuditTrail to value false
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Bazaar:MaxSearchResults to value 50
[03.08. - 23:38:43] [RULES__CHANGE] Set rule World:TutorialZoneID to value 189
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Bazaar:EnableWarpToTrader to value true
[03.08. - 23:38:43] [RULES__CHANGE] Set rule Bazaar:MaxBarterSearchResults to value 200
[03.08. - 23:38:43] [RULES__CHANGE] Set rule World:AccountSessionLimit to value -1
[03.08. - 23:38:43] [RULES__CHANGE] Set rule World:ExemptAccountLimitStatus to value -1
[03.08. - 23:38:43] [RULES__ERROR] Unable to find rule 'Mail:EnableMailSystem'
[03.08. - 23:38:43] [RULES__ERROR] Unable to interpret rule record for Mail:EnableMailSystem
[03.08. - 23:38:43] [RULES__ERROR] Unable to find rule 'Mail:ExpireTrash'
[03.08. - 23:38:43] [RULES__ERROR] Unable to interpret rule record for Mail:ExpireTrash
[03.08. - 23:38:43] [RULES__ERROR] Unable to find rule 'Mail:ExpireRead'
[03.08. - 23:38:43] [RULES__ERROR] Unable to interpret rule record for Mail:ExpireRead
[03.08. - 23:38:43] [RULES__ERROR] Unable to find rule 'Mail:ExpireUnread'
[03.08. - 23:38:43] [RULES__ERROR] Unable to interpret rule record for Mail:ExpireUnread
[03.08. - 23:38:43] [RULES__ERROR] Unable to find rule 'Channels:RequiredStatusAdmin'
[03.08. - 23:38:43] [RULES__ERROR] Unable to interpret rule record for Channels:RequiredStatusAdmin
[03.08. - 23:38:43] [RULES__ERROR] Unable to find rule 'Channels:RequiredStatusListAll'
[03.08. - 23:38:43] [RULES__ERROR] Unable to interpret rule record for Channels:RequiredStatusListAll
[03.08. - 23:38:43] [RULES__ERROR] Unable to find rule 'Channels:DeleteTimer'
[03.08. - 23:38:43] [RULES__ERROR] Unable to interpret rule record for Channels:DeleteTimer
[03.08. - 23:38:43] [RULES__ERROR] Unable to find rule 'Chat:EnableVoiceMacros'
[03.08. - 23:38:43] [RULES__ERROR] Unable to interpret rule record for Chat:EnableVoiceMacros
[03.08. - 23:38:43] [RULES__ERROR] Unable to find rule 'Spells:TranslocateTimeLimit'
[03.08. - 23:38:43] [RULES__ERROR] Unable to interpret rule record for Spells:TranslocateTimeLimit
[03.08. - 23:38:43] [RULES__ERROR] Unable to find rule 'EventLog:RecordSellToMerchant'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for EventLog:RecordSellToMerchant
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'EventLog:RecordBuyFromMerchant'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for EventLog:RecordBuyFromMerchant
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'World:GMAccountIPList'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for World:GMAccountIPList
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'Merchant:UsePriceMod'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for Merchant:UsePriceMod
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'Merchant:SellCostMod'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for Merchant:SellCostMod
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'Merchant:BuyCostMod'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for Merchant:BuyCostMod
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'Merchant:PriceBonusPct'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for Merchant:PriceBonusPct
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'Merchant:PricePenaltyPct'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for Merchant:PricePenaltyPct
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'Merchant:ChaBonusMod'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for Merchant:ChaBonusMod
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'Merchant:ChaPenaltyMod'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for Merchant:ChaPenaltyMod
[03.08. - 23:38:44] [RULES__CHANGE] Set rule Combat:BaseHitChance to value 69.0000000000000
[03.08. - 23:38:44] [RULES__CHANGE] Set rule Combat:AgiHitFactor to value 0.0099999997765
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'Combat:HitFalloffMinor'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for Combat:HitFalloffMinor
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'Combat:HitFalloffModerate'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for Combat:HitFalloffModerate
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'Combat:HitFalloffMajor'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for Combat:HitFalloffMajor
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'Combat:HitBonusPerLevel'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for Combat:HitBonusPerLevel
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'Combat:WeaponSkillFalloff'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for Combat:WeaponSkillFalloff
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'Combat:ArcheryHitPenalty'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for Combat:ArcheryHitPenalty
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'Chat:EnableMailKeyIPVerification'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for Chat:EnableMailKeyIPVerification
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'Chat:EnableAntiSpam'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for Chat:EnableAntiSpam
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'Chat:MinStatusToBypassAntiSpam'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for Chat:MinStatusToBypassAntiSpam
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'Chat:MinimumMessagesPerInterval'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for Chat:MinimumMessagesPerInterval
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'Chat:MaximumMessagesPerInterval'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for Chat:MaximumMessagesPerInterval
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'Chat:MaxMessagesBeforeKick'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for Chat:MaxMessagesBeforeKick
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'Chat:IntervalDurationMS'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for Chat:IntervalDurationMS
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'Chat:KarmaUpdateIntervalMS'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for Chat:KarmaUpdateIntervalMS
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'World:MinGMAntiHackStatus'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for World:MinGMAntiHackStatus
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'Character:RestRegenPercent'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for Character:RestRegenPercent
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'Character:RestRegenTimeToActivate'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for Character:RestRegenTimeToActivate
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'World:SoFStartZoneID'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for World:SoFStartZoneID
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'Combat:NPCBonusHitChance'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for Combat:NPCBonusHitChance
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'Character:KillsPerRaidLeadershipAA'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for Character:KillsPerRaidLeadershipAA
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'Character:KillsPerGroupLeadershipAA'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for Character:KillsPerGroupLeadershipAA
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'Adventure:ItemIDToEnablePorts'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for Adventure:ItemIDToEnablePorts
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'Adventure:MinNumberForGroup'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for Adventure:MinNumberForGroup
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'Adventure:MaxNumberForGroup'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for Adventure:MaxNumberForGroup
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'Adventure:MinNumberForRaid'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for Adventure:MinNumberForRaid
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'Adventure:MaxNumberForRaid'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for Adventure:MaxNumberForRaid
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'Adventure:MaxLevelRange'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for Adventure:MaxLevelRange
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'Zone:UsePEQZoneDebuffs'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for Zone:UsePEQZoneDebuffs
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'Zone:PEQZoneReuseTime'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for Zone:PEQZoneReuseTime
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'Zone:PEQZoneDebuff1'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for Zone:PEQZoneDebuff1
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'Zone:PEQZoneDebuff2'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for Zone:PEQZoneDebuff2
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'NPC:LastFightingDelayMovingMin'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for NPC:LastFightingDelayMovingMin
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'NPC:LastFightingDelayMovingMax'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for NPC:LastFightingDelayMovingMax
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'Combat:ArcheryBonusRequiresStationary'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for Combat:ArcheryBonusRequiresStationary
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'Pathing:Aggro'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for Pathing:Aggro
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'Pathing:AggroReturnToGrid'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for Pathing:AggroReturnToGrid
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'Pathing:CandidateNodeRangeXY'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for Pathing:CandidateNodeRangeXY
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'Pathing:CandidateNodeRangeZ'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for Pathing:CandidateNodeRangeZ
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'Pathing:CullNodesFromEnd'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for Pathing:CullNodesFromEnd
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'Pathing:CullNodesFromStart'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for Pathing:CullNodesFromStart
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'Pathing:Fear'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for Pathing:Fear
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'Pathing:Find'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for Pathing:Find
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'Pathing:Guard'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for Pathing:Guard
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'Pathing:LOSCheckFrequency'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for Pathing:LOSCheckFrequency
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'Pathing:MinDistanceForLOSCheckLong'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for Pathing:MinDistanceForLOSCheckLong
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'Pathing:MinDistanceForLOSCheckShort'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for Pathing:MinDistanceForLOSCheckShort
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'Pathing:MinNodesTraversedForLOSCheck'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for Pathing:MinNodesTraversedForLOSCheck
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'Pathing:RouteUpdateFrequencyLong'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for Pathing:RouteUpdateFrequencyLong
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'Pathing:RouteUpdateFrequencyNodeCount'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for Pathing:RouteUpdateFrequencyNodeCount
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'Pathing:RouteUpdateFrequencyShort'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for Pathing:RouteUpdateFrequencyShort
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'Pathing:ZDiffThreshold'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for Pathing:ZDiffThreshold
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'Map:FindBestZHeightAdjust'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for Map:FindBestZHeightAdjust
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'Map:UseClosestZ'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for Map:UseClosestZ
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'NPC:SmartLastFightingDelayMoving'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for NPC:SmartLastFightingDelayMoving
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'Combat:AssistNoTargetSelf'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for Combat:AssistNoTargetSelf
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'Spells:SacrificeMinLevel'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for Spells:SacrificeMinLevel
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'Spells:SacrificeMaxLevel'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for Spells:SacrificeMaxLevel
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'Spells:SacrificeItemID'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for Spells:SacrificeItemID
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'Combat:MaxRampageTargets'
[03.08. - 23:38:44] [RULES__ERROR] Unable to interpret rule record for Combat:MaxRampageTargets
[03.08. - 23:38:44] [RULES__ERROR] Unable to find rule 'Combat:MaxFlurryHits'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Combat:MaxFlurryHits
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'Combat:MonkDamageTableBonus'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Combat:MonkDamageTableBonus
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'Combat:FlyingKickBonus'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Combat:FlyingKickBonus
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'Combat:DragonPunchBonus'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Combat:DragonPunchBonus
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'Combat:EagleStrikeBonus'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Combat:EagleStrikeBonus
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'Combat:TigerClawBonus'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Combat:TigerClawBonus
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'Combat:RoundKickBonus'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Combat:RoundKickBonus
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'Combat:ArcheryBaseDamageBonus'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Combat:ArcheryBaseDamageBonus
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'Character:MaxFearDurationForPlayerCharacter'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Character:MaxFearDurationForPlayerCharacter
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'Character:MaxCharmDurationForPlayerCharacter'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Character:MaxCharmDurationForPlayerCharacter
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'AA:ExpPerPoint'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for AA:ExpPerPoint
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'World:MaxClientsSetByStatus'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for World:MaxClientsSetByStatus
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'Combat:FleeSnareHPRatio'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Combat:FleeSnareHPRatio
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'Chat:KarmaGlobalChatLimit'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Chat:KarmaGlobalChatLimit
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'Chat:GlobalChatLevelLimit'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Chat:GlobalChatLevelLimit
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'Zone:MQWarpDetectionDistanceFactor'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Zone:MQWarpDetectionDistanceFactor
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'Zone:NPCPositonUpdateTicCount'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Zone:NPCPositonUpdateTicCount
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'Zone:MarkMQWarpLT'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Zone:MarkMQWarpLT
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'Zone:HotZoneBonus'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Zone:HotZoneBonus
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'Adventure:LDoNAdventureExpireTime'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Adventure:LDoNAdventureExpireTime
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'Combat:ProcTargetOnly'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Combat:ProcTargetOnly
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'Character:BaseHPRegenBonusRaces'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Character:BaseHPRegenBonusRaces
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'Spells:EnableSpellGlobals'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Spells:EnableSpellGlobals
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'NPC:ReturnNonQuestNoDropItems'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for NPC:ReturnNonQuestNoDropItems
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'Skills:UseLimitTradeskillSearchSkillDiff'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Skills:UseLimitTradeskillSearchSkillDiff
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'Skills:MaxTradeskillSearchSkillDiff'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Skills:MaxTradeskillSearchSkillDiff
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'Character:SoDClientUseSoDHPManaEnd'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Character:SoDClientUseSoDHPManaEnd
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'Spells:MaxBuffSlotsNPC'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Spells:MaxBuffSlotsNPC
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'Spells:MaxSongSlotsNPC'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Spells:MaxSongSlotsNPC
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'Spells:MaxDiscSlotsNPC'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Spells:MaxDiscSlotsNPC
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'Spells:MaxTotalSlotsNPC'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Spells:MaxTotalSlotsNPC
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'World:GuildBankZoneID'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for World:GuildBankZoneID
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'Character:DeathExpLossMaxLevel'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Character:DeathExpLossMaxLevel
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'Character:HasteCap'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Character:HasteCap
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'Character:MaxDraggedCorpses'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Character:MaxDraggedCorpses
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'Character:DragCorpseDistance'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Character:DragCorpseDistance
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'Character:RestRegenEndurance'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Character:RestRegenEndurance
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'Spells:VirusSpreadDistance'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Spells:VirusSpreadDistance
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'Combat:ArcheryNPCMultiplier'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Combat:ArcheryNPCMultiplier
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'Character:ItemCastsUseFocus'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Character:ItemCastsUseFocus
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'World:ExpansionSettings'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for World:ExpansionSettings
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'World:PVPSettings'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for World:PVPSettings
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'World:IsGMPetitionWindowEnabled'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for World:IsGMPetitionWindowEnabled
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'World:FVNoDropFlag'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for World:FVNoDropFlag
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'Character:MinStatusForNoDropExemptions'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Character:MinStatusForNoDropExemptions
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'Character:SkillCapMaxLevel'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Character:SkillCapMaxLevel
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'Console:SessionTimeOut'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Console:SessionTimeOut
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'Guild:PlayerCreationAllowed'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Guild:PlayerCreationAllowed
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'Guild:PlayerCreationLimit'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Guild:PlayerCreationLimit
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'Guild:PlayerCreationRequiredLevel'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Guild:PlayerCreationRequiredLevel
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'Guild:PlayerCreationRequiredStatus'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Guild:PlayerCreationRequiredStatus
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'Guild:PlayerCreationRequiredTime'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Guild:PlayerCreationRequiredTime
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'Spells:LiveLikeFocusEffects'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Spells:LiveLikeFocusEffects
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'NPC:StartEnrageValue'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for NPC:StartEnrageValue
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'NPC:LiveLikeEnrage'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for NPC:LiveLikeEnrage
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'Character:ItemExtraDmgCap'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Character:ItemExtraDmgCap
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'Character:CheckCursorEmptyWhenLooting'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Character:CheckCursorEmptyWhenLooting
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'Character:MaintainIntoxicationAcrossZones'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Character:MaintainIntoxicationAcrossZones
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'Skills:MaxTrainSpecializations'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Skills:MaxTrainSpecializations
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'Character:UseNewStatsWindow'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Character:UseNewStatsWindow
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'Character:ItemEnduranceRegenCap'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Character:ItemEnduranceRegenCap
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'Character:ItemClairvoyanceCap'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Character:ItemClairvoyanceCap
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'Character:ItemHealAmtCap'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Character:ItemHealAmtCap
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'Character:ItemSpellDmgCap'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Character:ItemSpellDmgCap
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'Character:ItemDSMitigationCap'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Character:ItemDSMitigationCap
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'Combat:NPCBashKickStunChance'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Combat:NPCBashKickStunChance
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'Spells:EnableBlockedBuffs'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Spells:EnableBlockedBuffs
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'Character:RespawnFromHover'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Character:RespawnFromHover
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'Character:RespawnFromHoverTimer'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Character:RespawnFromHoverTimer
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'Character:UseRaceClassExpBonuses'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Character:UseRaceClassExpBonuses
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'Spells:ReflectType'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Spells:ReflectType
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'Character:EnableDiscoveredItems'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Character:EnableDiscoveredItems
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'Spells:BaseImmunityLevel'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Spells:BaseImmunityLevel
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'Spells:NPCIgnoreBaseImmunity'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Spells:NPCIgnoreBaseImmunity
[03.08. - 23:38:45] [RULES__ERROR] Unable to find rule 'Combat:MinHastedDelay'
[03.08. - 23:38:45] [RULES__ERROR] Unable to interpret rule record for Combat:MinHastedDelay
[03.08. - 23:38:45] [WORLD__INIT] Loaded default rule set 'default'
[03.08. - 23:38:45] [WORLD__INIT] Clearing temporary merchant lists..
[03.08. - 23:38:45] [WORLD__INIT] Loading EQ time of day..
[03.08. - 23:38:45] [WORLD__INIT_ERR] Unable to load eqtime.cfg
[03.08. - 23:38:46] [WORLD__INIT] Loading launcher list..
[03.08. - 23:38:46] [WORLD__INIT] Reboot zone modes ON
[03.08. - 23:38:46] [WORLD__INIT] Deleted 0 stale player corpses from database
[03.08. - 23:38:46] [WORLD__INIT] Deleted 0 stale player backups from database
[03.08. - 23:38:46] [WORLD__INIT] Zone (TCP) listener started.
[03.08. - 23:38:46] [WORLD__INIT] Client (UDP) listener started.
[03.08. - 23:38:46] [NET__IDENTIFY] Registered patch 6.2
[03.08. - 23:38:46] [NET__IDENTIFY] Registered patch Titanium
[03.08. - 23:38:46] [NET__IDENTIFY] Registered patch Anniversary
[03.08. - 23:38:46] [NET__IDENTIFY] Registered patch Live
[03.08. - 23:38:46] [WORLD__LS] Connecting to login server...
[03.08. - 23:38:46] [WORLD__LS] Connected to Loginserver: TheEsoNetwork.tk:5999
[03.08. - 23:38:55] [WORLD__ZONE] New TCP connection from 127.0.0.1:51569
[03.08. - 23:38:55] [WORLD__CONSOLE] New launcher from 127.0.0.1:51569
[03.08. - 23:38:55] [WORLD__LAUNCH] Adding pending launcher 1
[03.08. - 23:39:00] [WORLD__LAUNCH] Launcher Identified itself as 'zone'. Loading zone list.
[03.08. - 23:39:00] [WORLD__LAUNCH] Removing pending launcher 1. Adding zone to active list.
[03.08. - 23:39:05] [WORLD__LAUNCH] zone: dynamic_01 reported state STARTED (1 starts)
[03.08. - 23:39:09] [WORLD__ZONE] New TCP connection from 127.0.0.1:51577
[03.08. - 23:39:09] [WORLD__CONSOLE] New zoneserver #1 from 127.0.0.1:51577
[03.08. - 23:39:09] [WORLD__ZONE] [1] Zone started with name dynamic_01 by launcher zone
[03.08. - 23:39:09] [WORLD__ZONE] [1] Auto zone port configuration.  Telling zone to use port 7000
[03.08. - 23:39:25] [WORLD__LAUNCH] zone: dynamic_02 reported state STARTED (1 starts)
[03.08. - 23:39:26] [WORLD__ZONE] New TCP connection from 127.0.0.1:51579
[03.08. - 23:39:26] [WORLD__CONSOLE] New zoneserver #2 from 127.0.0.1:51579
[03.08. - 23:39:26] [WORLD__ZONE] [2] Zone started with name dynamic_02 by launcher zone
[03.08. - 23:39:26] [WORLD__ZONE] [2] Auto zone port configuration.  Telling zone to use port 7001
[03.08. - 23:39:27] [WORLD__LAUNCH] zone: dynamic_03 reported state STARTED (1 starts)
[03.08. - 23:39:28] [WORLD__ZONE] New TCP connection from 127.0.0.1:51581
[03.08. - 23:39:28] [WORLD__CONSOLE] New zoneserver #3 from 127.0.0.1:51581
[03.08. - 23:39:28] [WORLD__ZONE] [3] Zone started with name dynamic_03 by launcher zone
[03.08. - 23:39:28] [WORLD__ZONE] [3] Auto zone port configuration.  Telling zone to use port 7002
[03.08. - 23:39:29] [WORLD__LAUNCH] zone: dynamic_04 reported state STARTED (1 starts)
[03.08. - 23:39:30] [WORLD__ZONE] New TCP connection from 127.0.0.1:51583
[03.08. - 23:39:30] [WORLD__CONSOLE] New zoneserver #4 from 127.0.0.1:51583
[03.08. - 23:39:30] [WORLD__ZONE] [4] Zone started with name dynamic_04 by launcher zone
[03.08. - 23:39:30] [WORLD__ZONE] [4] Auto zone port configuration.  Telling zone to use port 7003
[03.08. - 23:39:31] [WORLD__LAUNCH] zone: dynamic_05 reported state STARTED (1 starts)
[03.08. - 23:39:32] [WORLD__ZONE] New TCP connection from 127.0.0.1:51585
[03.08. - 23:39:32] [WORLD__CONSOLE] New zoneserver #5 from 127.0.0.1:51585
[03.08. - 23:39:32] [WORLD__ZONE] [5] Zone started with name dynamic_05 by launcher zone
[03.08. - 23:39:32] [WORLD__ZONE] [5] Auto zone port configuration.  Telling zone to use port 7004
Code:
---------------------------------------------
[03.08. - 23:39:31] Starting Log: logs/eqemu_quest_zone_15268.log
[03.08. - 23:39:31] Tying perl output to eqemu logs
[03.08. - 23:39:31] Creating EQEmuIO=HASH(0xa18bc4)
[03.08. - 23:39:31] Creating EQEmuIO=HASH(0xa1f880)
[03.08. - 23:39:31] Loading perlemb plugins.
[03.08. - 23:39:31] Subroutine Cwd::fastcwd redefined at C:/Perl/lib/Cwd.pm line 724.
[03.08. - 23:39:31] Subroutine Cwd::getcwd redefined at C:/Perl/lib/Cwd.pm line 724.
[03.08. - 23:39:31] Subroutine Cwd::abs_path redefined at C:/Perl/lib/Cwd.pm line 724.
[03.08. - 23:39:32] Loading perl commands...
Code:
---------------------------------------------
[03.08. - 23:39:31] Starting Log: logs/eqemu_zone_15268.log
[03.08. - 23:39:31] Using database 'peq' at localhost:3307
[03.08. - 23:39:31] EMuShareMem loaded
Code:
---------------------------------------------
[03.08. - 23:38:44] Starting Log: logs/eqemu_debug_14876.log
[03.08. - 23:38:44] [LAUNCHER__INIT] Loading server configuration..
[03.08. - 23:38:45] [NET__WORLD] WorldConnection connect: Connecting to the server 127.0.0.1:9000 failed: TCPConnection::Connect(): connect() failed. Error: 10061
[03.08. - 23:38:45] [LAUNCHER__ERROR] worldserver.Connect() FAILED! Will retry.
[03.08. - 23:38:45] [LAUNCHER__INIT] Starting main loop...
[03.08. - 23:39:00] [NET__WORLD] Connected to World: 127.0.0.1:9000
[03.08. - 23:39:05] [LAUNCHER__WORLD] World told us to start zone dynamic_01.
[03.08. - 23:39:05] [LAUNCHER__WORLD] World told us to start zone dynamic_02.
[03.08. - 23:39:05] [LAUNCHER__WORLD] World told us to start zone dynamic_03.
[03.08. - 23:39:05] [LAUNCHER__WORLD] World told us to start zone dynamic_04.
[03.08. - 23:39:05] [LAUNCHER__WORLD] World told us to start zone dynamic_05.
[03.08. - 23:39:05] [LAUNCHER__ERROR] World told us to start zone dynamic_01, but it is already running.
[03.08. - 23:39:05] [LAUNCHER__ERROR] World told us to start zone dynamic_02, but it is already running.
[03.08. - 23:39:05] [LAUNCHER__ERROR] World told us to start zone dynamic_03, but it is already running.
[03.08. - 23:39:05] [LAUNCHER__ERROR] World told us to start zone dynamic_04, but it is already running.
[03.08. - 23:39:05] [LAUNCHER__ERROR] World told us to start zone dynamic_05, but it is already running.
[03.08. - 23:39:05] [LAUNCHER__STATUS] Starting zone dynamic_01
[03.08. - 23:39:05] [LAUNCHER__STATUS] Zone dynamic_01 has been started.
[03.08. - 23:39:05] [LAUNCHER__STATUS] Waiting 20000 milliseconds before booting the second zone.
[03.08. - 23:39:25] [LAUNCHER__STATUS] Starting zone dynamic_02
[03.08. - 23:39:25] [LAUNCHER__STATUS] Zone dynamic_02 has been started.
[03.08. - 23:39:25] [LAUNCHER__STATUS] Waiting 2000 milliseconds before booting the next zone.
[03.08. - 23:39:27] [LAUNCHER__STATUS] Starting zone dynamic_03
[03.08. - 23:39:27] [LAUNCHER__STATUS] Zone dynamic_03 has been started.
[03.08. - 23:39:27] [LAUNCHER__STATUS] Waiting 2000 milliseconds before booting the next zone.
[03.08. - 23:39:29] [LAUNCHER__STATUS] Starting zone dynamic_04
[03.08. - 23:39:29] [LAUNCHER__STATUS] Zone dynamic_04 has been started.
[03.08. - 23:39:29] [LAUNCHER__STATUS] Waiting 2000 milliseconds before booting the next zone.
[03.08. - 23:39:31] [LAUNCHER__STATUS] Starting zone dynamic_05
[03.08. - 23:39:31] [LAUNCHER__STATUS] Zone dynamic_05 has been started.
[03.08. - 23:39:31] [LAUNCHER__STATUS] Waiting 2000 milliseconds before booting the next zone.
__________________
"Be who you are and say what you feel because those who matter don't mind
and those who mind don't matter." - Theodore Seuss Geisel. [Dr. Seuss.]

Reply With Quote