Jump to content

runescape_rocks

Members
  • Posts

    521
  • Joined

  • Last visited

Everything posted by runescape_rocks

  1. Lol, I have seen that one a few times now. Wow! They lateralled it around 10 times, dumb refs didn't do anything about the random players on the field.
  2. DJ Hybrid, DJ Tinman, DJ Mystic, DJ Verz, DJ Crave, DJ Babyboi, DJ Pheer, DJ Loopy, DJ Prada.
  3. I'm too lazy to try it right now, but is this one that lets you set ur own DV, EV, IV, personaliy? If so, then time for my ownage team I built with my advanced training.
  4. Since a bunch of people have posted the mistakes in the guide, over the next few weeks I will be totally remaking this guide and I will also be adding in that 2 post which I conveniently reserved a section about using the different skills to get money.
  5. I think IE is a fine browser. It̢̢̮ââ¬Å¡Ã¬Ã¢ââ¬Å¾Ã¢s pretty nice, but kind of slow. The only reason another browser would be better than it is if you weren̢̢̮ââ¬Å¡Ã¬Ã¢ââ¬Å¾Ã¢t just the regular person who doesn̢̢̮ââ¬Å¡Ã¬Ã¢ââ¬Å¾Ã¢t need all that extra stuff.
  6. On perception, I believe in the perception of reality through experience. Our world is based on laws, may it be physical laws (gravity for example), or, supposedly, natural compulsions that drive you to do the right thing. But what is the right thing? Well, since I believe people are born with a tabula rasa, their environment, social status, and in essence their experience in the material world determines their moral behavior and. So...because there is not a universal moral code, people will have different viewpoints on what is evil or not. Morals and ethics are not a set law. I donÃâáÃâæt care if philosophers believe in natural laws that dictate our behavior. If there is a set of these laws, hand them to me and IÃâáÃâæll distribute them and the whole world will be a happy family. That is not going to happen. Maybe people are inherently evil, but maybe they are not. What if people are bound by society? Does that make society the thing that causes evil? Or is a society only as good as the people in it? Well...I donÃâáÃâæt know and I donÃâáÃâæt care. Simply, people have different moral and ethical beliefs. Even if there is a universal moral code, we havenÃâáÃâæt found it yet. I think that in most religions, there is the idea of choosing good over evil. Interestingly, in the Bible, God created evil, which gives people a basis for argument. This train of thought leads Atheists to believe that God does not exist. If God exists, then He is pure good. If God is pure good, then he wouldnÃâáÃâæt create evil. The world has evil, therefore, God does not exist. Now the Pantheistic approach...God is everything! I donÃâáÃâæt like that either. Polytheism...nah, many gods is an old idea. Idealism...I like that idea. Do we really exist in the material world, or are we entrapped by the mind? What do you think, because I bet you do not totally agree with me...so out viewpoints are different. Since religion determines moral behavior, maybe our moral values are different. That rules out moral absolutism in our current world. I like the utilitarianism idea, but some pleasures are immoral and some pain is deserved (well maybe not lol). My conclusion, the idea of evil exists. But it cannot exist alone, for what is evil without good? Evil is only the absence of good. It is an innate idea in our heads only brought out by the destruction of society, which is created to combat evil using laws, rules, and order. Ok...maybe my conclusion doesnÃâáÃâæt make sense (I kind of doesnÃâáÃâæt to me lol). I donÃâáÃâæt really like this topic, itÃâáÃâæs making me think too much. O well, I have no conclusion on the existence of evil. There is no ÃâáÃâçpure evilÃâáÃâè. Muahahaha...too much writing for today, IÃâáÃâæm going crazy.
  7. I agree. PS: No sarcasm from me though. :? Sharper doesn't have sarcasm either. In another post, he said IE was good. OPERA PWNS ALL!!
  8. Use the search button. And just look around :roll: His stuff is everywhere.
  9. Here is a orc build order I like. 3 peons to gold mine, 2 peons build burrow and alter. Make 2 peons at halls and rally point to gold. After there are five in the mine, make three and set the rally point to lumber. With the two peons building stuff, build another burrow after the first is finished and get the other guy harvesting lumber after the alter is done. Build a blademaster and run him into the opponents base with windwalk. Build a third burrow, then two barracks things, then with another peon(probably a lumber-gatherer, build a war mill, then pump a few grunts(6-7) to help bm creep. At war mill, upgrade mellee, then upgrade to stronghold, then upgrade armor. Umm..that's all I can think of for now.
  10. Very fun, although I only play custom games nowadays. Night Elves, go quick archer or huntress with double Aows. With Undead, go Abomb meat sheilds with upgraded necros and crypt lord. Also try the tri-nuke(three heroes using their abilities, forgot which ones). Humans is hard, since Bm owns is, might as well give up if your opponent is orc. Creep, scout and counter is the main thing for WC3. Btw, ask someone about specific build orders, they are really useful.
  11. Funny you should use that word ;) http://www.flock.com/ Lol, I remember I installed it a few weeks ago. 100% useless.Dude, it's in beta, you're not supposed to be impressed with it yet. The site already made its impression on me :( Yeah, some basic knowledge of HTML and copying the code of Firefox and adding a bit.
  12. I'm not why everyone doesn't say this, but I would go and sell it on ebay. I would be nice to have $20,000. :roll:
  13. 8/10. Isn't there a really long topic like this in Media Market already?
  14. Omg!! Again, Pokemon is NOT a kids games. I guess it's time for the big guns...I'm busting out the formulas. Stat = (( BaseStat * 2 + IV + EV/4 ) * Level/100 + 5 ) * P Stat = Math.Floor( (( BaseStat * 2 + IV + Math.Floor( EV/4 ) ) * Level/100 + 5 ) * P Now that was just for calculating the attack, defense, speed, and specials. Now, on to the growth formulas. Quick is .8^2, moderately is n^3, moderate slow is 1.2n^3-15n^2+100n-140, and slow is 1.25n^3. Yes, they are only simple quadratic equations, but I'm pretty sure I didn't learn that until middle school. Now for an example... Sp.D = (( BaseStat * 2 + IV + EV/4 ) * Level/100 + 5 ) * PV 152 = (( 110 * 2 + 0 + 95/4 ) * 55/100 + 5 ) * PV 152 = (( 243.75 ) * .55 + 5 ) * PV 152 = ( 134.0625 + 5 ) * PV 152 = 139.0625 * PV 1.093 = PV PV is personality values. There are other equations for other values, mainly DVs, IVs, and EVs.
  15. Funny you should use that word ;) http://www.flock.com/ Lol, I remember I installed it a few weeks ago. 100% useless.
  16. I know, but you should change the color for the roes. It looks kind of poopy if you know what I mean.
  17. More good DJs...DJ Babyboi, Loopy.
  18. Yeah, sorry, I didnÃâáÃâæt realize that. I edited my post. My pokemon team is the pwnage team, probably one of the best teams out there, with no mixed evs, very high ivs, good base stats, sweepers, special sweepers, a tank, breeded to near perfection.
  19. Arg,,,too bright for me. You are improving I guess. Foryour next sig, make it darker. I think it would look better that way. Why do you always use the same colors for your mages? You shoul change it sometimes.
  20. To all those people that think pokemon is a kid game, it was at first. I am not disagreeing with that. It has become much more complex with the release of the gba pokemon games. Although it only requires basic algebra, to understand it conceptually is extremely hard. I advise anyone who doubts this to read an advanced trainer guide and you will so how complicated it is.
  21. To make a real pixel, donÃâáÃâæt use brushes, gradients, burn tool, or those other special effects. MS paint and graphics gale are always good.
  22. All pokemon is bad except the new gba games. In those games, Pokemon is immensely complicated and requires a lot of thinking and strategy. You may think itÃâáÃâæs just a giant tic-tac toe game, but a lot of it is based on sequences, limits, and algorithms. They have a base stat, and different values are added onto it, including evs, ivs, personality, and dvs. Edit this post once I find those Pokemon equations lol.
  23. http://www.mailnation.net/ Is this email real? There's no ads either...
  24. Yeah, you guys got me:(. Ignore my previous post lol. Maybe I wasnÃâÃÂ¡ÃÆÃÂ¥t thinking straight. Btw, IÃâÃÂ¡ÃÆÃÂ¥m listening to I am a Raver by DJ Loopy, itÃâÃÂ¡ÃÆÃÂ¥s a really good song.
  25. I usually donÃâÃÂ¡ÃÆÃÂ¥t care what they look like, but IÃâÃÂ¡ÃÆÃÂ¥ll have to agree that DJ Sammy is not a very handsome person lol. I only like him because he chooses good songs to remix.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.