SphereCommunity
Sphere 0.56c + TimerCall (April 10 2016 Pre-release) - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: General Help (/Forum-General-Help)
+--- Thread: Sphere 0.56c + TimerCall (April 10 2016 Pre-release) (/Thread-Sphere-0-56c-TimerCall-April-10-2016-Pre-release)

Pages: 1 2


Sphere 0.56c + TimerCall (April 10 2016 Pre-release) - Kanibal - 11-23-2016 03:50 AM

Code:
// Amount of minutes to call f_onserver_timer (0 disables this, default)
TimerCall=1
How does TimerCall works in 0.56c? I set it to 1 in sphere.ini and write a little function to test timer:
Code:
[FUNCTION f_onserver_timer]
serv.log TEST
and this is a result... Confused
Code:
19:21:(sphere_serv_triggers.scp,176)TEST
19:32:(sphere_serv_triggers.scp,176)TEST
19:43:(sphere_serv_triggers.scp,176)TEST
So, is there any way to fix it?


RE: Sphere 0.56c + TimerCall - darksun84 - 11-23-2016 04:08 AM

I am using 12 November Nightly Build (Windows) and it seems to works fine.


RE: Sphere 0.56c + TimerCall (April 10 2016 Pre-release) - Coruja - 11-23-2016 07:52 AM

unfortunately this is a bug that got fixed only on sphere 56d (5 sept 2016)

so I recommend you update to latest 56d nightly, it have many improvements and bugfixes. Since you're already using 56c it will be really easy to update to 56d, you just need to update the .exe file + sphere.ini, spherecrypt.ini, sphere_msgs.scp, sphere_defs.scp and sphere_newb.scp


RE: Sphere 0.56c + TimerCall (April 10 2016 Pre-release) - Kanibal - 11-23-2016 12:01 PM

(11-23-2016 07:52 AM)Coruja Wrote:  ...Since you're already using 56c it will be really easy to update to 56d...
I'm only testing MySQL commands now, so I can use even 56z Tongue


RE: Sphere 0.56c + TimerCall (April 10 2016 Pre-release) - Kanibal - 11-23-2016 10:26 PM

(11-23-2016 07:52 AM)Coruja Wrote:  ...I recommend you update to latest 56d nightly...

There is no link to Nightly build here https://forum.spherecommunity.net/sshare.php?srt=4 Sad


RE: Sphere 0.56c + TimerCall (April 10 2016 Pre-release) - darksun84 - 11-23-2016 10:31 PM

Nightly can be downloaded here:

http://nightly.prerelease.sphere.torfo.org/


Make sure to update the scriptpack also!


RE: Sphere 0.56c + TimerCall (April 10 2016 Pre-release) - Kanibal - 11-26-2016 05:00 AM

Code:
Sphere Version 0.56d-Nightly [WIN32] by www.spherecommunity.net, compiled at Nov 16 2016 (17:00:34) [build 257 / GIT hash 2087f7d]
+
Code:
UO version 6.0.1.10
= Items not visible in backpack and when I press logout button:
Code:
20:53:WARNING:1:Unknown game packet (0xfe) received.
20:58:1:Client disconnected [Total:0] ('127.0.0.1')



RE: Sphere 0.56c + TimerCall (April 10 2016 Pre-release) - Coruja - 11-26-2016 05:10 AM

here I'm using this same sphere 56d (build 257) with client 7.0.55.4 (from latest nov/2016 UO patch) and everything is working fine

try type ".show reportedcliver" to check if sphere is detecting your client version correctly

also make sure that your client is not custom/hacked, because your client is trying to send packet 0xFE to server but this packet doesn't exists
http://docs.polserver.com/packets/


RE: Sphere 0.56c + TimerCall (April 10 2016 Pre-release) - Kanibal - 11-26-2016 05:17 AM

.show reportedcliver
Code:
'reportedcliver' for 'Admin' is '6.0.1.0'
And my client.exe version is 6.0.10.1

Trying to move empty backpack
Code:
21:12:WARNING:1:Unknown game packet (0xff) received.
21:12:WARNING:1:Unknown game packet (0xff) received.
21:12:WARNING:1:Unknown game packet (0xff) received.

UO version 6.0.9.2
Code:
'reportedcliver' for 'Admin' is '6.0.9.2'
Correct and now I see my backpack and 0xff error not appears any more.
But when I equip Platemail Legs, Long Pants fall into my backpack. It's normal? On 2.0.3 I can dress armor above pants and shirt.


RE: Sphere 0.56c + TimerCall (April 10 2016 Pre-release) - Coruja - 11-26-2016 08:06 AM

what does appear using ".show reportedcliver.1" on client 6.0.10.1 ?