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
Sailing around the world
Author Message
Ben
Sphere Developer
*****

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

SphereCommunity

Post: #5
RE: Sailing around the world
What you may need to do is start a timerf when the ship starts moving that checks it's location using a function like this...

Code:
[FUNCTION f_ship_watch]

IF (<link.p.x> > 5100)
link.wrapx 20
ENDIF
IF (<link.p.x> < 20)
link.wrapx 5100
ENDIF
IF (<link.p.y> > 4070)
link.wrapy 8
ENDIF
IF (<link.p.y> < 8)
link.wrapy 4070
ENDIF
timerf 2,f_ship_watch

[function wrapx]
shipgate <ARGN>,<p.y>,<mapplane>,<z>

[function wrapy]
shipgate <p.x>,<ARGN>,<mapplane>,<z>

This is a modified extract of an old ship sript I have that would do what you are looking for. I'm sure there are some modifications that you will need to do, but It should help you get going Smile

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


Messages In This Thread
Sailing around the world - RanXerox - 11-27-2012, 04:58 AM
RE: Sailing around the world - Shaklaban - 11-27-2012, 05:36 AM
RE: Sailing around the world - Mordaunt - 11-27-2012, 05:38 AM
RE: Sailing around the world - RanXerox - 11-27-2012, 09:26 AM
RE: Sailing around the world - Ben - 11-27-2012 11:38 AM
RE: Sailing around the world - RanXerox - 11-28-2012, 08:04 AM
RE: Sailing around the world - Mordaunt - 11-28-2012, 09:59 AM

Forum Jump:


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