Log in

View Full Version : Large log file - PoEartha related


provocating
05-29-2009, 10:22 PM
This just started happening with my last patch or so.

I have a 100mb log file after one day :)

Use of uninitialized value in numeric eq (==) at quests/poeartha/#Stone_Trigger.pl line 25.
[05.29. - 21:07:54] Use of uninitialized value $qst218092::stone_ring_run in numeric eq (==) at quests/poeartha/#Stone_Trigger.pl line 25.
[05.29. - 21:07:54] Use of uninitialized value $qst218091::timername in numeric eq (==) at quests/poeartha/#Vine_Trigger.pl line 20.
[05.29. - 21:07:54] Use of uninitialized value $qst218094::timername in numeric eq (==) at quests/poeartha/#Final_Trigger.pl line 9.
[05.29. - 21:07:54] Use of uninitialized value $qst218094::vine_ring in numeric eq (==) at quests/poeartha/#Final_Trigger.pl line 9.
[05.29. - 21:07:54] Use of uninitialized value $qst218090::timername in numeric eq (==) at quests/poeartha/#Mud_Trigger.pl line 13.
[05.29. - 21:07:55] Use of uninitialized value $qst218092::timername in numeric eq (==) at quests/poeartha/#Stone_Trigger.pl line 25.
[05.29. - 21:07:55] Use of uninitialized value in numeric eq (==) at quests/poeartha/#Stone_Trigger.pl line 25.
[05.29. - 21:07:55] Use of uninitialized value $qst218092::stone_ring_run in numeric eq (==) at quests/poeartha/#Stone_Trigger.pl line 25.
[05.29. - 21:07:55] Use of uninitialized value $qst218091::timername in numeric eq (==) at quests/poeartha/#Vine_Trigger.pl line 20.
[05.29. - 21:07:55] Use of uninitialized value $qst218094::timername in numeric eq (==) at quests/poeartha/#Final_Trigger.pl line 9.
[05.29. - 21:07:55] Use of uninitialized value $qst218094::vine_ring in numeric eq (==) at quests/poeartha/#Final_Trigger.pl line 9.
[05.29. - 21:07:55] Use of uninitialized value $qst218090::timername in numeric eq (==) at quests/poeartha/#Mud_Trigger.pl line 13.
[05.29. - 21:07:56] Use of uninitialized value $qst218092::timername in numeric eq (==) at quests/poeartha/#Stone_Trigger.pl line 25.

cavedude
05-29-2009, 11:36 PM
Naughty quest team. :)

provocating
05-29-2009, 11:40 PM
Tell me, what is wrong ?

trevius
05-30-2009, 01:53 AM
The errors tell you:

timername in numeric eq (==)

When you are saying something equals a value that is NOT a number, you have to use "eq", not "==". And, visa versa.

provocating
05-30-2009, 08:26 AM
Ahhh. Sorry I am a vb person.