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
Walk problem
Author Message
Staff_Stanic
Journeyman
*

Posts: 96
Likes Given: 25
Likes Received: 14 in 8 posts
Joined: Nov 2012
Reputation: 1

Dimension Shard

Post: #1
Walk problem
Guys, there was some modification in the code of walking?
I'm using the lastest nightly build of Sphere and this is happening:
https://www.youtube.com/watch?v=8TO9YH89...u.be&t=15s
(This post was last modified: 09-25-2014 07:45 AM by Staff_Stanic.)
09-25-2014 05:47 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Extreme
Grandmaster Poster
***

Posts: 1,141
Likes Given: 217
Likes Received: 90 in 77 posts
Joined: May 2012
Reputation: 20

SphereCommunity

Post: #2
RE: Walk problem
Based on Changelog http://sphere.torfo.org/log/ and Revisions Log http://nightly.prerelease.sphere.torfo.o...isions.txt nothing has been changed...

STEPS BEFORE CREATE A THREAD
- Check the revisions log;
- Use the search button and use the keywords of your problem;
- Check the WIKI;
- Create a thread.
09-25-2014 07:04 AM
Find all posts by this user Like Post Quote this message in a reply
Staff_Stanic
Journeyman
*

Posts: 96
Likes Given: 25
Likes Received: 14 in 8 posts
Joined: Nov 2012
Reputation: 1

Dimension Shard

Post: #3
RE: Walk problem
(09-25-2014 07:04 AM)Extreme Wrote:  Based on Changelog http://sphere.torfo.org/log/ and Revisions Log http://nightly.prerelease.sphere.torfo.o...isions.txt nothing has been changed...
Yes... This problem isn't recent, we are having for months now and we don't know when started because we are always using the lastest nightly. Sick
(This post was last modified: 09-25-2014 07:42 AM by Staff_Stanic.)
09-25-2014 07:41 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
azmanomer
Journeyman
*

Posts: 139
Likes Given: 4
Likes Received: 18 in 16 posts
Joined: Nov 2013
Reputation: 1



Post: #4
RE: Walk problem
it could happen if you have speed check system in your scripts. Because i dont have any problem with latest nightly build
09-25-2014 09:19 AM
Find all posts by this user Like Post Quote this message in a reply
Staff_Stanic
Journeyman
*

Posts: 96
Likes Given: 25
Likes Received: 14 in 8 posts
Joined: Nov 2012
Reputation: 1

Dimension Shard

Post: #5
RE: Walk problem
(09-25-2014 09:19 AM)azmanomer Wrote:  it could happen if you have speed check system in your scripts. Because i dont have any problem with latest nightly build
I already tried to disable, but the problem has continued.
(This post was last modified: 09-25-2014 11:10 AM by Staff_Stanic.)
09-25-2014 11:09 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Ben
Sphere Developer
*****

Posts: 612
Likes Given: 2
Likes Received: 123 in 70 posts
Joined: Mar 2010
Reputation: 18

SphereCommunity

Post: #6
RE: Walk problem
Try this built and let me know if it's better... I reverted multiple changes to the walk code done by matex since Sept 5th.


Attached File(s)
.zip  sphereSvr.zip (Size: 1.15 MB / Downloads: 10)

AxisII's current version: 2.0.4j
AxisII SourceCode on Github
AxisII up to date changelog
09-28-2014 07:56 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Coruja
Sphere Developer
*****

Posts: 987
Likes Given: 5
Likes Received: 226 in 187 posts
Joined: Jul 2012
Reputation: 7

Dimension Shard

Post: #7
RE: Walk problem
(09-28-2014 07:56 AM)Ben Wrote:  Try this built and let me know if it's better... I reverted multiple changes to the walk code done by matex since Sept 5th.
it's different problems, one is server-side (map related) and the other client-side (clients using stamina hack)

UO clients by default have an stamina check when you try to pass through another char. If the stamina is full, it allow pass through the char, otherwise the client itself will walk around the char and will keep walking without any problem. The stamina check is totally verified on client and is not related to the server, the server doesnt even receive the walk request packet trying to walk through the char, also @PersonalSpace is not even fired

so here comes the problem: clients with stamina hack. As the name says, this client is hacked to bypass the client-side stamina check, and even without required stamina it will try to pass through other chars. At this moment the server-side protection (return 0/1 on @PersonalSpace) will act and block the movement packet. Thats why the client got this rubberband effect, because it will try to walk over another char, it will send the walk request packet to server, but the server will deny this walk request making the char goes back (as you can see in the video).

but anyway, I'm testing this build but Luna problem still there :/
I'm trying to take a look at the source code but nothing found yet
(This post was last modified: 09-28-2014 11:05 AM by Coruja.)
09-28-2014 10:08 AM
Find all posts by this user Like Post Quote this message in a reply
Extreme
Grandmaster Poster
***

Posts: 1,141
Likes Given: 217
Likes Received: 90 in 77 posts
Joined: May 2012
Reputation: 20

SphereCommunity

Post: #8
RE: Walk problem
It only happens with players who uses the stamina hack, right? This is an auto penalty lol
I wouldn't care for these guys...

STEPS BEFORE CREATE A THREAD
- Check the revisions log;
- Use the search button and use the keywords of your problem;
- Check the WIKI;
- Create a thread.
09-28-2014 10:32 AM
Find all posts by this user Like Post Quote this message in a reply
[+] 2 users Like Extreme's post
Coruja
Sphere Developer
*****

Posts: 987
Likes Given: 5
Likes Received: 226 in 187 posts
Joined: Jul 2012
Reputation: 7

Dimension Shard

Post: #9
RE: Walk problem
yep only on clients using stamina hack, this problem is completely client-side

I wouldn't care too, because as the name itself says, stamina hack is a hack, and hacks are not welcome on any server. To prevent this problem, users must disable the hack and play honestly without try to bypass client/server behaviors
09-28-2014 11:14 AM
Find all posts by this user Like Post Quote this message in a reply
Ben
Sphere Developer
*****

Posts: 612
Likes Given: 2
Likes Received: 123 in 70 posts
Joined: Mar 2010
Reputation: 18

SphereCommunity

Post: #10
RE: Walk problem
I just tested the nightly and my reverted build... I'm only getting SOME of the issues you are having in luna with the nightly build, but everything is fine with the reverted build.
By SOME, I mean, I can't go up the last step of any stairs with GM=0, but I'm not falling through the stairs like you showed on your video...

AxisII's current version: 2.0.4j
AxisII SourceCode on Github
AxisII up to date changelog
09-28-2014 11:19 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


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