Jump to content
Dante Unbound: Share Bug Reports and Feedback Here! ×

How Does Your Endgame Look Like?


Leinender
 Share

Recommended Posts

-Login

-Claim reward

-retrieve titan extractors

-logoff

(4 hours later)

-login

-retrieve titan extractors

-logoff

(4 hours later)

-login

-retrieve titan extractors

-logoff

(4 hours later)

.......

it goes on forever and ever .. till they release new stuff like weapons or frames, level them up to 30 and do the same thing again :D

Link to comment
Share on other sites

Login();

Gather_extractors();

Get var clan_status() {

If (clan_needs() > 0) { Initiate missions(); }

else return(); }

Get var alert_status() {

If (alert_reward() > "awesome") { initiate mission(); }

else return(); }

Get var council_status() {

if (council_needs() > 0) { initiate missions(); }

else return(); }

Get var recruit_status() {

if (recruit_channel > "suck") { initiate missions(); }

else return(); }

Fun() { random( available_missions());

if(clan_interest() > 0) { initiate missions(); }

else if (council_interest() > 0) { initiate missions(); }

else if (recruiting_interest() > 0) { initiate missions(); }

else if ( random_dojo_redesign_desire() > 0) { redesign_dojo(); }

else  { crazy_wallrunning_tricks_in_dojo(); }

}

define missions() { pwn_hostiles(); }

 

 

...not the prettiest code I've ever written, but more legible to peeps here.

Link to comment
Share on other sites

I just unlocked earth and am having fun exploring nodes...

 

I am your childhood being relived =)

Make sure that you'll get some screenshots of you exploring the nodes.

And as soon as you hit 500+ ingame hours, you'll want to look at all the screenshots, drink a tea and eat some cookies, and whisper to yourself ''Great times.. great times..'' before going to bed and crying yourself to sleep.

 

Trust me, just do it.

Link to comment
Share on other sites

Login();

Gather_extractors();

Get var clan_status() {

If (clan_needs() > 0) { Initiate missions(); }

else return(); }

Get var alert_status() {

If (alert_reward() > "awesome") { initiate mission(); }

else return(); }

Get var council_status() {

if (council_needs() > 0) { initiate missions(); }

else return(); }

Get var recruit_status() {

if (recruit_channel > "suck") { initiate missions(); }

else return(); }

Fun() { random( available_missions());

if(clan_interest() > 0) { initiate missions(); }

else if (council_interest() > 0) { initiate missions(); }

else if (recruiting_interest() > 0) { initiate missions(); }

else if ( random_dojo_redesign_desire() > 0) { redesign_dojo(); }

else  { crazy_wallrunning_tricks_in_dojo(); }

}

define missions() { pwn_hostiles(); }

 

 

...not the prettiest code I've ever written, but more legible to peeps here.

Looks like Java, but java's 'else if' is just else. 

What language is it? (Out of curiosity)

Also that is pretty much what I do apart from clan needs, I'm just one guy in my clan. >..>

Link to comment
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
 Share

×
×
  • Create New...