![]() |
Why spell book dont work? - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Help (/Forum-Script-Help) +--- Thread: Why spell book dont work? (/Thread-Why-spell-book-dont-work) |
Why spell book dont work? - maos32 - 09-15-2013 08:26 AM Heyo everyboddy I use the latest 2013 .56b version And necromancer , paladium .. ect.. spell book dont work for me Im not able to add scroll to spell book and somes of them are totaly bugged A way to fix it? Thanks sphere comunity RE: Why spell book dont work? - Extreme - 09-15-2013 08:40 AM Did you enabled the stuff on sphere.ini? Search for the AOS, ML stuff on sphere.ini. RE: Why spell book dont work? - dagger4k - 09-15-2013 03:03 PM Here is the stuff in the sphere.ini Code: // FeatureT2A, used to control T2A expansion features ( default 03 ) Make sure you use the right clients / era of clients as well. For example don't use client 2.0.3 with the Stygian Abyss expansion. RE: Why spell book dont work? - maos32 - 09-15-2013 06:23 PM Thanks for your answer Actualy here my ini file Witch client should i use to get expention working ? // 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 = 0 // 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=00 RE: Why spell book dont work? - dagger4k - 09-15-2013 07:42 PM well by the looks of it you have only t2a selected so in reality you could use any client from like 2.0.3. as for the other expansions just google the expansion then utima online download eg. Age of shadows ultima online download Mondains legacy ultima online download UO gold ultima online download etc RE: Why spell book dont work? - maos32 - 09-15-2013 08:42 PM I downloaded mondains legacy Witch one i have to setup if i want full fonction ? Thanks again RE: Why spell book dont work? - Soulless - 09-16-2013 03:50 AM on UO's site they have the latest version of the classic client for download RE: Why spell book dont work? - amonvangrell - 09-16-2013 06:36 AM Just turn this on your sphere.ini Code: // FeatureT2A, used to control T2A expansion features ( default 03 ) RE: Why spell book dont work? - Rattlehead - 09-16-2013 08:34 AM if u want ML to work; PHP Code: // FeatureT2A, used to control T2A expansion features ( default 03 ) there are a lot of features that wont work unless you have some things turned on in previous expansions, ex. there are some things that wont work for ML or SE unless you have everything turned on in the AoS, not everything but some things are like that, just read what it says in the ini and when reading the descriptions of each feature try to think simple, dont over complicate it, it says what it means, and means what it says ![]() RE: Why spell book dont work? - maos32 - 09-16-2013 08:18 PM Thanks again i didnt know the way to use both of them with | Now im aware =) |