Leonidas
Master
Posts: 277
Likes Given: 3
Likes Received: 13 in 12 posts
Joined: May 2013
Reputation: 1
|
RE: Weird console error
Yeah some are crystal balls, and there use to be other errors which were just random items, like a dagger or what not. Went to one line, and found that there were gargoyle earrings on my server, wiped all of those items and now the errors seemed to have stopped.
Code:
// FeatureT2A, used to control T2A expansion features ( default 03 )
// FEATURE_T2A_UPDATE 01 // Monster and Lost lands
// FEATURE_T2A_CHAT 02 // In game chat
FeatureT2A = 03
// FeatureLBR, used to control LBR expansion features
// FEATURE_LBR_UPDATE 01 // Lbr Monsters
// FEATURE_LBR_SOUND 02 // MP3 instead of MIDI
FeatureLBR = 01|02
// FeatureAOS, used to control AOS expansion features
// FEATURE_AOS_UPDATE_A 01 // AOS Monsters, Map
// FEATURE_AOS_UPDATE_B 02 // Tooltip, Fightbook, Necro/paladin on creation, Single/Six char selection screen, Skills, Newer spellbook support
// FEATURE_AOS_POPUP 04 // PopUp Menus
// FEATURE_AOS_DAMAGE 08 // Show damage values above char head when deal/receive any damage
FeatureAOS = 01|08
// FeatureSE, used to control SE expansion features
// FEATURE_SE_UPDATE 01 // Basic SE features
// FEATURE_SE_NINJASAM 02 // Ninja and Samurai
FeatureSE = 0
// FeatureML, used to control ML expansion features
// FEATURE_ML_UPDATE 01 // Basic ML features
FeatureML = 01
// FeatureKR, used to control KR expansion features (still not complete but usable)
// FEATURE_KR_UPDATE_A 01 // Basic KR features
// FEATURE_KR_UPDATE_B 02 // Basic KR features
FeatureKR = 0
// FeatureSA, used to control SA expansion features
// FEATURE_SA_UPDATE 01 // Unlocks gargoyle character creation and housing items
// FEATURE_SA_MOVEMENT 02 // Activates new movement packets (not good)
FeatureSA = 0
// FeatureTOL, used to control TOL expansion features
// FEATURE_TOL_UPDATE 01 // Basic TOL features
// FEATURE_TOL_VIRTUALGOLD 02 // Use virtual gold/platinum currency instead default 'physical' gold
FeatureTOL = 0
// FeatureExtra, used to control misc expansion features
// FEATURE_EXTRA_CRYSTAL 001 // Unlocks ML crystal items on house design
// FEATURE_EXTRA_GOTHIC 002 // Unlocks SA gothic items on house design
// FEATURE_EXTRA_RUSTIC 004 // Unlocks SA rustic items on house design
// FEATURE_EXTRA_JUNGLE 008 // Unlocks TOL jungle items on house design
// FEATURE_EXTRA_SHADOWGUARD 010 // Unlocks TOL shadowguard items on house design
FeatureExtra = 0
|
|
12-22-2016 08:33 AM |
|
|