Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Linux Servers

Support::Linux Servers Support forum for Linux EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 05-18-2018, 02:38 PM
spidey1170
Sarnak
 
Join Date: May 2009
Location: Alaska
Posts: 61
Default Error: <server> attempted to log in but account and password did not match entry

EDIT, added the following information:

Quote:
The reason that I began all this troubleshooting is because my server stopped appearing in the login window of my client and my friend was getting a "timed out" error when trying to connect to the login server.

I am running Windows 10 with a Titanium Client and she is running Windows 7 with a Titanium Client, both fresh installs with the appropriate eqhost.txt. I was able to login to my server many times and then it just stopped. Trying to fix both of our problems, I ran the update script with the server control and that didn't help
I didn't find this in any logs nor did it come up as an error while using the "server_start_with_login.sh"; however, when I ran:


Code:
>$ perl ./server_launcher.pl loginserver
I saw a dark red line flash across my screen:

Code:
<server_name> attempted to log in but account and password did not match the entry in the database
So, I looked in my eqemu_config.json and made sure that the user name and password existed:

eqemu_config.json:

Code:
{
   "server" : {
      "chatserver" : {
         "host" : "",
         "port" : "7500"
      },
      "database" : {
         "db" : "<db_name>",
         "host" : "localhost",
         "password" : "<db_password>",
         "port" : "3306",
         "username" : "<db_username>"
      },
      "mailserver" : {
         "host" : "",
         "port" : "7500"
      },
      "qsdatabase" : {
         "db" : "<db_name>",
         "host" : "localhost",
         "password" : "<db_password>",
         "port" : "3306",
         "username" : "<db_username>"
      },
      "webinterface" : {
         "port" : "9081"
      },
      "world" : {
         "http" : {
            "enabled" : "true",
            "mimefile" : "mime.types",
            "port" : "9080"
         },
         "key" : "<server_key>",
         "loginserver1" : {
            "account" : "",
            "host" : "login.eqemulator.net",
            "legacy" : "1",
            "password" : "",
            "port" : "5998"
         },
         "loginserver2" : {
            "account" : "<server_admin>",
            "host" : "<server_external_IP>",
            "password" : "<server_admin_password>",
            "port" : "5998"
         },
         "longname" : "<server_long_name>",
         "shortname" : "<server_short_name>",
         "tcp" : {
            "ip" : "<server_external_address>",
            "port" : "9001"
         },
         "telnet" : {
            "enabled" : "true",
            "ip" : "0.0.0.0",
            "port" : "9000"
         }
      },
      "zones" : {
         "defaultstatus" : "0",
         "ports" : {
            "high" : "7400",
            "low" : "7000"
         }
      }
   }
}

login.ini:

Code:
[database]
host = localhost
port = 3306
db = <db_name>
user = <db_admin>
password = <db_admin_password>
subsystem = MySQL

[options]
unregistered_allowed = TRUE 
reject_duplicate_servers = FALSE
trace = TRUE
world_trace = FALSE
dump_packets_in = FALSE
dump_packets_out = FALSE
listen_port = 5998
local_network = <ip_address> 
auto_create_accounts = FALSE 

[security]
plugin = EQEmuAuthCrypto
mode = 5

[Titanium]
port = 5998
opcodes = login_opcodes.conf

[SoD]
port = 5999
opcodes = login_opcodes_sod.conf

[schema]
account_table = loginserver_server_accounts
world_registration_table = loginserver_world_server_registration
world_admin_registration_table = loginserver_server_admin_registration
world_server_type_table = loginserver_server_list_type
I've tried chaning the options around in login.ini and made sure that the ServerAdminID was '1' and that the username and password were the same as in the config file.

Last edited by spidey1170; 05-18-2018 at 03:07 PM.. Reason: Added & corrected information
Reply With Quote
  #2  
Old 05-18-2018, 02:43 PM
spidey1170
Sarnak
 
Join Date: May 2009
Location: Alaska
Posts: 61
Default

my ufw status results:

Code:
Status: active

To                         Action      From
--                         ------      ----
80/tcp                     ALLOW       Anywhere                  
5998                       ALLOW       Anywhere                  
443/tcp                    ALLOW       Anywhere                  
22                         DENY        Anywhere                  
5999                       ALLOW       Anywhere                  
7000:7500/tcp              ALLOW       Anywhere                  
7000:7500/udp              ALLOW       Anywhere                  
9000:9001/tcp              ALLOW       Anywhere                  
9000:9001/udp              ALLOW       Anywhere                  
443/udp                    ALLOW       Anywhere
Reply With Quote
  #3  
Old 05-18-2018, 04:59 PM
spidey1170
Sarnak
 
Join Date: May 2009
Location: Alaska
Posts: 61
Default

Output from:

$> perl ./server_launcher.pl loginserver > main.log

Code:
Akka's Linux Server Launcher
Loginserver set to run...
									
World: DOWN Zones: (0/30) UCS: DOWN Queryserv: DOWN Loginserver: UP 
									
