The following warnings occurred:
Warning [2] Use of undefined constant SAPI_NAME - assumed 'SAPI_NAME' (this will throw an Error in a future version of PHP) - Line: 3388 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3388 errorHandler->error
/showthread.php 116 build_archive_link
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/inc/functions.php 3324 build_forum_breadcrumb
/showthread.php 195 build_forum_breadcrumb
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/showthread.php 195 build_forum_breadcrumb






Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Sphere 56c/d Unlimited Speed
Author Message
Mad Gunther
Apprentice
*

Posts: 45
Likes Given: 11
Likes Received: 5 in 5 posts
Joined: Oct 2015
Reputation: 1



Post: #2
RE: Sphere 56c/d Unlimited Speed
Have you tried out @UserExWalkLimit?

You just need to put the values on walkbuffer and walkregen, you can find them out in sphere.ini

// Walk limiting code: buffer size (in tenths of second)
WalkBuffer=75
// Walk limiting code: regen speed (%)
WalkRegen=25

then you can just use the trigger this way:

Code:
[events e_antispeedhack]
ON=@UserExWalkLimit
src.jail
src.sysmessage=You have been jailed for using speed hack!

or do checkouts for lag spikes like this one, but seems like your shard runs flawless without it...

Code:
[events e_antispeedhack]
ON=@UserExWalkLimit
if !(<src.findid.i_antispeedhackmemory>)
serv.newitem=i_antispeedhackmemory
new.equip <src>
new.timerd={0.5 1.3 2.5 3.7 } //random values to trick players, that goes along with the values posted above (walkregen and walkbuffer)
return 1
else
src.jail
src.sysmessage=You have been jailed for using speed hack!
endif


////////////////////////////////////////////////////////////

[itemdef i_antispeedhackmemory]
ID=i_memory
TYPE=t_eq_script
NAME=antispeedhack memory

ON=@Timer
remove
return 1

Something moreless like that should work, it is just try and fail and then try again until it work the way you want it, nothing that you don“t know already for sure... I have to script this yet for my shard too, so i hope it helps!

Un saludo y suerte!
(This post was last modified: 06-18-2016 09:08 AM by Mad Gunther.)
06-18-2016 09:02 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Messages In This Thread
Sphere 56c/d Unlimited Speed - Criminal - 06-15-2016, 05:52 AM
RE: Sphere 56c/d Unlimited Speed - Mad Gunther - 06-18-2016 09:02 AM
RE: Sphere 56c/d Unlimited Speed - Coruja - 06-19-2016, 04:16 AM
RE: Sphere 56c/d Unlimited Speed - Coruja - 06-20-2016, 02:27 PM
RE: Sphere 56c/d Unlimited Speed - Coruja - 06-21-2016, 05:03 AM
RE: Sphere 56c/d Unlimited Speed - Coruja - 06-30-2016, 12:10 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)