Jump to content
  • 0

How to trace cheat/duped items?


c2greentea

Question


  • Group:  Members
  • Topic Count:  68
  • Topics Per Day:  0.02
  • Content Count:  173
  • Reputation:   0
  • Joined:  06/07/14
  • Last Seen:  

Is there a way to trace duped items in the picklog? I was told that some players in my server can duplicate items even Harmony gameguard is installed. Please help


Link to comment
Share on other sites

6 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1130
  • Joined:  05/27/12
  • Last Seen:  

Consider enabling the "Unique ID" feature in /src/config/core.h:

/// Uncomment to enable Non Stackable items unique ID
/// By enabling it, the system will create an unique id for each new non stackable item created
//#define NSI_UNIQUE_ID
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  68
  • Topics Per Day:  0.02
  • Content Count:  173
  • Reputation:   0
  • Joined:  06/07/14
  • Last Seen:  

Euphy how to enable it though? With that way, how will I be able to trace duped items? :(

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  96
  • Topics Per Day:  0.02
  • Content Count:  554
  • Reputation:   14
  • Joined:  09/24/12
  • Last Seen:  

Euphy how to enable it though?

 

Just get rid the sign // from : 

/// Uncomment to enable Non Stackable items unique ID
/// By enabling it, the system will create an unique id for each new non stackable item created
//#define NSI_UNIQUE_ID

into 

/// Uncomment to enable Non Stackable items unique ID
/// By enabling it, the system will create an unique id for each new non stackable item created
#define NSI_UNIQUE_ID

And compile or recompile it back..

And about 

 

 

 

 With that way, how will I be able to trace duped items?  :(

I also did not get the point.... wait for the more answer maybe...  ^ ^

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  68
  • Topics Per Day:  0.02
  • Content Count:  173
  • Reputation:   0
  • Joined:  06/07/14
  • Last Seen:  

Thanks. Or rather the questions is, enabling that what will happen?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  96
  • Topics Per Day:  0.02
  • Content Count:  554
  • Reputation:   14
  • Joined:  09/24/12
  • Last Seen:  

I think i get the answer is...

 

 

 

By enabling it, the system will create an unique id for each new non stackable item created

 

Which mean,each char or player pick one item example jellopy the first jellopy will be named maybe jellopy A and the next jellopy wil be the jellopy B.. That how its work's and maybe a liltle hard to duplicate since if some player want to duplicate it,the item should be the same either in id,name,or unique id...

Im sorry if im was wrong about this..
Just want to help...

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  257
  • Reputation:   170
  • Joined:  12/06/11
  • Last Seen:  

will this prevent the server from players duping items? its a dupe protection too?

Link to comment
Share on other sites

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.

×
×
  • Create New...