SphereServer BugTracker - SphereServer
View Issue Details
0002153SphereServernew feature requestpublic03-04-13 10:4812-08-13 00:40
Xfolder 
Ben 
normalfeaturehave not tried
closedno change required 
 
 
Not Available
None
None
0002153: New console's alert flag
Can you implement an error flag that tells you if there are duplicates in the script?

Example: [DEFNAME i_gold_1] is in test.scp(234) and [DEFNAME i_gold_1] is in test2.scp(567)
No tags attached.
Issue History
03-04-13 10:48XfolderNew Issue
04-04-13 20:08TerrikateNote Added: 0001539
12-08-13 00:40BenStatusnew => closed
12-08-13 00:40BenAssigned To => Ben
12-08-13 00:40BenResolutionopen => no change required

Notes
(0001539)
Terrikate   
04-04-13 20:08   
// In game effects to turn on and off
// Messages echoed to the server console while in debug mode
// DEBUGF_NPC_EMOTE = 00001
// DEBUGF_ADVANCE_STATS = 00002
// DEBUGF_WALKCODES = 00080 // try the new walk code checking stuff
// DEBUGF_EXP = 00200 // experience gain/loss
// DEBUGF_LEVEL = 00400 // experience level changes
// DEBUGF_SCRIPTS = 00800 // debug flag for scripts
// DEBUGF_LOS = 01000 // debug flag for AdvancedLOS
// DEBUGF_WALK = 02000 // debug flag for new walking check stuff
DebugFlags=0800

This will be used to locate where things are redefined. To find specific line just use a text editor and advanced recursive search (eg notepad++)