View Single Post
  #1  
Old 02-17-2016, 04:28 PM
jpyou127's Avatar
jpyou127
Discordant
 
Join Date: Nov 2005
Posts: 270
Default Repeated Zone log error.

I am getting this zone error (steamfont):

Code:
[02-17-2016 :: 15:22:52] [Quests] Use of uninitialized value $qst_npc_56105::targetname in pattern match (m//) at quests/steamfont/Cargo_Clockwork.pl line 50.
56105 refers to the NPC Cargo Clockwork.

I have a memory leak and I think it maybe coming from this zone in conjunction with this error.

Line 50-51 of the perl script is:

Code:
if ($targetname=~/highway_bandit/i) {
    $npc->WipeHateList();

Any ideas?


Celestial
Reply With Quote