What does this log entry means?

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
alehawk
Posts: 50
Joined: Wed Mar 24, 2010 10:42 pm

What does this log entry means?

Post 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!
andr3iu7z
Posts: 114
Joined: Sun Jan 10, 2010 2:25 pm

Re: What does this log entry means?

Post by andr3iu7z »

I think that somebody buy soulshouts
User avatar
denser
Posts: 1392
Joined: Wed May 30, 2007 9:13 pm
Location: Russia
Contact:

Re: What does this log entry means?

Post by denser »

very fast buy :) 100 per-sec
Tiger, once tasted human flesh, will want to taste it again
L2J - the place where glad to see you any time!
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: What does this log entry means?

Post by janiii »

revisions? because i cant find process "Reset" in the code..
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
User avatar
denser
Posts: 1392
Joined: Wed May 30, 2007 9:13 pm
Location: Russia
Contact:

Re: What does this log entry means?

Post by denser »

i see somewhere mod with .reset command...may be your core modified?
Tiger, once tasted human flesh, will want to taste it again
L2J - the place where glad to see you any time!
User avatar
JIV
L2j Veteran
L2j Veteran
Posts: 1882
Joined: Sun Jan 06, 2008 8:17 pm
Location: Slovakia
Contact:

Re: What does this log entry means?

Post 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.
User avatar
Aikimaniac
L2j Inner Circle
L2j Inner Circle
Posts: 3048
Joined: Sun Aug 07, 2005 11:42 pm
Location: Slovakia

Re: What does this log entry means?

Post by Aikimaniac »

is it in start of log after restarting server ?
Image
djbenny
Posts: 133
Joined: Thu Jul 05, 2007 2:43 pm

Re: What does this log entry means?

Post 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"
User avatar
Aikimaniac
L2j Inner Circle
L2j Inner Circle
Posts: 3048
Joined: Sun Aug 07, 2005 11:42 pm
Location: Slovakia

Re: What does this log entry means?

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