Oct 4th 2013, 4:42:54
min(5*MULT,floor(6*MULT*TURNS_ELAPSED/TURN_RATE))
Can you clarify this and tell me what I'm doing wrong. Assuming turns every 5 minutes (ffa/alliance), hitting GS, and hitting at 200 turns elapsed.
min(5*1, floor(6*1*200/300)) == 4
Am I using the formula wrong?
----
Edit: Thanks qz.
Can you clarify this and tell me what I'm doing wrong. Assuming turns every 5 minutes (ffa/alliance), hitting GS, and hitting at 200 turns elapsed.
min(5*1, floor(6*1*200/300)) == 4
Am I using the formula wrong?
----
Edit: Thanks qz.