c2greentea Posted July 31, 2014 Posted July 31, 2014 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 Quote
Euphy Posted July 31, 2014 Posted July 31, 2014 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 Quote
c2greentea Posted August 1, 2014 Author Posted August 1, 2014 Euphy how to enable it though? With that way, how will I be able to trace duped items? Quote
Checkmate Posted August 1, 2014 Posted August 1, 2014 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... ^ ^ Quote
c2greentea Posted August 1, 2014 Author Posted August 1, 2014 Thanks. Or rather the questions is, enabling that what will happen? Quote
Checkmate Posted August 1, 2014 Posted August 1, 2014 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... Quote
K e o u g h Posted August 8, 2014 Posted August 8, 2014 will this prevent the server from players duping items? its a dupe protection too? Quote
Question
c2greentea
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
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.