Sign in to follow this  
rixk

"Ride 4000 tiles in one session" personal goal.

Recommended Posts

How does this work? I did 3 trips from south coast to FM and back. Was told, that it doesn't work riding back and forward. So I went and made a tour around Indy. Indy south coast->Frontier(deed)->west side of inner sea->darkenstone canal->xanadu (deed)->north east prairies->east side of colossus lake to grand steppe->FM->south coast again.

 

Yet the goal is still unfinished. How to complete it?

Share this post


Link to post
Share on other sites

I've found relogging and making sure you left the world, then doing it again works. Mounting twice/multiple times in the same session makes it not count, I believe.

Edited by williamwierd
  • Like 1

Share this post


Link to post
Share on other sites

        if (this.tilesMovedRiding++ > 4000) {
            this.tilesMovedRiding = 0;
            if (this.getSecondsPlayed() <= 3600.0f) {
                this.achievement(75); //Rider Of The Apocalypse Achievement
            }

            
            this.achievement(76); //Sore Bottom Achievement
        }

 

What this means is that you must have left the world, then log in and ride the distance of 4000 tiles in the first hours of playing in your current session.

Edited by Sklo:D
  • Like 4

Share this post


Link to post
Share on other sites

also, not to state the obvious be sure you are the passenger.  I had this achievement and completed.  Just don't relog.  xanadu a good spot to do this as there are some very nice continuous highways.  Good luck, weeeee easyrider here we come..need road hogs

Share this post


Link to post
Share on other sites

OK, thanks, I will try again tomorrow.. Today I have sore bottom. :)

Edited by rixk
  • Like 2

Share this post


Link to post
Share on other sites

It is also possible to ride the 4k tiles in a circle.

  • Like 1

Share this post


Link to post
Share on other sites

On Exo from The Old Contemptibles to Fleshrenders Rest is just shy of 2000 tiles, so a trip there and back and some joy riding around should pop the achievement.

 

Share this post


Link to post
Share on other sites

And done.

[10:16:44] You have received 100 karma for 'Ride 4000 tiles in one session'.

 

To FM and back worked like a charm. Thanks again.

  • Like 1

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this