Change-Speed Detectation - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: General Discussion (/Forum-General-Discussion) +--- Forum: UO/Sphere Discussion (/Forum-UO-Sphere-Discussion) +--- Thread: Change-Speed Detectation (/Thread-Change-Speed-Detectation) |
RE: Change-Speed Detectation - XuN - 03-17-2014 04:30 AM (03-17-2014 02:09 AM)Feeh Wrote: What about the DEBUGF_WALK 02000? It does use the F0/F1 packet? Right now it is being called from 02 packet, F0 needs to be updated and F1 created. RE: Change-Speed Detectation - Ben - 03-17-2014 07:15 AM DEBUGF_WALK is just used to display some debug information in walking... which is why I find it weird that DEBUGF_WALKCODE is used to activate a feature. A broken one I might add, but a feature nonetheless. I'll check it out to see if I can get this to work properly... F0,F1 packets are only used if FEATURE_SA_MOVEMENT is activated in sphere.ini (which has been disabled due to not working properly) That's another issue we need to look into RE: Change-Speed Detectation - Coruja - 03-24-2014 05:24 AM any news about the packet "0bf 01" and "0bf 02" to regenerate walk keys? Code: //Send new walk keys to client RE: Change-Speed Detectation - Ben - 03-24-2014 05:35 AM Nothing yet... been busy with other things RE: Change-Speed Detectation - xfolder - 09-23-2014 07:53 AM It could be useful for someone.. Code: [function f_speedhack] Add PACKET2=f_speedhack in sphere.ini |