Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
problems with move for chars
Author Message
admin phoenix
Master
**

Posts: 354
Likes Given: 1
Likes Received: 23 in 13 posts
Joined: Mar 2012
Reputation: 3



Post: #1
problems with move for chars
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???
05-05-2012 09:48 PM
Find all posts by this user Like Post Quote this message in a reply
Vendetta
Apprentice
*

Posts: 39
Likes Given: 1
Likes Received: 0 in 0 posts
Joined: Mar 2012
Reputation: 0



Post: #2
RE: problems with move for chars
unknown packet as i know is because you use a new client with old emulator.
05-06-2012 10:45 AM
Find all posts by this user Like Post Quote this message in a reply
Shaklaban
Master
**

Posts: 378
Likes Given: 0
Likes Received: 1 in 1 posts
Joined: Mar 2012
Reputation: 8

DOT

Post: #3
RE: problems with move for chars
(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).
(This post was last modified: 05-06-2012 04:13 PM by Shaklaban.)
05-06-2012 04:13 PM
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: 1 Guest(s)