World: DOWN Zones: (0/30) UCS: DOWN Queryserv: DOWN Loginserver:  
[33m[Login Server] Logging System Init.[0m
[33m[Login Server] Config System Init.[0m
[33m[Login Server] MySQL Database Init.[0m
[33m[World Server] Loading server configuration..[0m
[33m[World Server] CURRENT_VERSION: 1.1.3[0m
[33m[World Server] Added loginserver <SERVER_IP>:5998[0m
[33m[World Server] Added loginserver login.eqemulator.net:5998[0m
[33m[World Server] Connecting to MySQL <db_admin>@localhost:3306...[0m
[33m[Login Server] Server Manager Initialize.[0m
[33m[Login Server] Client Manager Initialize.[0m
[33m[Login Server] Server Started.[0m
[33m[Status] Starting File Log 'logs/world_16823.log'[0m
[33m[World Server] Checking Database Conversions..[0m
[Update] No script update necessary...
[Info] For EQEmu Server management utilities - run eqemu_server.pl
[Update] Database up to date...
[33m[World Server] Loading variables..[0m
[33m[World Server] Loading zones..[0m
[33m[World Server] Clearing groups..[0m
[33m[World Server] Clearing raids..[0m
[33m[World Server] Clearing inventory snapshots..[0m
[33m[World Server] Loading items..[0m
[33m[World Server] Loading skill caps..[0m
[33m[World Server] Loading guilds..[0m
[33m[World Server] Loaded default rule set 'default'[0m
[33m[World Server] Loading EQ time of day..[0m
[33m[World Server] Loading launcher list..[0m
[33m[World Server] Reboot zone modes OFF[0m
[33m[World Server] Deleted 0 stale player corpses from database[0m
[33m[World Server] Loading adventures...[0m
[33m[World Server] Purging expired instances[0m
[33m[World Server] Loading char create info...[0m
[33m[World Server] Console (TCP) listener started.[0m
[33m[World Server] Server (TCP) listener started.[0m
[33m[Login Server] New world server connection from <SERVER_IP>:56102[0m
[31m[Error] Handle_NewLSInfo error, remote address was null, defaulting to stream address <SERVER_IP>[0m
[33m[World Server] Server <SERVER_NAME> attempted to log in but account and password did not match the entry in the database.[0m
									
World: UP Zones: (0/30) UCS: DOWN Queryserv: DOWN Loginserver:  
									
World: UP Zones: (1/30) UCS: DOWN Queryserv: DOWN Loginserver:  
									
World: UP Zones: (2/30) UCS: DOWN Queryserv: DOWN Loginserver:  
[33m[Zone Server] Loading server configuration..[0m
[33m[Zone Server] Connecting to MySQL...[0m
									
World: UP Zones: (3/30) UCS: DOWN Queryserv: DOWN Loginserver:  
[33m[Zone Server] Loading server configuration..[0m
[33m[Zone Server] Connecting to MySQL...[0m
[33m[Status] Starting File Log 'logs/zone_16843.log'[0m
[33m[Zone Server] CURRENT_VERSION: 1.1.3[0m
[33m[Zone Server] Mapping Incoming Opcodes[0m
[33m[Zone Server] Loading Variables[0m
[33m[Zone Server] Loading zone names[0m
[33m[Zone Server] Loading items[0m
[33m[Zone Server] Loading npc faction lists[0m
[33m[Zone Server] Loading loot tables[0m
[33m[Status] Starting File Log 'logs/zone_16841.log'[0m
[33m[Zone Server] Loading skill caps[0m
[33m[Zone Server] Loading spells[0m
[33m[Zone Server] CURRENT_VERSION: 1.1.3[0m
[33m[Zone Server] Mapping Incoming Opcodes[0m
[33m[Zone Server] Loading base data[0m
[33m[Zone Server] Loading Variables[0m
[33m[Zone Server] Loading guilds[0m
[33m[Zone Server] Loading zone names[0m
[33m[Zone Server] Loading items[0m
[33m[Zone Server] Loading npc faction lists[0m
[33m[Zone Server] Loading loot tables[0m
[33m[Zone Server] Loading skill caps[0m
[33m[Zone Server] Loading spells[0m
[33m[Zone Server] Loading base data[0m
[33m[Zone Server] Loading guilds[0m
[33m[Zone Server] Loading factions[0m
[33m[Zone Server] Loading factions[0m
									
World: UP Zones: (4/30) UCS: DOWN Queryserv: DOWN Loginserver:  
[33m[Zone Server] Loading server configuration..[0m
[33m[Zone Server] Connecting to MySQL...[0m
[33m[Zone Server] Loading server configuration..[0m
[33m[Zone Server] Connecting to MySQL...[0m
									
World: UP Zones: (5/30) UCS: DOWN Queryserv: DOWN Loginserver:  
[33m[Status] Starting File Log 'logs/zone_16847.log'[0m
[33m[Status] Starting File Log 'logs/zone_16845.log'[0m
[33m[Zone Server] CURRENT_VERSION: 1.1.3[0m
[33m[Zone Server] CURRENT_VERSION: 1.1.3[0m
[33m[Zone Server] Mapping Incoming Opcodes[0m
[33m[Zone Server] Mapping Incoming Opcodes[0m
[33m[Zone Server] Loading Variables[0m
[33m[Zone Server] Loading Variables[0m
[33m[Zone Server] Loading zone names[0m
[33m[Zone Server] Loading zone names[0m
[33m[Zone Server] Loading items[0m
[33m[Zone Server] Loading items[0m
[33m[Zone Server] Loading npc faction lists[0m
[33m[Zone Server] Loading npc faction lists[0m
[33m[Zone Server] Loading loot tables[0m
[33m[Zone Server] Loading loot tables[0m
[33m[Zone Server] Loading skill caps[0m
[33m[Zone Server] Loading skill caps[0m
[33m[Zone Server] Loading spells[0m
[33m[Zone Server] Loading spells[0m
[33m[Zone Server] Loading base data[0m
[33m[Zone Server] Loading guilds[0m
[33m[Zone Server] Loading base data[0m
[33m[Zone Server] Loading factions[0m
[33m[Zone Server] Loading guilds[0m
[33m[Zone Server] Loading factions[0m
							
World: UP Zones: (30/30) UCS: DOWN Queryserv: DOWN Loginserver:  
[36m[Quests] "my" variable $Item1 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 19.[0m
[36m[Quests] "my" variable $Item2 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 21.[0m
[36m[Quests] "my" variable $Item3 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 23.[0m
[36m[Quests] "my" variable $Item4 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 25.[0m
[36m[Quests] "my" variable $Item1 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 19.[0m
[36m[Quests] "my" variable $Item2 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 21.[0m
[36m[Quests] "my" variable $Item3 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 23.[0m
[36m[Quests] "my" variable $Item4 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 25.[0m
[36m[Quests] "my" variable $Item1 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 19.[0m
[36m[Quests] "my" variable $Item2 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 21.[0m
[36m[Quests] "my" variable $Item3 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 23.[0m
[36m[Quests] "my" variable $Item4 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 25.[0m
[36m[Quests] Subroutine GetMaxLoSDistFromHeading redefined at ./plugins//spawn_tools.pl line 9.[0m
[36m[Quests] Subroutine FaceBestHeading redefined at ./plugins//spawn_tools.pl line 72.[0m
[36m[Quests] Subroutine HeadingToShortestLoS redefined at ./plugins//spawn_tools.pl line 142.[0m
[36m[Quests] Subroutine MoveAwayFromWall redefined at ./plugins//spawn_tools.pl line 206.[0m
[36m[Quests] Subroutine MoveToFirstBestZ redefined at ./plugins//spawn_tools.pl line 278.[0m
[36m[Quests] Subroutine SpawnZone redefined at ./plugins//spawn_tools.pl line 311.[0m
[36m[Quests] Subroutine moelib_spawn_block redefined at ./plugins//spawn_tools.pl line 391.[0m
[36m[Quests] Subroutine moelib_spawn_block_center redefined at ./plugins//spawn_tools.pl line 412.[0m
[36m[Quests] Subroutine moelib_spawn_circle redefined at ./plugins//spawn_tools.pl line 434.[0m
[36m[Quests] Subroutine RandomRange redefined at ./plugins//random_range.pl line 3.[0m
[36m[Quests] Subroutine GetMaxLoSDistFromHeading redefined at ./plugins//spawn_tools.pl line 9.[0m
[36m[Quests] "my" variable $Item1 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 19.[0m
[36m[Quests] "my" variable $Item2 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 21.[0m
[36m[Quests] "my" variable $Item3 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 23.[0m
[36m[Quests] "my" variable $Item4 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 25.[0m
[36m[Quests] "my" variable $Item1 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 19.[0m
[36m[Quests] "my" variable $Item2 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 21.[0m
[36m[Quests] "my" variable $Item3 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 23.[0m
[36m[Quests] "my" variable $Item4 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 25.[0m
[36m[Quests] "my" variable $Item1 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 19.[0m
[36m[Quests] "my" variable $Item2 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 21.[0m
[36m[Quests] "my" variable $Item3 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 23.[0m
[36m[Quests] "my" variable $Item4 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 25.[0m
[36m[Quests] Subroutine FaceBestHeading redefined at ./plugins//spawn_tools.pl line 72.[0m
[36m[Quests] Subroutine HeadingToShortestLoS redefined at ./plugins//spawn_tools.pl line 142.[0m
[36m[Quests] Subroutine MoveAwayFromWall redefined at ./plugins//spawn_tools.pl line 206.[0m
[36m[Quests] Subroutine MoveToFirstBestZ redefined at ./plugins//spawn_tools.pl line 278.[0m
[36m[Quests] Subroutine SpawnZone redefined at ./plugins//spawn_tools.pl line 311.[0m
[36m[Quests] Subroutine moelib_spawn_block redefined at ./plugins//spawn_tools.pl line 391.[0m
[36m[Quests] Subroutine moelib_spawn_block_center redefined at ./plugins//spawn_tools.pl line 412.[0m
[36m[Quests] Subroutine moelib_spawn_circle redefined at ./plugins//spawn_tools.pl line 434.[0m
[36m[Quests] Subroutine GetMaxLoSDistFromHeading redefined at ./plugins//spawn_tools.pl line 9.[0m
[36m[Quests] Subroutine FaceBestHeading redefined at ./plugins//spawn_tools.pl line 72.[0m
[36m[Quests] Subroutine HeadingToShortestLoS redefined at ./plugins//spawn_tools.pl line 142.[0m
[36m[Quests] Subroutine MoveAwayFromWall redefined at ./plugins//spawn_tools.pl line 206.[0m
[36m[Quests] Subroutine MoveToFirstBestZ redefined at ./plugins//spawn_tools.pl line 278.[0m
[36m[Quests] Subroutine SpawnZone redefined at ./plugins//spawn_tools.pl line 311.[0m
[36m[Quests] Subroutine moelib_spawn_block redefined at ./plugins//spawn_tools.pl line 391.[0m
[36m[Quests] Subroutine moelib_spawn_block_center redefined at ./plugins//spawn_tools.pl line 412.[0m
[36m[Quests] Subroutine moelib_spawn_circle redefined at ./plugins//spawn_tools.pl line 434.[0m
[36m[Quests] Subroutine RandomRange redefined at ./plugins//random_range.pl line 3.[0m
[36m[Quests] Subroutine RandomRange redefined at ./plugins//random_range.pl line 3.[0m
[36m[Quests] Subroutine GetMaxLoSDistFromHeading redefined at ./plugins//spawn_tools.pl line 9.[0m
[36m[Quests] Subroutine FaceBestHeading redefined at ./plugins//spawn_tools.pl line 72.[0m
[36m[Quests] Subroutine HeadingToShortestLoS redefined at ./plugins//spawn_tools.pl line 142.[0m
[36m[Quests] Subroutine MoveAwayFromWall redefined at ./plugins//spawn_tools.pl line 206.[0m
[36m[Quests] Subroutine MoveToFirstBestZ redefined at ./plugins//spawn_tools.pl line 278.[0m
[36m[Quests] "my" variable $Item1 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 19.[0m
[36m[Quests] "my" variable $Item2 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 21.[0m
[36m[Quests] "my" variable $Item3 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 23.[0m
[36m[Quests] "my" variable $Item4 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 25.[0m
[36m[Quests] Subroutine GetMaxLoSDistFromHeading redefined at ./plugins//spawn_tools.pl line 9.[0m
[36m[Quests] Subroutine SpawnZone redefined at ./plugins//spawn_tools.pl line 311.[0m
[36m[Quests] Subroutine moelib_spawn_block redefined at ./plugins//spawn_tools.pl line 391.[0m
[36m[Quests] Subroutine moelib_spawn_block_center redefined at ./plugins//spawn_tools.pl line 412.[0m
[36m[Quests] Subroutine moelib_spawn_circle redefined at ./plugins//spawn_tools.pl line 434.[0m
[36m[Quests] Subroutine RandomRange redefined at ./plugins//random_range.pl line 3.[0m
[36m[Quests] Subroutine GetMaxLoSDistFromHeading redefined at ./plugins//spawn_tools.pl line 9.[0m
[36m[Quests] Subroutine FaceBestHeading redefined at ./plugins//spawn_tools.pl line 72.[0m
[36m[Quests] Subroutine HeadingToShortestLoS redefined at ./plugins//spawn_tools.pl line 142.[0m
[36m[Quests] Subroutine MoveAwayFromWall redefined at ./plugins//spawn_tools.pl line 206.[0m
[36m[Quests] Subroutine MoveToFirstBestZ redefined at ./plugins//spawn_tools.pl line 278.[0m
[36m[Quests] "my" variable $Item1 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 19.[0m
[36m[Quests] "my" variable $Item2 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 21.[0m
[36m[Quests] "my" variable $Item3 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 23.[0m
[36m[Quests] "my" variable $Item4 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 25.[0m
[36m[Quests] Subroutine SpawnZone redefined at ./plugins//spawn_tools.pl line 311.[0m
[36m[Quests] Subroutine moelib_spawn_block redefined at ./plugins//spawn_tools.pl line 391.[0m
[36m[Quests] Subroutine moelib_spawn_block_center redefined at ./plugins//spawn_tools.pl line 412.[0m
[36m[Quests] Subroutine moelib_spawn_circle redefined at ./plugins//spawn_tools.pl line 434.[0m
[36m[Quests] "my" variable $Item1 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 19.[0m
[36m[Quests] "my" variable $Item2 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 21.[0m
[36m[Quests] "my" variable $Item3 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 23.[0m
[36m[Quests] "my" variable $Item4 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 25.[0m
[36m[Quests] "my" variable $Item1 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 19.[0m
[36m[Quests] "my" variable $Item2 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 21.[0m
[36m[Quests] "my" variable $Item3 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 23.[0m
[36m[Quests] "my" variable $Item4 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 25.[0m
[36m[Quests] Subroutine FaceBestHeading redefined at ./plugins//spawn_tools.pl line 72.[0m
[36m[Quests] Subroutine HeadingToShortestLoS redefined at ./plugins//spawn_tools.pl line 142.[0m
[36m[Quests] Subroutine MoveAwayFromWall redefined at ./plugins//spawn_tools.pl line 206.[0m
[36m[Quests] Subroutine MoveToFirstBestZ redefined at ./plugins//spawn_tools.pl line 278.[0m
[36m[Quests] Subroutine SpawnZone redefined at ./plugins//spawn_tools.pl line 311.[0m
[36m[Quests] Subroutine moelib_spawn_block redefined at ./plugins//spawn_tools.pl line 391.[0m
[36m[Quests] Subroutine moelib_spawn_block_center redefined at ./plugins//spawn_tools.pl line 412.[0m
[36m[Quests] Subroutine moelib_spawn_circle redefined at ./plugins//spawn_tools.pl line 434.[0m
[36m[Quests] Subroutine RandomRange redefined at ./plugins//random_range.pl line 3.[0m
[36m[Quests] "my" variable $Item1 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 19.[0m
[36m[Quests] "my" variable $Item2 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 21.[0m
[36m[Quests] "my" variable $Item3 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 23.[0m
[36m[Quests] "my" variable $Item4 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 25.[0m
[36m[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 45.[0m
[36m[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 53.[0m
[36m[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 88.[0m
[36m[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 96.[0m
[36m[Quests] Subroutine RandomRange redefined at ./plugins//random_range.pl line 3.[0m
									
World: UP Zones: (30/30) UCS: UP Queryserv: UP Loginserver:  
[36m[Quests] "my" variable $Item1 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 19.[0m
[36m[Quests] "my" variable $Item2 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 21.[0m
[36m[Quests] "my" variable $Item3 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 23.[0m
[36m[Quests] "my" variable $Item4 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 25.[0m
[36m[Quests] "my" variable $Item1 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 19.[0m
[36m[Quests] "my" variable $Item2 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 21.[0m
[36m[Quests] "my" variable $Item3 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 23.[0m
[36m[Quests] "my" variable $Item4 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 25.[0m
[36m[Quests] Subroutine CalcDestFromHeading redefined at ./plugins//formation_tools.pl line 882.[0m
[36m[Quests] Subroutine GetReverseHeading redefined at ./plugins//formation_tools.pl line 980.[0m
[36m[Quests] Subroutine ConvertHeadingToDegrees redefined at ./plugins//formation_tools.pl line 995.[0m
[36m[Quests] Subroutine GetMaxLoSDistFromHeading redefined at ./plugins//spawn_tools.pl line 9.[0m
[36m[Quests] Subroutine FaceBestHeading redefined at ./plugins//spawn_tools.pl line 72.[0m
[36m[Quests] Subroutine HeadingToShortestLoS redefined at ./plugins//spawn_tools.pl line 142.[0m
[36m[Quests] Subroutine MoveAwayFromWall redefined at ./plugins//spawn_tools.pl line 206.[0m
[36m[Quests] Subroutine GetMaxLoSDistFromHeading redefined at ./plugins//spawn_tools.pl line 9.[0m
[36m[Quests] Subroutine GetMaxLoSDistFromHeading redefined at ./plugins//spawn_tools.pl line 9.[0m
[36m[Quests] Subroutine FaceBestHeading redefined at ./plugins//spawn_tools.pl line 72.[0m
[36m[Quests] Subroutine HeadingToShortestLoS redefined at ./plugins//spawn_tools.pl line 142.[0m
[36m[Quests] Subroutine MoveAwayFromWall redefined at ./plugins//spawn_tools.pl line 206.[0m
[36m[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 45.[0m
[36m[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 53.[0m
[36m[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 88.[0m
[36m[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 96.[0m
[36m[Quests] Subroutine MoveToFirstBestZ redefined at ./plugins//spawn_tools.pl line 278.[0m
[36m[Quests] Subroutine GetMaxLoSDistFromHeading redefined at ./plugins//spawn_tools.pl line 9.[0m
[36m[Quests] Subroutine SpawnZone redefined at ./plugins//spawn_tools.pl line 311.[0m
[36m[Quests] Subroutine FaceBestHeading redefined at ./plugins//spawn_tools.pl line 72.[0m
[36m[Quests] Subroutine moelib_spawn_block redefined at ./plugins//spawn_tools.pl line 391.[0m
[36m[Quests] Subroutine HeadingToShortestLoS redefined at ./plugins//spawn_tools.pl line 142.[0m
[36m[Quests] Subroutine moelib_spawn_block_center redefined at ./plugins//spawn_tools.pl line 412.[0m
[36m[Quests] Subroutine moelib_spawn_circle redefined at ./plugins//spawn_tools.pl line 434.[0m
[36m[Quests] Subroutine MoveAwayFromWall redefined at ./plugins//spawn_tools.pl line 206.[0m
[36m[Quests] Subroutine MoveToFirstBestZ redefined at ./plugins//spawn_tools.pl line 278.[0m
[36m[Quests] "my" variable $Item1 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 19.[0m
[36m[Quests] "my" variable $Item2 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 21.[0m
[36m[Quests] "my" variable $Item3 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 23.[0m
[36m[Quests] "my" variable $Item4 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 25.[0m
[36m[Quests] "my" variable $Item1 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 19.[0m
[36m[Quests] "my" variable $Item2 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 21.[0m
[36m[Quests] "my" variable $Item3 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 23.[0m
[36m[Quests] "my" variable $Item4 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 25.[0m
[36m[Quests] Subroutine MoveToFirstBestZ redefined at ./plugins//spawn_tools.pl line 278.[0m
[36m[Quests] Subroutine SpawnZone redefined at ./plugins//spawn_tools.pl line 311.[0m
[36m[Quests] Subroutine moelib_spawn_block redefined at ./plugins//spawn_tools.pl line 391.[0m
[36m[Quests] Subroutine moelib_spawn_block_center redefined at ./plugins//spawn_tools.pl line 412.[0m
[36m[Quests] Subroutine moelib_spawn_circle redefined at ./plugins//spawn_tools.pl line 434.[0m
[36m[Quests] Subroutine RandomRange redefined at ./plugins//random_range.pl line 3.[0m
[36m[Quests] Subroutine FaceBestHeading redefined at ./plugins//spawn_tools.pl line 72.[0m
[36m[Quests] Subroutine HeadingToShortestLoS redefined at ./plugins//spawn_tools.pl line 142.[0m
[36m[Quests] Subroutine MoveAwayFromWall redefined at ./plugins//spawn_tools.pl line 206.[0m
[36m[Quests] Subroutine MoveToFirstBestZ redefined at ./plugins//spawn_tools.pl line 278.[0m
[36m[Quests] Subroutine SpawnZone redefined at ./plugins//spawn_tools.pl line 311.[0m
[36m[Quests] Subroutine moelib_spawn_block redefined at ./plugins//spawn_tools.pl line 391.[0m
[36m[Quests] Subroutine moelib_spawn_block_center redefined at ./plugins//spawn_tools.pl line 412.[0m
[36m[Quests] Subroutine moelib_spawn_circle redefined at ./plugins//spawn_tools.pl line 434.[0m
[36m[Quests] Subroutine RandomRange redefined at ./plugins//random_range.pl line 3.[0m
[36m[Quests] Subroutine GetMaxLoSDistFromHeading redefined at ./plugins//spawn_tools.pl line 9.[0m
[36m[Quests] Subroutine FaceBestHeading redefined at ./plugins//spawn_tools.pl line 72.[0m
[36m[Quests] Subroutine RandomRange redefined at ./plugins//random_range.pl line 3.[0m
[36m[Quests] Subroutine HeadingToShortestLoS redefined at ./plugins//spawn_tools.pl line 142.[0m
[36m[Quests] Subroutine MoveAwayFromWall redefined at ./plugins//spawn_tools.pl line 206.[0m
[36m[Quests] Subroutine MoveToFirstBestZ redefined at ./plugins//spawn_tools.pl line 278.[0m
[36m[Quests] Subroutine SpawnZone redefined at ./plugins//spawn_tools.pl line 311.[0m
[36m[Quests] Subroutine moelib_spawn_block redefined at ./plugins//spawn_tools.pl line 391.[0m
[36m[Quests] Subroutine moelib_spawn_block_center redefined at ./plugins//spawn_tools.pl line 412.[0m
[36m[Quests] Subroutine moelib_spawn_circle redefined at ./plugins//spawn_tools.pl line 434.[0m
[36m[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 45.[0m
[36m[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 53.[0m
[36m[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 88.[0m
[36m[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 96.[0m
[36m[Quests] "my" variable $Item1 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 19.[0m
[36m[Quests] "my" variable $Item2 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 21.[0m
[36m[Quests] "my" variable $Item3 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 23.[0m
[36m[Quests] "my" variable $Item4 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 25.[0m
[36m[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 45.[0m
[36m[Quests] Subroutine SpawnZone redefined at ./plugins//spawn_tools.pl line 311.[0m
[36m[Quests] Subroutine moelib_spawn_block redefined at ./plugins//spawn_tools.pl line 391.[0m
[36m[Quests] Subroutine moelib_spawn_block_center redefined at ./plugins//spawn_tools.pl line 412.[0m
[36m[Quests] Subroutine moelib_spawn_circle redefined at ./plugins//spawn_tools.pl line 434.[0m
[36m[Quests] Subroutine RandomRange redefined at ./plugins//random_range.pl line 3.[0m
[36m[Quests] Subroutine GetMaxLoSDistFromHeading redefined at ./plugins//spawn_tools.pl line 9.[0m
[36m[Quests] Subroutine FaceBestHeading redefined at ./plugins//spawn_tools.pl line 72.[0m
[36m[Quests] Subroutine HeadingToShortestLoS redefined at ./plugins//spawn_tools.pl line 142.[0m
[36m[Quests] Subroutine MoveAwayFromWall redefined at ./plugins//spawn_tools.pl line 206.[0m
[36m[Quests] Subroutine MoveToFirstBestZ redefined at ./plugins//spawn_tools.pl line 278.[0m
[36m[Quests] Subroutine SpawnZone redefined at ./plugins//spawn_tools.pl line 311.[0m
[36m[Quests] Subroutine moelib_spawn_block redefined at ./plugins//spawn_tools.pl line 391.[0m
[36m[Quests] Subroutine moelib_spawn_block_center redefined at ./plugins//spawn_tools.pl line 412.[0m
[36m[Quests] Subroutine moelib_spawn_circle redefined at ./plugins//spawn_tools.pl line 434.[0m
[36m[Quests] Subroutine CalcDestFromHeading redefined at ./plugins//formation_tools.pl line 882.[0m
[36m[Quests] Subroutine GetReverseHeading redefined at ./plugins//formation_tools.pl line 980.[0m
[36m[Quests] Subroutine ConvertHeadingToDegrees redefined at ./plugins//formation_tools.pl line 995.[0m
[36m[Quests] Subroutine GetMaxLoSDistFromHeading redefined at ./plugins//spawn_tools.pl line 9.[0m
[36m[Quests] Subroutine FaceBestHeading redefined at ./plugins//spawn_tools.pl line 72.[0m
[36m[Quests] Subroutine HeadingToShortestLoS redefined at ./plugins//spawn_tools.pl line 142.[0m
[36m[Quests] Subroutine MoveAwayFromWall redefined at ./plugins//spawn_tools.pl line 206.[0m
[36m[Quests] Subroutine MoveToFirstBestZ redefined at ./plugins//spawn_tools.pl line 278.[0m
[36m[Quests] Subroutine RandomRange redefined at ./plugins//random_range.pl line 3.[0m
[36m[Quests] "my" variable $Item1 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 19.[0m
[36m[Quests] "my" variable $Item2 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 21.[0m
[36m[Quests] "my" variable $Item3 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 23.[0m
[36m[Quests] "my" variable $Item4 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 25.[0m
[36m[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 53.[0m
[36m[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 88.[0m
[36m[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 96.[0m
[36m[Quests] Subroutine CalcDestFromHeading redefined at ./plugins//formation_tools.pl line 882.[0m
[36m[Quests] Subroutine GetReverseHeading redefined at ./plugins//formation_tools.pl line 980.[0m
[36m[Quests] Subroutine ConvertHeadingToDegrees redefined at ./plugins//formation_tools.pl line 995.[0m
[36m[Quests] "my" variable $Item1 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 19.[0m
[36m[Quests] "my" variable $Item2 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 21.[0m
[36m[Quests] "my" variable $Item3 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 23.[0m
[36m[Quests] "my" variable $Item4 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 25.[0m
[36m[Quests] "my" variable $Item1 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 19.[0m
[36m[Quests] "my" variable $Item2 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 21.[0m
[36m[Quests] "my" variable $Item3 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 23.[0m
[36m[Quests] Subroutine RandomRange redefined at ./plugins//random_range.pl line 3.[0m
[36m[Quests] "my" variable $Item1 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 19.[0m
[36m[Quests] "my" variable $Item2 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 21.[0m
[36m[Quests] "my" variable $Item3 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 23.[0m
[36m[Quests] "my" variable $Item4 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 25.[0m
[36m[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 45.[0m
[36m[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 53.[0m
[36m[Quests] Subroutine GetMaxLoSDistFromHeading redefined at ./plugins//spawn_tools.pl line 9.[0m
[36m[Quests] Subroutine FaceBestHeading redefined at ./plugins//spawn_tools.pl line 72.[0m
[36m[Quests] "my" variable $Item4 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 25.[0m
[36m[Quests] Subroutine HeadingToShortestLoS redefined at ./plugins//spawn_tools.pl line 142.[0m
[36m[Quests] Subroutine MoveAwayFromWall redefined at ./plugins//spawn_tools.pl line 206.[0m
[36m[Quests] Subroutine MoveToFirstBestZ redefined at ./plugins//spawn_tools.pl line 278.[0m
[36m[Quests] Subroutine SpawnZone redefined at ./plugins//spawn_tools.pl line 311.[0m
[36m[Quests] Subroutine moelib_spawn_block redefined at ./plugins//spawn_tools.pl line 391.[0m
[36m[Quests] Subroutine moelib_spawn_block_center redefined at ./plugins//spawn_tools.pl line 412.[0m
[36m[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 45.[0m
[36m[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 53.[0m
[36m[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 88.[0m
[36m[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 96.[0m
[36m[Quests] Subroutine SpawnZone redefined at ./plugins//spawn_tools.pl line 311.[0m
[36m[Quests] Subroutine moelib_spawn_block redefined at ./plugins//spawn_tools.pl line 391.[0m
[36m[Quests] Subroutine moelib_spawn_block_center redefined at ./plugins//spawn_tools.pl line 412.[0m
[36m[Quests] Subroutine moelib_spawn_circle redefined at ./plugins//spawn_tools.pl line 434.[0m
[36m[Quests] Subroutine RandomRange redefined at ./plugins//random_range.pl line 3.[0m
[36m[Quests] "my" variable $Item1 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 19.[0m
[36m[Quests] "my" variable $Item2 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 21.[0m
[36m[Quests] "my" variable $Item3 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 23.[0m
[36m[Quests] "my" variable $Item4 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 25.[0m
[36m[Quests] Subroutine GetMaxLoSDistFromHeading redefined at ./plugins//spawn_tools.pl line 9.[0m
[36m[Quests] Subroutine FaceBestHeading redefined at ./plugins//spawn_tools.pl line 72.[0m
[36m[Quests] Subroutine HeadingToShortestLoS redefined at ./plugins//spawn_tools.pl line 142.[0m
[36m[Quests] Subroutine MoveAwayFromWall redefined at ./plugins//spawn_tools.pl line 206.[0m
[36m[Quests] Subroutine MoveToFirstBestZ redefined at ./plugins//spawn_tools.pl line 278.[0m
[36m[Quests] Bareword "Types::Serialiser::Error::" refers to nonexistent package at /usr/share/perl5/Types/Serialiser.pm line 126.[0m
[36m[Quests] Bareword "Types::Serialiser::Error::" refers to nonexistent package at /usr/share/perl5/Types/Serialiser.pm line 135.[0m
[36m[Quests] Subroutine GetMaxLoSDistFromHeading redefined at ./plugins//spawn_tools.pl line 9.[0m
[36m[Quests] Subroutine FaceBestHeading redefined at ./plugins//spawn_tools.pl line 72.[0m
[36m[Quests] Subroutine HeadingToShortestLoS redefined at ./plugins//spawn_tools.pl line 142.[0m
[36m[Quests] Subroutine MoveAwayFromWall redefined at ./plugins//spawn_tools.pl line 206.[0m
[36m[Quests] Subroutine CalcDestFromHeading redefined at ./plugins//formation_tools.pl line 882.[0m
[36m[Quests] Subroutine GetReverseHeading redefined at ./plugins//formation_tools.pl line 980.[0m
[36m[Quests] Subroutine ConvertHeadingToDegrees redefined at ./plugins//formation_tools.pl line 995.[0m
[36m[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 88.[0m
[36m[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 96.[0m
[36m[Quests] Subroutine moelib_spawn_circle redefined at ./plugins//spawn_tools.pl line 434.[0m
[36m[Quests] Subroutine RandomRange redefined at ./plugins//random_range.pl line 3.[0m
[36m[Quests] "my" variable $Item1 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 19.[0m
[36m[Quests] "my" variable $Item2 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 21.[0m
[36m[Quests] "my" variable $Item3 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 23.[0m
[36m[Quests] "my" variable $Item4 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 25.[0m
[36m[Quests] Subroutine SpawnZone redefined at ./plugins//spawn_tools.pl line 311.[0m
[36m[Quests] Subroutine moelib_spawn_block redefined at ./plugins//spawn_tools.pl line 391.[0m
[36m[Quests] Subroutine moelib_spawn_block_center redefined at ./plugins//spawn_tools.pl line 412.[0m
[36m[Quests] Subroutine moelib_spawn_circle redefined at ./plugins//spawn_tools.pl line 434.[0m
[36m[Quests] Subroutine CalcDestFromHeading redefined at ./plugins//formation_tools.pl line 882.[0m
[36m[Quests] Subroutine RandomRange redefined at ./plugins//random_range.pl line 3.[0m
[36m[Quests] Subroutine MoveToFirstBestZ redefined at ./plugins//spawn_tools.pl line 278.[0m
[36m[Quests] Subroutine SpawnZone redefined at ./plugins//spawn_tools.pl line 311.[0m
[36m[Quests] Subroutine moelib_spawn_block redefined at ./plugins//spawn_tools.pl line 391.[0m
[36m[Quests] Subroutine moelib_spawn_block_center redefined at ./plugins//spawn_tools.pl line 412.[0m
[36m[Quests] Subroutine moelib_spawn_circle redefined at ./plugins//spawn_tools.pl line 434.[0m
[36m[Quests] Subroutine RandomRange redefined at ./plugins//random_range.pl line 3.[0m
Reply With Quote
  #4  
Old 05-18-2018, 05:02 PM
spidey1170
Sarnak
 
Join Date: May 2009
Location: Alaska
Posts: 61
Default

continued

Code:
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Subroutine GetMaxLoSDistFromHeading redefined at ./plugins//spawn_tools.pl line 9.
[Quests] Subroutine FaceBestHeading redefined at ./plugins//spawn_tools.pl line 72.
[Quests] Subroutine HeadingToShortestLoS redefined at ./plugins//spawn_tools.pl line 142.
[Quests] Subroutine MoveAwayFromWall redefined at ./plugins//spawn_tools.pl line 206.
[Quests] Subroutine MoveToFirstBestZ redefined at ./plugins//spawn_tools.pl line 278.
[Quests] "my" variable $Item1 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 19.
[Quests] Subroutine SpawnZone redefined at ./plugins//spawn_tools.pl line 311.
[Quests] "my" variable $Item2 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 21.
[Quests] "my" variable $Item3 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 23.
[Quests] "my" variable $Item4 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 25.
[Quests] Subroutine moelib_spawn_block redefined at ./plugins//spawn_tools.pl line 391.
[Quests] Subroutine moelib_spawn_block_center redefined at ./plugins//spawn_tools.pl line 412.
[Quests] Subroutine moelib_spawn_circle redefined at ./plugins//spawn_tools.pl line 434.
[Quests] Subroutine GetReverseHeading redefined at ./plugins//formation_tools.pl line 980.
[Quests] Subroutine ConvertHeadingToDegrees redefined at ./plugins//formation_tools.pl line 995.
[Quests] Subroutine CalcDestFromHeading redefined at ./plugins//formation_tools.pl line 882.
[Quests] Subroutine GetReverseHeading redefined at ./plugins//formation_tools.pl line 980.
[Quests] Subroutine ConvertHeadingToDegrees redefined at ./plugins//formation_tools.pl line 995.
[Quests] Subroutine GetMaxLoSDistFromHeading redefined at ./plugins//spawn_tools.pl line 9.
[Quests] Subroutine FaceBestHeading redefined at ./plugins//spawn_tools.pl line 72.
[Quests] Subroutine HeadingToShortestLoS redefined at ./plugins//spawn_tools.pl line 142.
[Quests] Subroutine MoveAwayFromWall redefined at ./plugins//spawn_tools.pl line 206.
[Quests] Subroutine MoveToFirstBestZ redefined at ./plugins//spawn_tools.pl line 278.
[Quests] Subroutine SpawnZone redefined at ./plugins//spawn_tools.pl line 311.
[Quests] Subroutine moelib_spawn_block redefined at ./plugins//spawn_tools.pl line 391.
[Quests] Subroutine moelib_spawn_block_center redefined at ./plugins//spawn_tools.pl line 412.
[Quests] Subroutine moelib_spawn_circle redefined at ./plugins//spawn_tools.pl line 434.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 45.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 53.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 88.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 96.
[Quests] Subroutine GetMaxLoSDistFromHeading redefined at ./plugins//spawn_tools.pl line 9.
[Quests] Subroutine FaceBestHeading redefined at ./plugins//spawn_tools.pl line 72.
[Quests] Subroutine HeadingToShortestLoS redefined at ./plugins//spawn_tools.pl line 142.
[Quests] Subroutine MoveAwayFromWall redefined at ./plugins//spawn_tools.pl line 206.
[Quests] Subroutine MoveToFirstBestZ redefined at ./plugins//spawn_tools.pl line 278.
[Quests] Subroutine SpawnZone redefined at ./plugins//spawn_tools.pl line 311.
[Quests] Subroutine moelib_spawn_block redefined at ./plugins//spawn_tools.pl line 391.
[Quests] Subroutine moelib_spawn_block_center redefined at ./plugins//spawn_tools.pl line 412.
[Quests] Subroutine moelib_spawn_circle redefined at ./plugins//spawn_tools.pl line 434.
[Quests] "my" variable $Item1 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 19.
[Quests] "my" variable $Item2 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 21.
[Quests] "my" variable $Item3 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 23.
[Quests] "my" variable $Item4 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 25.
[Quests] Subroutine RandomRange redefined at ./plugins//random_range.pl line 3.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 45.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 53.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 88.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 96.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 45.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 53.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 88.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 96.
[Quests] Subroutine GetSkill redefined at (eval 60) line 1.
[Quests] Subroutine SignalClient redefined at (eval 60) line 1.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Subroutine RandomRange redefined at ./plugins//random_range.pl line 3.
[Quests] Subroutine RandomRange redefined at ./plugins//random_range.pl line 3.
[Quests] Subroutine GetMaxLoSDistFromHeading redefined at ./plugins//spawn_tools.pl line 9.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 45.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 53.
[Quests] Subroutine FaceBestHeading redefined at ./plugins//spawn_tools.pl line 72.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 88.
[Quests] Subroutine HeadingToShortestLoS redefined at ./plugins//spawn_tools.pl line 142.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 96.
[Quests] Subroutine MoveAwayFromWall redefined at ./plugins//spawn_tools.pl line 206.
[Quests] Subroutine MoveToFirstBestZ redefined at ./plugins//spawn_tools.pl line 278.
[Quests] Subroutine SpawnZone redefined at ./plugins//spawn_tools.pl line 311.
[Quests] Subroutine moelib_spawn_block redefined at ./plugins//spawn_tools.pl line 391.
[Quests] Subroutine moelib_spawn_block_center redefined at ./plugins//spawn_tools.pl line 412.
[Quests] Subroutine moelib_spawn_circle redefined at ./plugins//spawn_tools.pl line 434.
[Quests] Bareword "Types::Serialiser::Error::" refers to nonexistent package at /usr/share/perl5/Types/Serialiser.pm line 126.
[Quests] Bareword "Types::Serialiser::Error::" refers to nonexistent package at /usr/share/perl5/Types/Serialiser.pm line 135.
[Zone Server] Entering sleep mode
[Quests] Bareword "Types::Serialiser::Error::" refers to nonexistent package at /usr/share/perl5/Types/Serialiser.pm line 126.
[Quests] Bareword "Types::Serialiser::Error::" refers to nonexistent package at /usr/share/perl5/Types/Serialiser.pm line 135.
[Quests] Subroutine GetMaxLoSDistFromHeading redefined at ./plugins//spawn_tools.pl line 9.
[Quests] Subroutine FaceBestHeading redefined at ./plugins//spawn_tools.pl line 72.
[Quests] Subroutine HeadingToShortestLoS redefined at ./plugins//spawn_tools.pl line 142.
[Quests] Subroutine MoveAwayFromWall redefined at ./plugins//spawn_tools.pl line 206.
[Quests] Subroutine MoveToFirstBestZ redefined at ./plugins//spawn_tools.pl line 278.
[Quests] Subroutine SpawnZone redefined at ./plugins//spawn_tools.pl line 311.
[Quests] Subroutine moelib_spawn_block redefined at ./plugins//spawn_tools.pl line 391.
[Quests] Subroutine moelib_spawn_block_center redefined at ./plugins//spawn_tools.pl line 412.
[Quests] Subroutine moelib_spawn_circle redefined at ./plugins//spawn_tools.pl line 434.
[Quests] "my" variable $Item1 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 19.
[Quests] "my" variable $Item2 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 21.
[Quests] "my" variable $Item3 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 23.
[Quests] "my" variable $Item4 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 25.
[Quests] Subroutine CalcDestFromHeading redefined at ./plugins//formation_tools.pl line 882.
[Quests] Subroutine GetReverseHeading redefined at ./plugins//formation_tools.pl line 980.
[Quests] Subroutine ConvertHeadingToDegrees redefined at ./plugins//formation_tools.pl line 995.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 45.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 53.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 88.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 96.
[Quests] Subroutine GetMaxLoSDistFromHeading redefined at ./plugins//spawn_tools.pl line 9.
[Quests] Subroutine FaceBestHeading redefined at ./plugins//spawn_tools.pl line 72.
[Quests] Subroutine HeadingToShortestLoS redefined at ./plugins//spawn_tools.pl line 142.
[Quests] Subroutine MoveAwayFromWall redefined at ./plugins//spawn_tools.pl line 206.
[Quests] Subroutine MoveToFirstBestZ redefined at ./plugins//spawn_tools.pl line 278.
[Quests] Subroutine SpawnZone redefined at ./plugins//spawn_tools.pl line 311.
[Quests] Subroutine moelib_spawn_block redefined at ./plugins//spawn_tools.pl line 391.
[Quests] Subroutine moelib_spawn_block_center redefined at ./plugins//spawn_tools.pl line 412.
[Quests] Subroutine moelib_spawn_circle redefined at ./plugins//spawn_tools.pl line 434.
[Quests] Bareword "Types::Serialiser::Error::" refers to nonexistent package at /usr/share/perl5/Types/Serialiser.pm line 126.
[Quests] Bareword "Types::Serialiser::Error::" refers to nonexistent package at /usr/share/perl5/Types/Serialiser.pm line 135.
[Quests] Subroutine RandomRange redefined at ./plugins//random_range.pl line 3.
[Quests] Subroutine GetMaxLoSDistFromHeading redefined at ./plugins//spawn_tools.pl line 9.
[Quests] Subroutine FaceBestHeading redefined at ./plugins//spawn_tools.pl line 72.
[Quests] Subroutine HeadingToShortestLoS redefined at ./plugins//spawn_tools.pl line 142.
[Quests] Subroutine MoveAwayFromWall redefined at ./plugins//spawn_tools.pl line 206.
[Quests] Subroutine MoveToFirstBestZ redefined at ./plugins//spawn_tools.pl line 278.
[Quests] Subroutine SpawnZone redefined at ./plugins//spawn_tools.pl line 311.
[Quests] Subroutine CalcDestFromHeading redefined at ./plugins//formation_tools.pl line 882.
[Quests] Subroutine GetReverseHeading redefined at ./plugins//formation_tools.pl line 980.
[Quests] Subroutine ConvertHeadingToDegrees redefined at ./plugins//formation_tools.pl line 995.
[Quests] Subroutine RandomRange redefined at ./plugins//random_range.pl line 3.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Subroutine GetSkill redefined at (eval 60) line 1.
[Quests] Subroutine SignalClient redefined at (eval 60) line 1.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 45.
Reply With Quote
  #5  
Old 05-18-2018, 05:03 PM
spidey1170
Sarnak
 
Join Date: May 2009
Location: Alaska
Posts: 61
Default

Code:
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 53.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 88.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 96.
[Quests] Bareword "Types::Serialiser::Error::" refers to nonexistent package at /usr/share/perl5/Types/Serialiser.pm line 126.
[Quests] Subroutine CalcDestFromHeading redefined at ./plugins//formation_tools.pl line 882.
[Quests] Subroutine GetReverseHeading redefined at ./plugins//formation_tools.pl line 980.
[Quests] Subroutine ConvertHeadingToDegrees redefined at ./plugins//formation_tools.pl line 995.
[Quests] "my" variable $Item1 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 19.
[Quests] "my" variable $Item2 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 21.
[Quests] "my" variable $Item3 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 23.
[Quests] "my" variable $Item4 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 25.
[Quests] Subroutine GetMaxLoSDistFromHeading redefined at ./plugins//spawn_tools.pl line 9.
[Quests] Subroutine FaceBestHeading redefined at ./plugins//spawn_tools.pl line 72.
[Quests] Subroutine HeadingToShortestLoS redefined at ./plugins//spawn_tools.pl line 142.
[Quests] Subroutine MoveAwayFromWall redefined at ./plugins//spawn_tools.pl line 206.
[Quests] Subroutine MoveToFirstBestZ redefined at ./plugins//spawn_tools.pl line 278.
[Quests] Subroutine SpawnZone redefined at ./plugins//spawn_tools.pl line 311.
[Quests] Subroutine moelib_spawn_block redefined at ./plugins//spawn_tools.pl line 391.
[Quests] Subroutine moelib_spawn_block_center redefined at ./plugins//spawn_tools.pl line 412.
[Quests] Subroutine moelib_spawn_circle redefined at ./plugins//spawn_tools.pl line 434.
[World Server] New Zone Server connection from 159b6740-b025-49b0-ac8c-6bd01a10b44b at 127.0.0.1:48582
[Quests] Subroutine CalcDestFromHeading redefined at ./plugins//formation_tools.pl line 882.
[Quests] Subroutine GetReverseHeading redefined at ./plugins//formation_tools.pl line 980.
[Quests] Subroutine RandomRange redefined at ./plugins//random_range.pl line 3.
[Quests] Subroutine ConvertHeadingToDegrees redefined at ./plugins//formation_tools.pl line 995.
[Quests] "my" variable $Item1 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 19.
[Quests] "my" variable $Item2 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 21.
[Quests] "my" variable $Item3 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 23.
[Quests] "my" variable $Item4 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 25.
[Zone Server] Entering sleep mode
[Quests] Subroutine CalcDestFromHeading redefined at ./plugins//formation_tools.pl line 882.
[Quests] Subroutine GetReverseHeading redefined at ./plugins//formation_tools.pl line 980.
[Quests] Subroutine ConvertHeadingToDegrees redefined at ./plugins//formation_tools.pl line 995.
[Quests] Subroutine CalcDestFromHeading redefined at ./plugins//formation_tools.pl line 882.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Subroutine GetSkill redefined at (eval 60) line 1.
[Quests] Bareword "Types::Serialiser::Error::" refers to nonexistent package at /usr/share/perl5/Types/Serialiser.pm line 135.
[Quests] Subroutine moelib_spawn_block redefined at ./plugins//spawn_tools.pl line 391.
[Quests] Subroutine moelib_spawn_block_center redefined at ./plugins//spawn_tools.pl line 412.
[Quests] Subroutine moelib_spawn_circle redefined at ./plugins//spawn_tools.pl line 434.
[Quests] Subroutine RandomRange redefined at ./plugins//random_range.pl line 3.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 45.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 53.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 88.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 96.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 45.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 53.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 88.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 96.
[Quests] Subroutine GetReverseHeading redefined at ./plugins//formation_tools.pl line 980.
[Quests] Subroutine ConvertHeadingToDegrees redefined at ./plugins//formation_tools.pl line 995.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 45.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 53.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 88.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 96.
[Quests] Subroutine RandomRange redefined at ./plugins//random_range.pl line 3.
[Quests] "my" variable $Item1 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 19.
[Quests] "my" variable $Item2 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 21.
[Quests] "my" variable $Item3 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 23.
[Quests] "my" variable $Item4 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 25.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Subroutine GetSkill redefined at (eval 60) line 1.
[Quests] Subroutine SignalClient redefined at (eval 60) line 1.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Zone Server] Entering sleep mode
[Quests] "my" variable $Item1 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 19.
[Quests] "my" variable $Item2 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 21.
[Quests] "my" variable $Item3 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 23.
[Quests] "my" variable $Item4 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 25.
[Quests] Bareword "Types::Serialiser::Error::" refers to nonexistent package at /usr/share/perl5/Types/Serialiser.pm line 126.
[Quests] Bareword "Types::Serialiser::Error::" refers to nonexistent package at /usr/share/perl5/Types/Serialiser.pm line 135.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 45.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 53.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 88.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 96.
[Quests] Subroutine SignalClient redefined at (eval 60) line 1.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 45.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 53.
[Zone Server] Entering sleep mode
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 88.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 96.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 45.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 53.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] "my" variable $Item1 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 19.
[Quests] "my" variable $Item2 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 21.
[Quests] "my" variable $Item3 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 23.
[Quests] "my" variable $Item4 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 25.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Subroutine GetSkill redefined at (eval 60) line 1.
[Quests] Subroutine SignalClient redefined at (eval 60) line 1.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Subroutine CalcDestFromHeading redefined at ./plugins//formation_tools.pl line 882.
[Quests] Subroutine GetReverseHeading redefined at ./plugins//formation_tools.pl line 980.
[Quests] Subroutine ConvertHeadingToDegrees redefined at ./plugins//formation_tools.pl line 995.
[Quests] Subroutine GetMaxLoSDistFromHeading redefined at ./plugins//spawn_tools.pl line 9.
[Quests] Subroutine FaceBestHeading redefined at ./plugins//spawn_tools.pl line 72.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 45.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 53.
[Quests] Subroutine HeadingToShortestLoS redefined at ./plugins//spawn_tools.pl line 142.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 88.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 96.
[Quests] Subroutine MoveAwayFromWall redefined at ./plugins//spawn_tools.pl line 206.
[Quests] Subroutine MoveToFirstBestZ redefined at ./plugins//spawn_tools.pl line 278.
[Quests] Subroutine SpawnZone redefined at ./plugins//spawn_tools.pl line 311.
[Quests] Subroutine moelib_spawn_block redefined at ./plugins//spawn_tools.pl line 391.
[Quests] Subroutine CalcDestFromHeading redefined at ./plugins//formation_tools.pl line 882.
[Quests] Subroutine GetReverseHeading redefined at ./plugins//formation_tools.pl line 980.
[Quests] Subroutine ConvertHeadingToDegrees redefined at ./plugins//formation_tools.pl line 995.
[Quests] Subroutine CalcDestFromHeading redefined at ./plugins//formation_tools.pl line 882.
[World Server] New Zone Server connection from dad6fdd8-f160-41f6-b219-cfc08ffbad5f at 127.0.0.1:48584
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 88.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 96.
[Quests] Bareword "Types::Serialiser::Error::" refers to nonexistent package at /usr/share/perl5/Types/Serialiser.pm line 126.
[Quests] Bareword "Types::Serialiser::Error::" refers to nonexistent package at /usr/share/perl5/Types/Serialiser.pm line 135.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Zone Server] Entering sleep mode
[Quests] Subroutine GetMaxLoSDistFromHeading redefined at ./plugins//spawn_tools.pl line 9.
[Quests] Subroutine FaceBestHeading redefined at ./plugins//spawn_tools.pl line 72.
[Quests] Subroutine HeadingToShortestLoS redefined at ./plugins//spawn_tools.pl line 142.
[Quests] Subroutine MoveAwayFromWall redefined at ./plugins//spawn_tools.pl line 206.
[Quests] Subroutine MoveToFirstBestZ redefined at ./plugins//spawn_tools.pl line 278.
[Quests] Subroutine SpawnZone redefined at ./plugins//spawn_tools.pl line 311.
[Quests] Subroutine moelib_spawn_block redefined at ./plugins//spawn_tools.pl line 391.
[Quests] Subroutine moelib_spawn_block_center redefined at ./plugins//spawn_tools.pl line 412.
[Quests] Subroutine moelib_spawn_circle redefined at ./plugins//spawn_tools.pl line 434.
[Quests] Subroutine moelib_spawn_block_center redefined at ./plugins//spawn_tools.pl line 412.
[Quests] Subroutine moelib_spawn_circle redefined at ./plugins//spawn_tools.pl line 434.
[Quests] Subroutine RandomRange redefined at ./plugins//random_range.pl line 3.
[Quests] Subroutine CalcDestFromHeading redefined at ./plugins//formation_tools.pl line 882.
[Quests] Subroutine GetReverseHeading redefined at ./plugins//formation_tools.pl line 980.
[Quests] Subroutine ConvertHeadingToDegrees redefined at ./plugins//formation_tools.pl line 995.
[Quests] Bareword "Types::Serialiser::Error::" refers to nonexistent package at /usr/share/perl5/Types/Serialiser.pm line 126.
[Quests] Bareword "Types::Serialiser::Error::" refers to nonexistent package at /usr/share/perl5/Types/Serialiser.pm line 135.
[Quests] Subroutine CalcDestFromHeading redefined at ./plugins//formation_tools.pl line 882.
[Quests] Subroutine GetReverseHeading redefined at ./plugins//formation_tools.pl line 980.
[Quests] Subroutine ConvertHeadingToDegrees redefined at ./plugins//formation_tools.pl line 995.
[Quests] Subroutine GetReverseHeading redefined at ./plugins//formation_tools.pl line 980.
[Quests] Subroutine ConvertHeadingToDegrees redefined at ./plugins//formation_tools.pl line 995.
[Quests] Subroutine GetMaxLoSDistFromHeading redefined at ./plugins//spawn_tools.pl line 9.
[Quests] Subroutine FaceBestHeading redefined at ./plugins//spawn_tools.pl line 72.
[Quests] Subroutine HeadingToShortestLoS redefined at ./plugins//spawn_tools.pl line 142.
[Quests] Subroutine MoveAwayFromWall redefined at ./plugins//spawn_tools.pl line 206.
[Quests] Subroutine MoveToFirstBestZ redefined at ./plugins//spawn_tools.pl line 278.
[Quests] Subroutine SpawnZone redefined at ./plugins//spawn_tools.pl line 311.
[Quests] Subroutine moelib_spawn_block redefined at ./plugins//spawn_tools.pl line 391.
[World Server] New Zone Server connection from 57b92b34-e3ca-4ec1-9ff2-9d87e94415be at 127.0.0.1:48586
[Quests] Subroutine moelib_spawn_block_center redefined at ./plugins//spawn_tools.pl line 412.
[Quests] Subroutine moelib_spawn_circle redefined at ./plugins//spawn_tools.pl line 434.
[Quests] Subroutine CalcDestFromHeading redefined at ./plugins//formation_tools.pl line 882.
[Quests] Subroutine GetReverseHeading redefined at ./plugins//formation_tools.pl line 980.
[Quests] Subroutine ConvertHeadingToDegrees redefined at ./plugins//formation_tools.pl line 995.
[Quests] Subroutine RandomRange redefined at ./plugins//random_range.pl line 3.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 45.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 53.
[Quests] Subroutine CalcDestFromHeading redefined at ./plugins//formation_tools.pl line 882.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 88.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 96.
[Quests] Subroutine GetReverseHeading redefined at ./plugins//formation_tools.pl line 980.
[Quests] Subroutine ConvertHeadingToDegrees redefined at ./plugins//formation_tools.pl line 995.
[Quests] Bareword "Types::Serialiser::Error::" refers to nonexistent package at /usr/share/perl5/Types/Serialiser.pm line 126.
[Quests] Bareword "Types::Serialiser::Error::" refers to nonexistent package at /usr/share/perl5/Types/Serialiser.pm line 135.
[Quests] Subroutine RandomRange redefined at ./plugins//random_range.pl line 3.
[World Server] New Zone Server connection from 48f4c315-e5c9-49d7-bf35-f46feb426891 at 127.0.0.1:48588
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Subroutine GetSkill redefined at (eval 60) line 1.
[Quests] Subroutine SignalClient redefined at (eval 60) line 1.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Zone Server] Entering sleep mode
[Quests] Bareword "Types::Serialiser::Error::" refers to nonexistent package at /usr/share/perl5/Types/Serialiser.pm line 126.
[Quests] Bareword "Types::Serialiser::Error::" refers to nonexistent package at /usr/share/perl5/Types/Serialiser.pm line 135.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 45.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 53.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 88.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 96.
[Quests] Bareword "Types::Serialiser::Error::" refers to nonexistent package at /usr/share/perl5/Types/Serialiser.pm line 126.
[Quests] Bareword "Types::Serialiser::Error::" refers to nonexistent package at /usr/share/perl5/Types/Serialiser.pm line 135.
[Quests] Subroutine GetMaxLoSDistFromHeading redefined at ./plugins//spawn_tools.pl line 9.
[Quests] Subroutine FaceBestHeading redefined at ./plugins//spawn_tools.pl line 72.
[Quests] Subroutine HeadingToShortestLoS redefined at ./plugins//spawn_tools.pl line 142.
[Quests] Subroutine MoveAwayFromWall redefined at ./plugins//spawn_tools.pl line 206.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Subroutine GetSkill redefined at (eval 60) line 1.
[Quests] Subroutine SignalClient redefined at (eval 60) line 1.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 45.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 53.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 88.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 96.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Zone Server] Entering sleep mode
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Subroutine GetSkill redefined at (eval 60) line 1.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 45.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 53.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 88.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 96.
[Quests] Subroutine GetMaxLoSDistFromHeading redefined at ./plugins//spawn_tools.pl line 9.
[Quests] Subroutine FaceBestHeading redefined at ./plugins//spawn_tools.pl line 72.
[Quests] Subroutine HeadingToShortestLoS redefined at ./plugins//spawn_tools.pl line 142.
[Quests] Subroutine MoveAwayFromWall redefined at ./plugins//spawn_tools.pl line 206.
[Quests] Subroutine MoveToFirstBestZ redefined at ./plugins//spawn_tools.pl line 278.
[Quests] Subroutine SpawnZone redefined at ./plugins//spawn_tools.pl line 311.
[Quests] Subroutine GetMaxLoSDistFromHeading redefined at ./plugins//spawn_tools.pl line 9.
[Quests] Subroutine FaceBestHeading redefined at ./plugins//spawn_tools.pl line 72.
[Quests] Subroutine HeadingToShortestLoS redefined at ./plugins//spawn_tools.pl line 142.
[Quests] Subroutine MoveAwayFromWall redefined at ./plugins//spawn_tools.pl line 206.
[Quests] Subroutine MoveToFirstBestZ redefined at ./plugins//spawn_tools.pl line 278.
[Quests] Subroutine SpawnZone redefined at ./plugins//spawn_tools.pl line 311.
[Quests] Subroutine moelib_spawn_block redefined at ./plugins//spawn_tools.pl line 391.
[Quests] Subroutine moelib_spawn_block_center redefined at ./plugins//spawn_tools.pl line 412.
[Quests] Subroutine moelib_spawn_circle redefined at ./plugins//spawn_tools.pl line 434.
[Quests] Subroutine MoveToFirstBestZ redefined at ./plugins//spawn_tools.pl line 278.
[Quests] Subroutine SpawnZone redefined at ./plugins//spawn_tools.pl line 311.
[Quests] Subroutine moelib_spawn_block redefined at ./plugins//spawn_tools.pl line 391.
[Quests] Subroutine moelib_spawn_block_center redefined at ./plugins//spawn_tools.pl line 412.
[Quests] Subroutine moelib_spawn_circle redefined at ./plugins//spawn_tools.pl line 434.
[World Server] New Zone Server connection from 57129650-4b32-4d75-a568-cd70297265f7 at 127.0.0.1:48590
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Subroutine RandomRange redefined at ./plugins//random_range.pl line 3.
[Quests] Bareword "Types::Serialiser::Error::" refers to nonexistent package at /usr/share/perl5/Types/Serialiser.pm line 126.
[Quests] Bareword "Types::Serialiser::Error::" refers to nonexistent package at /usr/share/perl5/Types/Serialiser.pm line 135.
[Quests] Subroutine SignalClient redefined at (eval 60) line 1.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Zone Server] Entering sleep mode
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Subroutine GetSkill redefined at (eval 60) line 1.
[Quests] Subroutine SignalClient redefined at (eval 60) line 1.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Zone Server] Entering sleep mode
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Subroutine CalcDestFromHeading redefined at ./plugins//formation_tools.pl line 882.
[Quests] Subroutine GetReverseHeading redefined at ./plugins//formation_tools.pl line 980.
[Quests] Subroutine ConvertHeadingToDegrees redefined at ./plugins//formation_tools.pl line 995.
[Quests] Subroutine CalcDestFromHeading redefined at ./plugins//formation_tools.pl line 882.
[Quests] Subroutine GetReverseHeading redefined at ./plugins//formation_tools.pl line 980.
[Quests] Subroutine ConvertHeadingToDegrees redefined at ./plugins//formation_tools.pl line 995.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 45.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 53.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 88.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 96.
[Quests] Subroutine CalcDestFromHeading redefined at ./plugins//formation_tools.pl line 882.
[Quests] Subroutine GetReverseHeading redefined at ./plugins//formation_tools.pl line 980.
[Quests] Subroutine ConvertHeadingToDegrees redefined at ./plugins//formation_tools.pl line 995.
[Quests] Bareword "Types::Serialiser::Error::" refers to nonexistent package at /usr/share/perl5/Types/Serialiser.pm line 126.
[Quests] Subroutine RandomRange redefined at ./plugins//random_range.pl line 3.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Subroutine GetSkill redefined at (eval 60) line 1.
[Quests] Subroutine SignalClient redefined at (eval 60) line 1.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Zone Server] Entering sleep mode
[Quests] Subroutine CalcDestFromHeading redefined at ./plugins//formation_tools.pl line 882.
[Quests] Subroutine GetReverseHeading redefined at ./plugins//formation_tools.pl line 980.
[Quests] Subroutine ConvertHeadingToDegrees redefined at ./plugins//formation_tools.pl line 995.
[Quests] Bareword "Types::Serialiser::Error::" refers to nonexistent package at /usr/share/perl5/Types/Serialiser.pm line 126.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Bareword "Types::Serialiser::Error::" refers to nonexistent package at /usr/share/perl5/Types/Serialiser.pm line 135.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Subroutine GetSkill redefined at (eval 60) line 1.
[Quests] Subroutine SignalClient redefined at (eval 60) line 1.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Bareword "Types::Serialiser::Error::" refers to nonexistent package at /usr/share/perl5/Types/Serialiser.pm line 135.
[Zone Server] Entering sleep mode
[World Server] New Zone Server connection from 7ff659e4-c619-4397-87f7-ebe15c5bc963 at 127.0.0.1:48592
[Quests] Subroutine moelib_spawn_block redefined at ./plugins//spawn_tools.pl line 391.
[Quests] Subroutine moelib_spawn_block_center redefined at ./plugins//spawn_tools.pl line 412.
[Quests] Subroutine moelib_spawn_circle redefined at ./plugins//spawn_tools.pl line 434.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Subroutine GetSkill redefined at (eval 60) line 1.
[Quests] Subroutine SignalClient redefined at (eval 60) line 1.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Bareword "Types::Serialiser::Error::" refers to nonexistent package at /usr/share/perl5/Types/Serialiser.pm line 126.
[Quests] Bareword "Types::Serialiser::Error::" refers to nonexistent package at /usr/share/perl5/Types/Serialiser.pm line 126.
[Quests] Bareword "Types::Serialiser::Error::" refers to nonexistent package at /usr/share/perl5/Types/Serialiser.pm line 135.
[World Server] New Zone Server connection from a64985e8-d1ad-489c-a324-edded7e9ffcb at 127.0.0.1:48594
[Quests] Bareword "Types::Serialiser::Error::" refers to nonexistent package at /usr/share/perl5/Types/Serialiser.pm line 126.
[Quests] Bareword "Types::Serialiser::Error::" refers to nonexistent package at /usr/share/perl5/Types/Serialiser.pm line 135.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Bareword "Types::Serialiser::Error::" refers to nonexistent package at /usr/share/perl5/Types/Serialiser.pm line 135.
[Quests] Subroutine RandomRange redefined at ./plugins//random_range.pl line 3.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Subroutine GetSkill redefined at (eval 60) line 1.
[Quests] Subroutine SignalClient redefined at (eval 60) line 1.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Bareword "Types::Serialiser::Error::" refers to nonexistent package at /usr/share/perl5/Types/Serialiser.pm line 126.
[Quests] Bareword "Types::Serialiser::Error::" refers to nonexistent package at /usr/share/perl5/Types/Serialiser.pm line 135.
[World Server] New Zone Server connection from cb4bc6ac-54b8-4499-b076-9bd61c42e07a at 127.0.0.1:48596
[Quests] Subroutine GetSkill redefined at (eval 60) line 1.
[Quests] Subroutine SignalClient redefined at (eval 60) line 1.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Zone Server] Entering sleep mode
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[World Server] New Zone Server connection from 3691205c-90b0-4aed-969b-4a64f3be8619 at 127.0.0.1:48598
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Zone Server] Entering sleep mode
[Quests] Subroutine GetSkill redefined at (eval 60) line 1.
[Quests] Subroutine SignalClient redefined at (eval 60) line 1.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Zone Server] Entering sleep mode
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Zone Server] Entering sleep mode
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Bareword "Types::Serialiser::Error::" refers to nonexistent package at /usr/share/perl5/Types/Serialiser.pm line 126.
[Quests] Subroutine GetSkill redefined at (eval 60) line 1.
[Quests] Bareword "Types::Serialiser::Error::" refers to nonexistent package at /usr/share/perl5/Types/Serialiser.pm line 135.
[Quests] Subroutine SignalClient redefined at (eval 60) line 1.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Bareword "Types::Serialiser::Error::" refers to nonexistent package at /usr/share/perl5/Types/Serialiser.pm line 126.
[Quests] Bareword "Types::Serialiser::Error::" refers to nonexistent package at /usr/share/perl5/Types/Serialiser.pm line 135.
[Quests] Subroutine CalcDestFromHeading redefined at ./plugins//formation_tools.pl line 882.
[Quests] Subroutine GetReverseHeading redefined at ./plugins//formation_tools.pl line 980.
[Quests] Subroutine ConvertHeadingToDegrees redefined at ./plugins//formation_tools.pl line 995.
[Zone Server] Entering sleep mode
[World Server] New Zone Server connection from 9ec16cd1-cc62-4782-8b1d-df37c668c657 at 127.0.0.1:48600
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 45.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 53.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 88.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 96.
[Quests] Bareword "Types::Serialiser::Error::" refers to nonexistent package at /usr/share/perl5/Types/Serialiser.pm line 126.
[Quests] Bareword "Types::Serialiser::Error::" refers to nonexistent package at /usr/share/perl5/Types/Serialiser.pm line 135.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Subroutine GetSkill redefined at (eval 60) line 1.
[Quests] Subroutine SignalClient redefined at (eval 60) line 1.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Subroutine GetSkill redefined at (eval 60) line 1.
[Quests] Subroutine SignalClient redefined at (eval 60) line 1.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Zone Server] Entering sleep mode
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Subroutine GetSkill redefined at (eval 60) line 1.
[Quests] Subroutine SignalClient redefined at (eval 60) line 1.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Zone Server] Entering sleep mode
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Subroutine GetSkill redefined at (eval 60) line 1.
[Quests] Subroutine SignalClient redefined at (eval 60) line 1.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Zone Server] Entering sleep mode
[Zone Server] Entering sleep mode
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 45.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 53.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 88.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 96.
[Quests] Bareword "Types::Serialiser::Error::" refers to nonexistent package at /usr/share/perl5/Types/Serialiser.pm line 126.
[Quests] Bareword "Types::Serialiser::Error::" refers to nonexistent package at /usr/share/perl5/Types/Serialiser.pm line 135.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Subroutine GetSkill redefined at (eval 60) line 1.
[Quests] Subroutine SignalClient redefined at (eval 60) line 1.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 45.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 53.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 88.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 96.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Zone Server] Entering sleep mode
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 45.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 53.
[Quests] Bareword "Types::Serialiser::Error::" refers to nonexistent package at /usr/share/perl5/Types/Serialiser.pm line 126.
[Quests] Bareword "Types::Serialiser::Error::" refers to nonexistent package at /usr/share/perl5/Types/Serialiser.pm line 135.
[Quests] Subroutine CalcDestFromHeading redefined at ./plugins//formation_tools.pl line 882.
[Quests] Subroutine GetReverseHeading redefined at ./plugins//formation_tools.pl line 980.
[Quests] Subroutine ConvertHeadingToDegrees redefined at ./plugins//formation_tools.pl line 995.
[World Server] New Zone Server connection from ed1eb550-a512-49b1-a132-a1f16d769752 at 127.0.0.1:48602
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 45.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 53.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 88.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 96.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 88.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 96.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Subroutine GetSkill redefined at (eval 60) line 1.
[Quests] Subroutine SignalClient redefined at (eval 60) line 1.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[World Server] New Zone Server connection from fcaadcf4-aa6f-40f7-8cf8-81a4a4992a16 at 127.0.0.1:48604
[World Server] New Zone Server connection from 699996c0-408e-44e9-ac55-cdd4609ba9af at 127.0.0.1:48606
[World Server] New Zone Server connection from 28ab8b00-2f59-471f-9717-20257d14bae6 at 127.0.0.1:48608
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Bareword "Types::Serialiser::Error::" refers to nonexistent package at /usr/share/perl5/Types/Serialiser.pm line 126.
[Quests] Subroutine GetSkill redefined at (eval 60) line 1.
[Quests] Bareword "Types::Serialiser::Error::" refers to nonexistent package at /usr/share/perl5/Types/Serialiser.pm line 135.
[Quests] Subroutine SignalClient redefined at (eval 60) line 1.
[Quests] Subroutine CalcDestFromHeading redefined at ./plugins//formation_tools.pl line 882.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Quests] Subroutine CalcDestFromHeading redefined at ./plugins//formation_tools.pl line 882.
[Quests] Subroutine MakeTempPet redefined at (eval 60) line 1.
[Zone Server] Entering sleep mode
[Quests] Subroutine GetReverseHeading redefined at ./plugins//formation_tools.pl line 980.
[Quests] Subroutine ConvertHeadingToDegrees redefined at ./plugins//formation_tools.pl line 995.
[Quests] Subroutine GetReverseHeading redefined at ./plugins//formation_tools.pl line 980.
[Quests] Subroutine CalcDestFromHeading redefined at ./plugins//formation_tools.pl line 882.
[Quests] Subroutine ConvertHeadingToDegrees redefined at ./plugins//formation_tools.pl line 995.
[Quests] Subroutine GetReverseHeading redefined at ./plugins//formation_tools.pl line 980.
[Quests] Subroutine ConvertHeadingToDegrees redefined at ./plugins//formation_tools.pl line 995.
[Zone Server] Entering sleep mode
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 45.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 53.
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 88.
[World Server] New Zone Server connection from 322c3830-7242-4260-ba88-2094ef9d1b95 at 127.0.0.1:48610
[Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 96.
[Quests] Bareword "Types::Serialiser::Error::" refers to nonexistent package at /usr/share/perl5/Types/Serialiser.pm line 126.
Reply With Quote
  #6  
Old 05-18-2018, 05:41 PM
GRUMPY
Discordant
 
Join Date: Oct 2016
Posts: 445
Default

Quote:
Originally Posted by spidey1170 View Post
[31m[Error] Handle_NewLSInfo error, remote address was null, defaulting to stream address <SERVER_IP>[0m
[33m[World Server] Server <SERVER_NAME> attempted to log in but account and password did not match the entry in the database.[0m
In your tblserveradminregistration table, the AccountName and AccountPassword
have to match the name and password in your config file.

"loginserver2" : {
"account" : "<server_admin>", <<<<<<<<<<<<<<<<<
"host" : "<server_external_IP>",
"password" : "<server_admin_password>", <<<<<<<<<<<<
"port" : "5998"
Reply With Quote
  #7  
Old 05-18-2018, 07:20 PM
spidey1170
Sarnak
 
Join Date: May 2009
Location: Alaska
Posts: 61
Default

Quote:
Originally Posted by GRUMPY View Post
In your tblserveradminregistration table, the AccountName and AccountPassword
have to match the name and password in your config file.

"loginserver2" : {
"account" : "<server_admin>", <<<<<<<<<<<<<<<<<
"host" : "<server_external_IP>",
"password" : "<server_admin_password>", <<<<<<<<<<<<
"port" : "5998"
Thank you, Grumpy. They were precisely the same. I actually got tired of messing with it and destroyed the install and ran the script again and encountered a whole new error:

EDIT: Also, the table you quote doesn't exist, it was called: "loginserver_world_server_registration" for the world and "loginserver_server_admin_registration" for admin.

Code:
 [New Server] ERROR: You must run eqemu_server.pl in an empty directory
I tried moving the script to an empty directory and it didn't fix anything. *sigh* Wish it were more explicit; as in, why does it need an empty directory if you're trying to setup a new_server?

Not quite frustrated yet, but getting there. Now, I have to wait for a couple hours for the script to compile again and then go through the setup. It was working just fine and then stopped. There has to be a logical reason...
Reply With Quote
  #8  
Old 05-18-2018, 07:36 PM
GRUMPY
Discordant
 
Join Date: Oct 2016
Posts: 445
Default

Quote:
Originally Posted by spidey1170 View Post
EDIT: Also, the table you quote doesn't exist, it was called: "loginserver_world_server_registration" for the world and "loginserver_server_admin_registration" for admin.
Ok, sorry spidey that must have something to do with the way things that Akka's
installer sets up the server. (that I was unaware of).
I do manual installs/compile, etc., so I have to gracefully shut up now. <wink>
Reply With Quote
  #9  
Old 05-18-2018, 07:52 PM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,071
Default

First, did you use the installer to get to where you are right now?

The one listed here: https://github.com/EQEmu/Server/wiki/Linux-Server

Second, the loginserver is not really wrapped up in the default installation of the Linux server installer build.

To do an install you have to run

Code:
perl eqemu_server.pl linux_login_server_setup
The reason why a server would all of a sudden stop showing up on the public loginserver is usually because of the legacy flag not being set:

https://github.com/EQEmu/Server/wiki...ig#loginserver

If you're going to initially test that your loginserver works, I would recommend running it separately from the normal startup to make sure that it is working without issue

Code:
./loginserver
And finally, the current loginserver is not the best in terms of configuration, log messages and database table structure as it is. It has been on my list to go through it thoroughly so that the setup is consistent and simple

HTH
Reply With Quote
  #10  
Old 05-18-2018, 08:19 PM
spidey1170
Sarnak
 
Join Date: May 2009
Location: Alaska
Posts: 61
Default

Quote:
Originally Posted by GRUMPY View Post
Ok, sorry spidey that must have something to do with the way things that Akka's
installer sets up the server. (that I was unaware of).
I do manual installs/compile, etc., so I have to gracefully shut up now. <wink>
I appreciate any help, so no need to "gracefully shut up" on my account! :P

And @Akkadius, I think I found the problem in the server admin:

I was creating the admin password with:

Code:
...sha('<password_here>')
instead of an unencrypted password. Which is weird, because in my original install, it worked for several days and then didn't work.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 07:27 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3