Track Item

11/09/2018 21:06 imlliry#1
can i track item if some one drop it in the floor and another account in different PC took it ?

also can i know all the MAC & HWID & IP address that username logged in from it or only the last one from his lat loggin ?
11/09/2018 21:48 #HB#2
Although I don't know why you want to do that, but yes for sure.
Via username & HWID. Make a flag to check if username is different and HWID is the same.
11/09/2018 22:02 imlliry#3
Quote:
Originally Posted by #HB View Post
Although I don't know why you want to do that, but yes for sure.
Via username & HWID. Make a flag to check if username is different and HWID is the same.
im sorry i dont understand is this answer is for the first question for tracking item that thrown in the floor then some one else took it

or for the second question abount knowing all the older HWID & MAC & IP for username ?
11/09/2018 22:57 AceSpace#4
Each item is identified by a Serial64 or ID64 (Unique Identifier for the Item), you can find Serial64 in _LogEventItem then look at where it went via logs.

For example:
Code:
SELECT * FROM _LogEventItem WHERE Serial64 = X
About the HWID, Mac, IP stuff. Filters usually execute a certain procedure with these information that's how they're logged into the table. Check the procedures
11/10/2018 00:36 imlliry#5
Quote:
Originally Posted by Locklyon View Post
Each item is identified by a Serial64 or ID64 (Unique Identifier for the Item), you can find Serial64 in _LogEventItem then look at where it went via logs.

For example:
Code:
SELECT * FROM _LogEventItem WHERE Serial64 = X
About the HWID, Mac, IP stuff. Filters usually execute a certain procedure with these information that's how they're logged into the table. Check the procedures
ok about the item what if its usable like adv elixir or silk scroll do i still be able to know where it was before its was used ?
11/10/2018 03:11 Crayon*#6
Quote:
Originally Posted by imlliry View Post
ok about the item what if its usable like adv elixir or silk scroll do i still be able to know where it was before its was used ?
You could use SMC->SR_UserLog->Silkroad Online - SRO_Vietnam_TestLocal(Default global module name) If you do not understand the operations in the table. Just write down the character name & select desired date/Category/QueryOption and hit that "New Query" button.
11/10/2018 10:09 imlliry#7
Quote:
Originally Posted by Crayon* View Post
You could use SMC->SR_UserLog->Silkroad Online - SRO_Vietnam_TestLocal(Default global module name) If you do not understand the operations in the table. Just write down the character name & select desired date/Category/QueryOption and hit that "New Query" button.
so if some one drop silk scroll and some one else in different pc took it and use it i can know who took it from the floor though this ?
11/10/2018 17:43 $WeGs#8
yes you can , just follow the serial 64