Jump to content

Zeitgeist

Forsaken Supreme Counselor
  • Posts

    529
  • Joined

  • Last visited

Everything posted by Zeitgeist

  1. Zeitgeist

    Prime Time!

    Ah, and don't try to calculate primes up to a large limit. I don't guarantee your computer's survival if you do.
  2. Zeitgeist

    Prime Time!

    That would be 97; 93 ain't a prime number. Actually, I'll just post a C code of the sieve of Atkin and be on my way to /threadwin #include <stdio.h> #include <stdlib.h> #include <stdbool.h> #include <math.h> int main(void) { unsigned int limit, i, j; printf("Find primes upto: "); scanf("%d", &limit); limit += 1; bool *primes = calloc(limit, sizeof(bool)); unsigned int sqrtlimit = sqrt(limit); for (i = 2; i <= sqrtlimit; i++) if (!primes[i]) for (j = i * i; j < limit; j += i) primes[j] = true; printf("\nListing prime numbers between 2 and %d:\n\n", limit - 1); for (i = 2; i < limit; i++) if (!primes[i]) printf("%d\n", i); return 0; }
  3. An empty cart has 8000 weight. So to speak, that's 266 berries he could be potentially carry, which is more or less a fourth team member, thought the cart won't do anything to help you with the mobs. Still, creators need to carry down their own bottles for AD, with time, he'll run out of bottles he would carry in his inventory and be completely useless; you could say he's a mammo build, but it's better to have a WS if he's going melee. On the floors which have Ghost element MvPs, both you and the creator (unless he's mammo) would be useless against them, meaning the sniper would be the only possible attacker for two MvPs, not to mention that the sniper would be open for status alignments since he can't use a shield. Your party has no proficient mobbing class so your party would unnecessarily waste berries on the floors which contain a bunch of normal mobs. Not to mention that in each MvP round, unless you're lucky to have the MvPs separated, two members of your team would have to tank the MvPs, none of the classes being proficient to do that -which translates to more wasted berries-, the best option would be to have the champion and creator tank while the sniper spams his skills. A party of three, composed of a champ, a sniper and creator -whether he uses the cart for berries or not- would not be able to finish the Endless Tower in the time provided.
  4. DONDE ESTA LO BAÑO!?
  5. We were 9th last I check this morning.
  6. Zeitgeist

    baseball?

    T'was a good 9th, imo.
  7. Killing under-leveled people is boring, but you got to admit that killing -and eventually dueling- farmers does break the monotony of farming.
  8. Zeitgeist

    RagnaROCK!

    I can only wonder why all of the scenes had some sexually oriented part.
  9. Clarifying that there's also an Forsaken Elite set (non-donation) that pars with the Forsaken King set (donation), the only difference would be that the Elite set gives half the bonuses than the King set; a difference of +5 to all stats and +5%MHP. I've seen many non-donators kill donators with ease.
  10. We have our sheet-made ghosts, witches, skeletons, bats; everything we need for a truly successful Halloween!
  11. Sprite still is. Various headgears with similar effects just give people some options to choose from. Not to mention that both WoE castles got new drops, including etc items that are needed for a long quest.
  12. Not everyone is, but everyone can be; it's simply a matter of dedication. Besides, the chances for the emp aura to drop are high from my point of view, let alone one can greatly increase his/her chances of obtaining one by investing in castle economy.
  13. It is listed to work with crossbows only. The weapons that get this effect are the following: 1713 1715 1722 1727 1738 1739 1712 1710 1711 1728 1712
  14. Zeitgeist

    FORGER CARDS

    You have to take into account that: 1.- Forger cards don't affect your SP like FBH does. 2.- CT is non-reflectable. 3.- WS's can carry .8 times more than any other class.
  15. Zeitgeist

    GR Vs. OL

    Sinx's are the second class with the best HP modifier. Anyways, GR+Tao does the work for most situations, work on for more armors so you can get 2xOL, GR+RSX or whatever floats your mind, but GR+Tao is a must.
  16. You could always try this at forums like RMS. They even have a section for it: http://www.ratemyserver.net/forum/long-lost-friends/0/
  17. At this point you should consider a name change.
  18. That's a nice matrix jump there, Combat.
  19. Zeitgeist

    Warnings %.

    Warn levels get cleaned en masse at certain times.
  20. Keep it PG-13, Jer.
  21. Zeitgeist

    Religion.

    You've got to love how each of every animal, in both of their genders, were in Noah's Ark vicinity.
  22. Yes, it does have after-cast delay even if casted by a DW card.
  23. You guys can do this as much as you like but I don't see the GM team working as judges of this.
  24. It only kills the purpose of heal, other supportive skills are there; they've been even buffed up.
  25. Except High Priests aren't an attack class. They're for support.
×
×
  • Create New...