SphereCommunity
problems with move for chars - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: Script Help (/Forum-Script-Help)
+--- Thread: problems with move for chars (/Thread-problems-with-move-for-chars)



problems with move for chars - admin phoenix - 05-05-2012 09:48 PM

today I have found out that an old script doesn´t work any more.

ON=@STEP
DOSWITCH <src.dir>
src.move 0 1 // s
src.move -1 1 // s w
src.move -1 0 // w
src.move -1 -1 // n w
src.move 0 -1 //n
src.move 1 -1 //n e
src.move 1 0 //e
src.move 1 1 //s e
ENDDO

I also get this error in the console when I step on this item.
I also put an return 1 on this put same problem.

13:43:WARNING:5:Unknown game packet (0xc5) received.
13:43:WARNING:5:Unknown game packet (0x2e) received.
13:43:WARNING:5:Unknown game packet (0x1c) received.

So, what the heel happen to the move command for chars???


RE: problems with move for chars - Vendetta - 05-06-2012 10:45 AM

unknown packet as i know is because you use a new client with old emulator.


RE: problems with move for chars - Shaklaban - 05-06-2012 04:13 PM

(05-05-2012 09:48 PM)admin phoenix Wrote:  today I have found out that an old script doesn´t work any more.

ON=@STEP
DOSWITCH <src.dir>
src.move 0 1 // s
src.move -1 1 // s w
src.move -1 0 // w
src.move -1 -1 // n w
src.move 0 -1 //n
src.move 1 -1 //n e
src.move 1 0 //e
src.move 1 1 //s e
ENDDO

I also get this error in the console when I step on this item.
I also put an return 1 on this put same problem.

13:43:WARNING:5:Unknown game packet (0xc5) received.
13:43:WARNING:5:Unknown game packet (0x2e) received.
13:43:WARNING:5:Unknown game packet (0x1c) received.

So, what the heel happen to the move command for chars???

as i know wrong network settings in sphere.ini can cause unknown packet errors (like networkthreads > 0).