Page 1 of 1

Console log?

Posted: Sun Feb 05, 2006 3:58 am
by Lad

Code: Select all

Script pkg/skills/fishing/fishing.ecl: 2243 instr cycles, -5 sleep cycles, 3 seconds elapsed.
Anyone know how can i turn off this ? :)

Posted: Sun Feb 05, 2006 1:51 pm
by AsYlum
*points at %polroot%/config/watch.cfg*

Code: Select all

# Purpose:
# Turns on certain spammy debugging messages.
#
# Structure:
#
# [Combat (0 or 1)]
# [ProfileScripts (0 or 1)]
#
# Explanation:
#

# If 'Combat 1' is in this file, information regarding combat damage, hits and misses, etc will be printed.
#
Combat 0

# If 'ProfileScripts 1' is in this file, profiling information will be printed when any script exits.
#
ProfileScripts 0