Jump to content
  • 0

Question

Posted (edited)

Hi, recently some of my players had issues with item loss.

I have tried looking at the database logs in search for the items, but I can't seem to find them.

Here are the tables I have on the logs folder. Isn't there supposed to be a droplog, tradelog and others?

Also, how can I find how many of a specific item there are on the server?

This might be a simple question, but it's something I'm having difficulties with. Thanks!

haha.png.6a1251ff464df5a8572250a77c88bdad.png

Edited by Profile

6 answers to this question

Recommended Posts

  • 0
Posted
10 minutes ago, Cyro said:

All trade, drop logs will be logged in picklog

I see, so it is all stored in one place.

How do I find out how this item was obtained? if it was traded (and which who) or picked up etc...

hehe.png.455403d1eaa0e6b59ef3940c67734702.png

Thanks.

  • 0
Posted

You can search them.from query SQL or search 

Something like this

SELECT * FROM picklog WHERE `char_id` = '1' AND `type` = 'T' AND `nameid` = '512' AND `amount` = '-1'

 

 

-1 is represents item taken out from player

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...