SphereCommunity
click mouse - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: Script Help (/Forum-Script-Help)
+--- Thread: click mouse (/Thread-click-mouse)



click mouse - Totem - 01-08-2018 06:45 PM

Hello, we want limit to click mouse. We want not more than a click in a second


RE: click mouse - Soulless - 01-10-2018 01:50 PM

serv.rtime, CharDClick, ItemClick, ItemDClick should all do the trick


under those triggers on the char check serv.rtime, if its been more than 10 milliseconds allow it, if not return 1. or something of that sort.