Page 1 of 1

What does this log entry means?

Posted: Wed Jun 02, 2010 5:40 pm
by alehawk
Hi I got many item.log entries like this:
[02 jun 14:34:05] CREATE:Reset, item 268490090:Soulshot: No Grade(100)
[02 jun 14:34:05] DELETE:Reset, item 268487969:Soulshot: No Grade(0)
[02 jun 14:34:05] CREATE:Reset, item 268490091:Soulshot: No Grade(100)
[02 jun 14:34:05] DELETE:Reset, item 268487970:Soulshot: No Grade(0)
[02 jun 14:34:05] CREATE:Reset, item 268490092:Soulshot: No Grade(100)
[02 jun 14:34:05] DELETE:Reset, item 268487971:Soulshot: No Grade(0)
[02 jun 14:34:05] CREATE:Reset, item 268490093:Soulshot: No Grade(100)
[02 jun 14:34:05] DELETE:Reset, item 268487972:Soulshot: No Grade(0)
[02 jun 14:34:05] CREATE:Reset, item 268490094:Soulshot: No Grade(100)
[02 jun 14:34:05] DELETE:Reset, item 268487973:Soulshot: No Grade(0)
[02 jun 14:34:05] CREATE:Reset, item 268490095:Soulshot: No Grade(100)
[02 jun 14:34:05] DELETE:Reset, item 268487974:Soulshot: No Grade(0)
[02 jun 14:34:05] CREATE:Reset, item 268490096:Soulshot: No Grade(100)
[02 jun 14:34:05] DELETE:Reset, item 268487975:Soulshot: No Grade(0)
[02 jun 14:34:05] CREATE:Reset, item 268490097:Soulshot: No Grade(100)
[02 jun 14:34:05] DELETE:Reset, item 268487976:Soulshot: No Grade(0)
[02 jun 14:34:05] CREATE:Reset, item 268490098:Soulshot: No Grade(100)
[02 jun 14:34:05] DELETE:Reset, item 268487977:Soulshot: No Grade(0)
[02 jun 14:34:05] CREATE:Reset, item 268490099:Soulshot: No Grade(100)
[02 jun 14:34:05] DELETE:Reset, item 268487978:Soulshot: No Grade(0)
[02 jun 14:34:05] CREATE:Reset, item 268490100:Soulshot: No Grade(100)
[02 jun 14:34:05] DELETE:Reset, item 268487979:Soulshot: No Grade(0)
[02 jun 14:34:05] CREATE:Reset, item 268490101:Soulshot: No Grade(100)
[02 jun 14:34:05] DELETE:Reset, item 268487981:Soulshot: No Grade(0)
[02 jun 14:34:05] CREATE:Reset, item 268490102:Soulshot: No Grade(100)


What is this?
Tnx!

Re: What does this log entry means?

Posted: Wed Jun 02, 2010 6:23 pm
by andr3iu7z
I think that somebody buy soulshouts

Re: What does this log entry means?

Posted: Thu Jun 03, 2010 2:39 am
by denser
very fast buy :) 100 per-sec

Re: What does this log entry means?

Posted: Thu Jun 03, 2010 4:19 am
by janiii
revisions? because i cant find process "Reset" in the code..

Re: What does this log entry means?

Posted: Thu Jun 03, 2010 4:48 am
by denser
i see somewhere mod with .reset command...may be your core modified?

Re: What does this log entry means?

Posted: Thu Jun 03, 2010 6:01 am
by JIV
looks like something which shouldnt be logged:

Code: Select all

if (Config.LOG_ITEMS && !process.equals("Reset"))
ItemTable:823

but cant find where its used anyway.

Re: What does this log entry means?

Posted: Thu Jun 03, 2010 8:32 am
by Aikimaniac
is it in start of log after restarting server ?

Re: What does this log entry means?

Posted: Thu Jun 03, 2010 4:41 pm
by djbenny
Vanilla Code:

Think its from soulshot usage from mobs.
"noticed it when shot usage mobs was implemented"
"the same can been seen on 127.0.0.1 Server, no users online"

Re: What does this log entry means?

Posted: Fri Jun 04, 2010 8:51 am
by Aikimaniac
djbenny wrote:Vanilla Code:

Think its from soulshot usage from mobs.
"noticed it when shot usage mobs was implemented"
"the same can been seen on 127.0.0.1 Server, no users online"
that was the reason for me to ask if it is on server start :D