jpyou127
02-17-2016, 04:28 PM
I am getting this zone error (steamfont):
[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:
if ($targetname=~/highway_bandit/i) {
$npc->WipeHateList();
Any ideas?
Celestial
[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:
if ($targetname=~/highway_bandit/i) {
$npc->WipeHateList();
Any ideas?
Celestial