View Single Post
  #12  
Old 07-21-2016, 08:25 PM
blackdragonsdg
Dragon
 
Join Date: Dec 2008
Location: Tennessee
Posts: 654
Default

I have tried plugin::RandomRoam with only two parameters so many times it is starting to approach the definition of insanity. It is simply not working correctly and I know the problem is on my end.

I am starting to think that this problem is not so much something I am actively doing or not doing but something in my server configuration that is not what the plugin is expecting. Using the map file as an example, the one I was initially using was one I created back in 2009 with azone. It worked fine for combat and quest related things that I was using up until I tried plugin::RandomRoam. Then with the new map the lua script worked but not the perl script.

Could this possibly be something along the lines of my perl version is different than the one that was used when the binaries were compiled? I am using ActivePerl-5.12.4.1205-MSWin32-x86-294981 before anyone asks.

The following is the log file I mentioned above with the weird redefines.
Code:
[07-21-2016 :: 18:27:29] [Zone Server] Time Broadcast Packet: EQTime [12:43 am]
[07-21-2016 :: 18:28:50] [Quests] Destroying EQEmuIO=HASH(0x2eebe74)
[07-21-2016 :: 18:28:50] [Quests] Destroying EQEmuIO=HASH(0x2ef7e84)
[07-21-2016 :: 18:28:50] [Quests] Tying perl output to eqemu logs
[07-21-2016 :: 18:28:50] [Quests] Creating EQEmuIO=HASH(0xd58bf84)
[07-21-2016 :: 18:28:50] [Quests] Creating EQEmuIO=HASH(0xd58c46c)
[07-21-2016 :: 18:28:50] [Quests] Loading perlemb plugins.
[07-21-2016 :: 18:28:50] [Quests] Unquoted string "false" may clash with future reserved word at plugins//Expeditions.pl line 375.
[07-21-2016 :: 18:28:50] [Quests] Subroutine Cwd::fastcwd redefined at C:/Perl/lib/Cwd.pm line 812.
[07-21-2016 :: 18:28:50] [Quests] Subroutine Cwd::getcwd redefined at C:/Perl/lib/Cwd.pm line 812.
[07-21-2016 :: 18:28:50] [Quests] Subroutine Cwd::abs_path redefined at C:/Perl/lib/Cwd.pm line 812.
[07-21-2016 :: 18:28:50] [Quests] Subroutine CalcDestFromHeading redefined at plugins//path_tools.pl line 221.
[07-21-2016 :: 18:28:50] [Quests] "my" variable $Item1 masks earlier declaration in same scope at plugins//quest_handin.pl line 19.
[07-21-2016 :: 18:28:50] [Quests] "my" variable $Item2 masks earlier declaration in same scope at plugins//quest_handin.pl line 21.
[07-21-2016 :: 18:28:50] [Quests] "my" variable $Item3 masks earlier declaration in same scope at plugins//quest_handin.pl line 23.
[07-21-2016 :: 18:28:50] [Quests] "my" variable $Item4 masks earlier declaration in same scope at plugins//quest_handin.pl line 25.
[07-21-2016 :: 18:28:50] [Quests] Subroutine RandomRange redefined at plugins//random_utils.pl line 3.
[07-21-2016 :: 18:28:50] [Quests] Subroutine moelib_spawn_block redefined at plugins//spawn_utils.pl line 2.
[07-21-2016 :: 18:28:50] [Quests] Subroutine moelib_spawn_block_center redefined at plugins//spawn_utils.pl line 23.
[07-21-2016 :: 18:28:50] [Quests] Subroutine moelib_spawn_circle redefined at plugins//spawn_utils.pl line 45.
[07-21-2016 :: 18:28:50] [Quests] Subroutine GetMaxLoSDistFromHeading redefined at plugins//spawn_utils.pl line 71.
[07-21-2016 :: 18:28:50] [Quests] Subroutine FaceBestHeading redefined at plugins//spawn_utils.pl line 134.
[07-21-2016 :: 18:28:50] [Quests] Subroutine HeadingToShortestLoS redefined at plugins//spawn_utils.pl line 204.
[07-21-2016 :: 18:28:50] [Quests] Subroutine MoveAwayFromWall redefined at plugins//spawn_utils.pl line 268.
[07-21-2016 :: 18:28:50] [Quests] Subroutine MoveToFirstBestZ redefined at plugins//spawn_utils.pl line 340.
[07-21-2016 :: 18:28:50] [Quests] Subroutine SpawnZone redefined at plugins//spawn_utils.pl line 373.
[07-21-2016 :: 18:28:50] [Quests] Subroutine GetReverseHeading redefined at plugins//spawn_utils.pl line 456.
[07-21-2016 :: 18:28:50] [Quests] Subroutine ConvertHeadingToDegrees redefined at plugins//spawn_utils.pl line 477.
[07-21-2016 :: 18:28:50] [Quests] Subroutine vtell redefined at plugins//voicetell.pl line 6.
[07-21-2016 :: 18:28:50] [Quests] Subroutine Autovtell redefined at plugins//voicetell.pl line 56.
[07-21-2016 :: 18:32:16] [Quests] Destroying EQEmuIO=HASH(0xd58c46c)
[07-21-2016 :: 18:32:16] [Quests] Destroying EQEmuIO=HASH(0xd58bf84)
[07-21-2016 :: 18:32:16] [Quests] Tying perl output to eqemu logs
[07-21-2016 :: 18:32:16] [Quests] Creating EQEmuIO=HASH(0xdb7dfac)
[07-21-2016 :: 18:32:16] [Quests] Creating EQEmuIO=HASH(0xdb5f39c)
[07-21-2016 :: 18:32:16] [Quests] Loading perlemb plugins.
[07-21-2016 :: 18:32:16] [Quests] Unquoted string "false" may clash with future reserved word at plugins//Expeditions.pl line 375.
[07-21-2016 :: 18:32:16] [Quests] Subroutine Cwd::fastcwd redefined at C:/Perl/lib/Cwd.pm line 812.
[07-21-2016 :: 18:32:16] [Quests] Subroutine Cwd::getcwd redefined at C:/Perl/lib/Cwd.pm line 812.
[07-21-2016 :: 18:32:16] [Quests] Subroutine Cwd::abs_path redefined at C:/Perl/lib/Cwd.pm line 812.
[07-21-2016 :: 18:32:17] [Quests] Subroutine CalcDestFromHeading redefined at plugins//path_tools.pl line 221.
[07-21-2016 :: 18:32:17] [Quests] "my" variable $Item1 masks earlier declaration in same scope at plugins//quest_handin.pl line 19.
[07-21-2016 :: 18:32:17] [Quests] "my" variable $Item2 masks earlier declaration in same scope at plugins//quest_handin.pl line 21.
[07-21-2016 :: 18:32:17] [Quests] "my" variable $Item3 masks earlier declaration in same scope at plugins//quest_handin.pl line 23.
[07-21-2016 :: 18:32:17] [Quests] "my" variable $Item4 masks earlier declaration in same scope at plugins//quest_handin.pl line 25.
[07-21-2016 :: 18:32:17] [Quests] Subroutine RandomRange redefined at plugins//random_utils.pl line 3.
[07-21-2016 :: 18:32:17] [Quests] Subroutine moelib_spawn_block redefined at plugins//spawn_utils.pl line 2.
[07-21-2016 :: 18:32:17] [Quests] Subroutine moelib_spawn_block_center redefined at plugins//spawn_utils.pl line 23.
[07-21-2016 :: 18:32:17] [Quests] Subroutine moelib_spawn_circle redefined at plugins//spawn_utils.pl line 45.
[07-21-2016 :: 18:32:17] [Quests] Subroutine GetMaxLoSDistFromHeading redefined at plugins//spawn_utils.pl line 71.
[07-21-2016 :: 18:32:17] [Quests] Subroutine FaceBestHeading redefined at plugins//spawn_utils.pl line 134.
[07-21-2016 :: 18:32:17] [Quests] Subroutine HeadingToShortestLoS redefined at plugins//spawn_utils.pl line 204.
[07-21-2016 :: 18:32:17] [Quests] Subroutine MoveAwayFromWall redefined at plugins//spawn_utils.pl line 268.
[07-21-2016 :: 18:32:17] [Quests] Subroutine MoveToFirstBestZ redefined at plugins//spawn_utils.pl line 340.
[07-21-2016 :: 18:32:17] [Quests] Subroutine SpawnZone redefined at plugins//spawn_utils.pl line 373.
[07-21-2016 :: 18:32:17] [Quests] Subroutine GetReverseHeading redefined at plugins//spawn_utils.pl line 456.
[07-21-2016 :: 18:32:17] [Quests] Subroutine ConvertHeadingToDegrees redefined at plugins//spawn_utils.pl line 477.
[07-21-2016 :: 18:32:17] [Quests] Subroutine vtell redefined at plugins//voicetell.pl line 6.
[07-21-2016 :: 18:32:17] [Quests] Subroutine Autovtell redefined at plugins//voicetell.pl line 56.
[07-21-2016 :: 18:33:17] [Status] Zoning 'Draconas' to: poknowledge (202) - (0) x=410.000000, y=429.000000, z=-122.000000
[07-21-2016 :: 18:33:17] [Zone Server] Dropping client: Process=false, ip=127.0.0.1 port=50329
[07-21-2016 :: 18:34:53] [Quests] Terminating on signal SIGHUP(1)
Reply With Quote