SphereCommunity
Version of the UO - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: General Help (/Forum-General-Help)
+--- Thread: Version of the UO (/Thread-Version-of-the-UO)



Version of the UO - witcher - 12-30-2014 02:16 AM

Hi. I'm playing with sphere for fun and I want to disable things like samurai, paladin, necromancer etc. I think it is called pre-aos. How can I achieve that? Also is there any default sphereworld.scp avaliable? I found some but I am not sure they are the originals. Thanks for help!


RE: Version of the UO - witcher - 12-30-2014 09:35 AM

I found a sphereworld in add-ons folder of script pack and it's working fine. But I still can't solve the version issue.


RE: Version of the UO - Extreme - 12-30-2014 09:42 AM

Check sphere.ini for the Expansion options. You can choose there what you want.


RE: Version of the UO - witcher - 12-30-2014 10:10 AM

FeatureML = 0

Is 0 means it is disabled?


RE: Version of the UO - MirroR - 12-30-2014 06:02 PM

it's all disabled. just optional as it can be opened.
you don't need to do anything.

default settings
PHP 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 ( default 0 )
// FEATURE_LBR_UPDATE           01 // Lbr Monsters
// FEATURE_LBR_SOUND            02 // MP3 instead of MIDI
FeatureLBR 0

// FeatureAOS, used to control AOS expansion features ( default 0 )
// 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
FeatureAOS 0

// FeatureSE, used to control SE expansion features ( default 0 )
// FEATURE_SE_UPDATE            01 // Basic SE features
// FEATURE_SE_NINJASAM          02 // Ninja and Samurai
FeatureSE 0

// FeatureML, used to control ML expansion features ( default 0 )
// FEATURE_ML_UPDATE            01 // Basic ML features
// FEATURE_ML_NINTHAGE          02 // Unlocks ninth age house designer items
FeatureML 0

// FeatureKR, used to control KR expansion features ( default 0 ) (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 ( default 0 )
// FEATURE_SA_UPDATE            01 // Unlocks gargoyle character creation and housing items
// FEATURE_SA_MOVEMENT          02 // Activates new movement packets (not good)
FeatureSA 0

// FeatureExtra, used to control misc expansion features ( default 0 )
// FEATURE_EXTRA_GOTHIC         01 // Unlocks gothic house designer items
// FEATURE_EXTRA_RUSTIC         02 // Unlocks rustic age house designer items
FeatureExtra 



RE: Version of the UO - witcher - 12-31-2014 12:07 AM

Thank you. There are some new things like status bar and targeting are changed, there is a bar at the top of screen and musics are different. I think it's because of the new client but I'm not sure.