View Single Post
  #2  
Old 12-17-2010, 06:46 PM
Congdar
Developer
 
Join Date: Jul 2007
Location: my own little world
Posts: 751
Default

Quote:
Originally Posted by Longdarkhair View Post
[12.17. - 07:42:23] Useless use of private variable in void context at plugins/formation_tools.pl line 364.
This is a bug in the script. Kind of hard to figure out from that error message what the bug is. Only thing I could see out of the ordinary when looking is that script $ColNum is not declared with a 'my', but I'm not sure that's what is causing that error.
Quote:
Originally Posted by Longdarkhair View Post
[12.17. - 07:42:23] Subroutine Cwd::fastcwd redefined at C:/Perl/site/lib/Cwd.pm line 812.
[12.17. - 07:42:23] Subroutine Cwd::getcwd redefined at C:/Perl/site/lib/Cwd.pm line 812.
[12.17. - 07:42:23] Subroutine Cwd::abs_path redefined at C:/Perl/site/lib/Cwd.pm line 812.
Wish I could help you with this one :(
Quote:
Originally Posted by Longdarkhair View Post
[12.17. - 07:42:24] Subroutine CalcDestFromHeading redefined at plugins/path_tools.pl line 222.
This is because path_tools.pl is redefining a sub method that already exists in formation_tools.pl
Quote:
Originally Posted by Longdarkhair View Post
[12.17. - 09:31:57] Unable to read perl file 'quests/dragonscaleb/player.pl'
[12.17. - 09:31:57] Unable to read perl file 'quests/spells/6503.pl'
[12.17. - 09:31:57] Unable to read perl file 'quests/spells/5521.pl'
[12.17. - 09:31:57] Unable to read perl file 'quests/spells/5317.pl'
[12.17. - 09:33:54] Unable to read perl file 'quests/spells/3301.pl'
[12.17. - 09:34:02] Unable to read perl file 'quests/spells/3302.pl'
[12.17. - 09:34:07] Unable to read perl file 'quests/spells/7349.pl'
[12.17. - 09:36:09] Unable to read perl file 'quests/spells/7630.pl'
[12.17. - 09:36:27] Unable to read perl file 'quests/spells/5332.pl'
[12.17. - 09:59:11] Unable to read perl file 'quests/spells/5318.pl'
These are just informational, there is no special handling for spells with those id numbers or there's no special script for when a player enters dragonscaleb. If the file is found, then it wouldn't make those logs and the special scripting would execute. You can see some zones do have a player.pl and you can look in /quests/spells/ folder to see how some spells are specially handled.
__________________
The Realm
Reply With Quote