Console log?

Here you can post threads requesting help on the official POL Ultima Online Emulator Core 096.
Note: Core 096 is no longer officially supported.
Post Reply
Lad
New User
Posts: 23
Joined: Sun Feb 05, 2006 3:48 am

Console log?

Post 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 ? :)
User avatar
AsYlum
Grandmaster Poster
Posts: 115
Joined: Sun Feb 05, 2006 5:24 am

Post 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
Post Reply