• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

How to remove spam in console about duplicate uniqueld??

Gothric

New Member
Joined
Feb 6, 2010
Messages
264
Reaction score
1
I have really big spam in me console. I am using lots of scripts with uid and there are lots of items on map with the same uid so how can i hide it? ;]

PHP:
[24/05/2010 00:43:15] Duplicate uniqueId 9978
[24/05/2010 00:43:15] Duplicate uniqueId 9978
[24/05/2010 00:43:15] Duplicate uniqueId 9978
[24/05/2010 00:43:15] Duplicate uniqueId 9978
[24/05/2010 00:43:15] Duplicate uniqueId 9978
[24/05/2010 00:43:15] Duplicate uniqueId 9978
[24/05/2010 00:43:15] Duplicate uniqueId 9978
[24/05/2010 00:43:15] Duplicate uniqueId 9978
[24/05/2010 00:43:15] Duplicate uniqueId 9978
[24/05/2010 00:43:15] Duplicate uniqueId 9978
[24/05/2010 00:43:15] Duplicate uniqueId 9978
[24/05/2010 00:43:15] Duplicate uniqueId 9978
[24/05/2010 00:43:15] Duplicate uniqueId 9978
[24/05/2010 00:43:15] Duplicate uniqueId 9978
[24/05/2010 00:43:15] Duplicate uniqueId 9978
[24/05/2010 00:43:15] Duplicate uniqueId 9978
its only 1 duplicate
 
Either

  1. Open the map using a mapeditor, search for the uniqueID 9978, then give each object a different uID and edit the scripts using that specific uID accordingly.

  2. Edit the server source code and remove the part that prints "duplicate uniqueID xxxx", but it's not recommended since uniqueIDs are called unique for a reason, there's only ment to be ONE of them, period. Having more than one can cause weird things to happen.
 
I have fix it by another way ;) I have changed uid for aid and it works too ;]

now i know that for 1 specific item i should use uid and for more action aid
 
Back
Top