![]() |
Negotiate Features - AssistUO/Razor - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Submissions (/Forum-Script-Submissions) +--- Thread: Negotiate Features - AssistUO/Razor (/Thread-Negotiate-Features-AssistUO-Razor) |
RE: Negotiate Features - AssistUO/Razor - Mordaunt - 09-19-2013 03:16 AM ![]() It stops drawing the map in, and thats when you can't walk anymore. I imagine Xun's screen would look the same if he took a screen shot where he stops walking (more visible in a southernly direction) RE: Negotiate Features - AssistUO/Razor - XuN - 09-19-2013 05:04 AM Exactly what happens to me, you stop rendering info about YOURSELF, npcs still can move around, you can talk, etc... everythings still going on, but you simple can't 'update' anything of yourself, nor position nor map. Maybe you have different version of AssistUO/Razor? I have both latest and problem persist no matter wich I use, in this case may be some new packet protocol or dunno really xD RE: Negotiate Features - AssistUO/Razor - Mordaunt - 09-19-2013 07:18 AM Turn off this in sphere.ini: // FEATURE_SA_MOVEMENT 02 // Activates new movement packets (not good) It creates a conflict causing the problem. With it off it works fine. RE: Negotiate Features - AssistUO/Razor - Extreme - 09-19-2013 07:20 AM (09-19-2013 07:18 AM)Mordaunt Wrote: Turn off this in sphere.ini: ![]() RE: Negotiate Features - AssistUO/Razor - XuN - 09-19-2013 07:28 AM Nice finding, do this feature give us anything important btw? I don't even know what is it supposed for tbh. RE: Negotiate Features - AssistUO/Razor - Extreme - 09-19-2013 08:19 AM What feature? The Negotiate Features? It blocks some 'hacks' and automated things like auto healing, etc.. RE: Negotiate Features - AssistUO/Razor - Rattlehead - 09-19-2013 08:21 AM i think he means the SA movement feature. RE: Negotiate Features - AssistUO/Razor - Extreme - 09-19-2013 09:06 AM Edit: Added defname: PHP Code: NEGOTIATE_FEATURES_ENABLED 1 And the ON=@LOGIN Check PHP Code: IF <dDEF.NEGOTIATE_FEATURES_ENABLED> == 1 RE: Negotiate Features - AssistUO/Razor - Mordaunt - 09-19-2013 10:08 AM Apparently that SA feature is currently broken anyway and according to Ben will be turned off internally. So you're not losing anything by it being off. RE: Negotiate Features - AssistUO/Razor - XuN - 09-19-2013 05:00 PM Sorry, I was talking about SA Movement and not about your script. It works so nice. I also added to it a check for account plevel so GMs doesn't need to have anything attached to client. And 'Encryption required' should be turned off before login or you won't get to character selection, no matter of what encryption settings you have in .ini. |