SphereCommunity
sphere 56b Tooltip + Popupmenu - FeatureAOS - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: General Help (/Forum-General-Help)
+--- Thread: sphere 56b Tooltip + Popupmenu - FeatureAOS (/Thread-sphere-56b-Tooltip-Popupmenu-FeatureAOS)



sphere 56b Tooltip + Popupmenu - FeatureAOS - Thoron - 02-26-2016 01:27 AM

Hi,

I tryed to enable FeatureAOS in my sphere.ini, but it didn't work.
It worked for me on 56c nightly build, but i have other issues.


Sad
Code:
// 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=02|04



RE: sphere 56b Tooltip + Popupmenu - FeatureAOS - rastrero - 02-26-2016 03:36 AM

Does ur client support popup?


RE: sphere 56b Tooltip + Popupmenu - FeatureAOS - Thoron - 02-26-2016 07:03 AM

Yes, it works with sphere 56c (nightly)


RE: sphere 56b Tooltip + Popupmenu - FeatureAOS - rastrero - 02-26-2016 08:10 AM

and what are u using now?


RE: sphere 56b Tooltip + Popupmenu - FeatureAOS - Coruja - 02-26-2016 08:12 AM

try check if your ACCOUNT.RESDISP is >= 3 (AOS)


RE: sphere 56b Tooltip + Popupmenu - FeatureAOS - Thoron - 02-26-2016 09:15 AM

ACCOUNT.RESDISP was 1

I set it to 5 and restarted the client. now popups are working! THX

where do i set this to default for other accounts?


RE: sphere 56b Tooltip + Popupmenu - FeatureAOS - Coruja - 02-26-2016 09:51 AM

you can enable AutoResDisp=1 on sphere.ini to make sphere automatically set proper resdisp based on client version

this will set RESDISP=3 (AOS) on AOS clients, RESDISP=5 (ML) on ML clients, etc

EDIT: nah, I just noticed now that you're using sphere 0.56b. On 56b the AutoResDisp works different, it will set an fixed RESDISP to all new accounts (on accounts already created it must be set manually using @Login in any player event, or f_onaccount_login on sphere_serv_triggers.scp). On 56c the AutoResDisp works as I said before, it detect the client version on @Login and set proper RESDISP automatically based on client version


RE: sphere 56b Tooltip + Popupmenu - FeatureAOS - Thoron - 02-27-2016 04:02 AM

Thank you very much! Smile