Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ON@step and move
Author Message
admin phoenix
Master
**

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



Post: #1
ON@step and move
hm, in my old script, this works fine

Code:
ON=@step
doswitch <src.dir>
src.move 1,0
src.move 0,1
.
.
.
.
enddo

with the newest serverversion (nightly build) the client/player crash with this script and I got some packet error in the console.
it should be a floor plate that you stop player so that they canĀ“t enter some area/house/caves and so on.

and again ...
can anyone confirm this or has another solution for this?

gr

phoenix
08-24-2012 11:37 PM
Find all posts by this user Like Post Quote this message in a reply
Extreme
Grandmaster Poster
***

Posts: 1,140
Likes Given: 217
Likes Received: 89 in 76 posts
Joined: May 2012
Reputation: 20

SphereCommunity

Post: #2
RE: ON@step and move
Yeah buddy, the lastest nightly is very unstable.
It crashes all the time with no reason.

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.
08-25-2012 01:12 AM
Find all posts by this user Like Post Quote this message in a reply
darksun84
Sir Spamalot
****

Posts: 1,687
Likes Given: 246
Likes Received: 162 in 151 posts
Joined: Mar 2012
Reputation: 35



Post: #3
RE: ON@step and move
no crash for me, using revision 1530(last one) and client 7.0.15.1

PHP Code:
ON=@Step

doswitch 
<src.dir>
 
src.move 0,1
 src
.move 1,0
 src
.move 1,1
 src
.move 0,1
 src
.move 1,0
 src
.move 1,1
 src
.move 0,1
 src
.move 1,1
enddo 

Item i am stepping is a tile
(This post was last modified: 08-25-2012 02:07 AM by darksun84.)
08-25-2012 02:06 AM
Find all posts by this user Like Post Quote this message in a reply
Extreme
Grandmaster Poster
***

Posts: 1,140
Likes Given: 217
Likes Received: 89 in 76 posts
Joined: May 2012
Reputation: 20

SphereCommunity

Post: #4
RE: ON@step and move
Sometimes .fix crash me :/

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.
08-25-2012 02:27 AM
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)