Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
UO.AddStep Players jump 3-4 tiles
Author Message
Russian
Journeyman
*

Posts: 75
Likes Given: 4
Likes Received: 2 in 2 posts
Joined: Jul 2012
Reputation: 0



Post: #1
UO.AddStep Players jump 3-4 tiles
Hello.
Sphere 0.56.2.0 (0.56b 2012 March)

Players with Injection can use this script commands:
Code:
Chrdir = UO.GetDir('self')
UO.AddStep(dirc[ChrDir])

and this:
Code:
exec SpeedHack_step
morph 0

With this commands players can move instantry for 3-4 tiles! Not always and not as thoughtful, but that is works and checked.

This script is help, but not solve the problem:
Code:
ON=@USEREXWALKLIMIT
SERV.LOG NAME: <SRC.NAME>, UID: <SRC.UID>, P: <SRC.P>, IP: <ACCOUNT.LASTIP> [SH or RESEND] CLIENT: <SRC.CLIENTVERSION>
Because this trigger not always work when players jump for 3-4 tiles.

1 - May be some Sphere.ini configs is need to edit?

2 - I does not know this is config in Sphere.ini what to do:
WalkBuffer=75
//EF_WalkCheck = 00000100
//DEBUGF_WALKCODES
//DEBUGF_WALK
04-15-2018 05:24 PM
Find all posts by this user Like Post Quote this message in a reply
Criminal
Journeyman
*

Posts: 182
Likes Given: 38
Likes Received: 22 in 22 posts
Joined: Jun 2015
Reputation: 0

SantiagoUO.com

Post: #2
RE: UO.AddStep Players jump 3-4 tiles
with morph command can passthrouh some items also

[Image: mfqAZnj.png]
Discord: SantiagoUO
Skype:
criminaluo
04-15-2018 08:08 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Russian
Journeyman
*

Posts: 75
Likes Given: 4
Likes Received: 2 in 2 posts
Joined: Jul 2012
Reputation: 0



Post: #3
RE: UO.AddStep Players jump 3-4 tiles
Yes. I am very needto fix it. But main problem: jumps 3-5 tiles.
04-16-2018 12:39 AM
Find all posts by this user Like Post Quote this message in a reply
golfin
Banned

Posts: 213
Likes Given: 2
Likes Received: 32 in 28 posts
Joined: Nov 2017

Eranova

Post: #4
RE: UO.AddStep Players jump 3-4 tiles
I would search the sphere log if the injection does not leave a reference to myself and I would try to write a script that would jump over 3 - 5 tiles. But I do not know if the injection stops in the log.
04-17-2018 03:16 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Russian
Journeyman
*

Posts: 75
Likes Given: 4
Likes Received: 2 in 2 posts
Joined: Jul 2012
Reputation: 0



Post: #5
RE: UO.AddStep Players jump 3-4 tiles
This script is allow to jump with injection:
Code:
sub SpeedHack_step()
   var Chrdir = UO.GetDir('self')
   dim dirc[8]
   dirc[0]=9
   dirc[1]=6
   dirc[2]=3
   dirc[3]=2
   dirc[4]=1
   dirc[5]=4
   dirc[6]=7
   dirc[7]=8
   Chrdir = UO.GetDir('self')
   UO.AddStep(dirc[ChrDir])
end sub

exec SpeedHack_step
morph 0

Main command there is: UO.AddStep(dirc[ChrDir])
(This post was last modified: 04-17-2018 04:10 PM by Russian.)
04-17-2018 04:09 PM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


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