DRL > Discussion
DRL: Xtreme Arena
MaiZure:
--- Quote from: Tormuse on September 05, 2017, 00:10 ---Oh, really? Hmm... I know I'm not the best at avoiding damage, but I would've thought I had done that at least once out of all those games I played. (At least the Sun Medal) Wait a minute... *Looks up recording* What about the UAC Gold Star medal that says "valiantly eliminated an entire enemy platoon without a scratch" or Order of the Wind, which says "demonstrated mastery at avoiding incoming damage." I got both of those in my winning game that I posted... (part 6) although, come to think of it, that was in the previous version, so maybe it awarded medals differently? :|
--- End quote ---
UAC Gold - 25 kills without damage -- contributes 2 points to final rank determination
UAC Silver - 10 kills without damage -- contributes 2 points to final rank determination
UAC Bronze - 5 kills without damage -- contributes 1 points to final rank determination
Shadow Cross - Complete 3 rounds without damage - contributes 5 points to final rank determination
Every 3 rank points you earn contributes to your final rank based on....ah hell here's the code routine (Build 150):
switch (total_rank_points / 3) /* Note: truncated integer */
{
case 0: return "Private"; break;
case 1: return "Private First Class"; break;
case 2: return "Lance Corporal"; break;
case 3: return "Corporal"; break;
case 4: return "Sergeant"; break;
case 5: return "Staff Sergeant"; break;
case 6: return "Gunnery Sergeant"; break;
case 7: return "Master Sergeant"; break;
case 8: return "First Sergeant"; break;
case 9: return "Sergeant Major"; break;
case 10: return "Command Sergeant Major"; break;
case 11: return "Warrant Officer"; break;
case 12: return "Chief Warrant Officer"; break;
case 13: return "2nd Lt."; break;
case 14: return "1st Lt."; break;
case 15: return "Captain"; break;
case 16: return "Major"; break;
case 17: return "Major"; break;
case 18: return "Lt. Colonel"; break;
case 19: return "Lt. Colonel"; break;
case 20: return "Colonel"; break;
case 21: return "Colonel"; break;
case 22: return "Br. General"; break;
case 23: return "Br. General"; break;
case 24: return "Major General"; break;
case 25: return "Major General"; break;
case 26: return "Lt. General"; break;
case 27: return "Lt. General"; break;
case 28: return "General"; break;
case 29: return "General"; break;
case 30: return "Field Marshal"; break;
case 31: return "Field Marshal"; break;
default: return "Chaoslord"; break;
}
--- End code ---
--- Quote from: Tormuse on September 05, 2017, 00:10 ---And I'd like to echo what Sereg said here; thanks for participating in this thread! :) And yeah, it sucks that your company rules control you like that, though I think it's worth noting that, as you said earlier, this game is based on a game that received a cease and desist order... so your company probably won't want to touch it. ;)
--- End quote ---
Very true! Ever moreso is that there's no money here, so no money lost to them (nothing to recover in court).
Sereg:
Ah so rank is based on badges, not score... that explains a few things I wondered about...
ZicherCZ:
Just my luck.
Cybie killed. Spidey killed. Chained Court and Military base cleared. First three arenas cleared. All of that with a 100% killrate. Four monsters left in the last wave of the fourth arena, all tucked in the other half of the map. Me with 100% health and 136% armor. And then wham ... power outage.
Ah well. Maybe next time ...
MaiZure:
--- Quote from: Sereg on September 05, 2017, 05:08 ---Ah so rank is based on badges, not score... that explains a few things I wondered about...
--- End quote ---
Beat KK as a private - I dare you!
Ok, beating KK awards you the Seal of the Forge which is 12 points...enough for Sergeant rank
EDIT: And yeah, shinies might get you more rank, but it's the score that puts you at the top of the list ;)
--- Quote from: ZicherCZ on September 05, 2017, 05:23 ---Just my luck.
Cybie killed. Spidey killed. Chained Court and Military base cleared. First three arenas cleared. All of that with a 100% killrate. Four monsters left in the last wave of the fourth arena, all tucked in the other half of the map. Me with 100% health and 136% armor. And then wham ... power outage.
Ah well. Maybe next time ...
--- End quote ---
Pretty sure that possibility is part of the XA RNG :P
Sereg:
Damn Zicher, that's a hell of a game... and a hell of a way to lose it =X
Hmm, Seal is just from beating the Epyon? Are you sure there aren't more conditions? My victory game didn't earn me the seal, and I just checked your stats page... it shows one victory (which was against KK, not mastermind or something) but doesn't display Seal in my list of earned badges...
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version