Jump to content

mackish

Members
  • Posts

    104
  • Joined

  • Last visited

Everything posted by mackish

  1. Been a while since I posted of tif. Forgot to take a pic of my ragefire boots drop. So here is my most recent level. Edit: First picture was poor quality
  2. Daem quite empty in w99 this morning. Login servers decided to stop working I guess.... Quite a rare sight, I'd say.
  3. Mining plot 2: one stone mined -> <- two stones mined Yay free boring xp :wall:
  4. This looks shopped. Debian isn't handy at all. This is not right. Debian is awesome [/linux jokes] unspam: my hot new maul (old)
  5. My ex-gf from 2.5/3 years ago. OT irlpics was rather intrigued with her, she was pretty. I cant afford all that fancy smancy high-end stuff and BELIEVE me. I am VERYY happy. hahahah Malwarebytes is a free alternative to anti-virus software. It's lightweight, portable, and easy to use. DOWNLOAD IT, I believe I already told you to.
  6. Failed hard in a floor today... I broke my gatestone, somehow...
  7. My bad habits are quite harmful to skilling... I sit at my bank and just stare for 15 mins, go read tif/tipit ect (Kind of like right now...), and go back to rs, bored. I then proceed to spend my whole cash-pile (quite small) on an item(s) I rarely use for a skill I barely train. I.E. D hatchet when I haven't trained WC in ages (or plan on it), or armor for slayer, when I do 5 tasks a month.
  8. This isn't a guide. This is just a video that I'm not going to waste my time watching.
  9. This has been happening at Daemonheim for at least two weeks, if not longer. It started happening around the same time as the Clan Citadel rocks were added. Possibly a link? I think most likely not.
  10. What was your previous RuneScape name that you are listed under on the highscores?: Matanui12321 What is your current RuneScape display name?: Debian What Tip.it highscore list(s) are you currently added to?: P2P
  11. Just a couple snipes. [hide=Echocut] [/hide] [hide=Sheep] [/hide] [hide=Deo again] [/hide] [hide=Gwynrwyn] [/hide] [hide=Triple Snipe] <- Sorry, bad edit [/hide] [hide=Neo Gilgame0] [/hide] [hide=Lurn 2 Spel] [/hide] [hide=Iiccee] [/hide] [hide=Dinosorcerer] [/hide] Edit: Learn to read forums. Edit 2: snipes inb4tansuo [hide=Tansuo] [/hide] [hide=Ppjt] [/hide]
  12. I have edited the original post. I think four edits are enough. I though I would reply so the edit was noticed. Also, all the auras are seemingly indistinguishable. Also [again], the Reverence aura is on sale for 400 LP, but when the sale ends, it will go up to 5,000 LP.
  13. A new aura from the loyalty reward programme. Its examine: Slows down prayer drain and increases prayer restoration from potions. Image of the item [hide] [/hide] Image of Aura in use [hide] [/hide] The aura works for one [1] hour and then requires three [3] hours to recharge for use again. To activate the aura you must equip it. If you unequip the aura while in use, the aura stops and must be recharged for use again... :wall: And the time you had left in the current charge gets added to the recharge time. E.G. Unequip aura with 45 mins left, recharge time is 3:45 hours. Image of recharge time: [hide] [/hide] Weighs 0 kg (Not sure about decimal weight) Auras cannot be taken into Dungeons at Daemonheim. In a quick test, at level 79 prayer, using the aura and piety, the time it took to go to zero was 2:05 minutes WITH the aura. Without the aura, it took 2:00 minutes to drain my prayer. In that test there was a 4% increase in the time it took for my prayer to reach 0. At 79 prayer a prayer pot dose replenishes 26 prayer points. With the aura it's 29 and wrench and aura it's 30 or 31. I didn't get to test how much prayer potions restore as I lost the aura after I unequipped it. After my aura recharges, I will test everything more. Edit 1: If you lose the physical aura [tab], you can retrieve another from Xuan, near the Warrior's Guild in Burthrope, for no cost. Edit 2: The physical aura [tab] has a destroy option, wear, time remaining (check time left until recharge), use, and examine. You cannot get more than one of each type of aura [tab]. Edit 3: The aura gives a +3 when using ppots. Haven't tried with super restores (don't have) or super prayer pots (no access). When using in combination with the holy wrench, it stacks. Edit 4: The Last Edit: The above is true for super restores and super prayer pots. The holy wrench gives its +1/+2 bonus along with the aura's +3. More tests of Pray drain rate resulted the same, ~4% decrease in the rate. Before your aura is completely depleted, you will get a message, at one [1] minute left, stating that there is one minute left in the aura before a recharge is necessary. And when the aura is depleted you get a message stating that the aura has been depleted.
  14. That was quick... EDIT: Snipes [hide=Panda] [/hide] [hide=Russet] [/hide] [hide=Deo] [/hide]
  15. May as well take a shot at this again, it's been a while since I last played. I believe there is four in this image. [hide=Lfm snipe] [/hide]
  16. Pardon my asking, but what is an iron rune? Also, ranging is a quite effective method of killing the giant mole.
  17. To find your video card make/model go to: >Start menu >Right click "Computer" >Select "Properties" >Select "Device Manager" (should be a link in the top left of the window) >Select "Display Adapters" >Open the device either Nvidia or AMD (most likely) For the random blue screens, what are you doing when they occur?
  18. The dangerous heat levels vary from processor to processor. To help cooling on a laptop, buy a cooling pad. There are several places to buy one, such as Walmart, Newegg, Amazon, and many more places. Running a laptop (or any computer part in general) at high temperatures for a long time can kill the longevity of the laptops lifetime, e.g. running games and high load operations will make a laptop last shorter than a laptop only used for word processing and web browsing.
  19. [hide=Off topic comment for Runes Rath][hide=Quote] The only reason this limit is in place is become Java systems (No matter what kind) Can't support any number over 2,481,000 or something like that. That's why xp limits go up to 2billion, and if you get over 2billion of an item, it takes a second inventory space. No, that is not true. The reason you cannot have more than 2,147,483,647 items, is because that is the maximum value of an int in Java. In Java, there are primitive data types such as: bytes (127), shorts (32,767), ints (2,147,483,647), longs (9,223,372,036,854,775,807), doubles (1.79769313486231570x10308d), and more. The reason ints are used, is because ints are the easiest value to calculate in the average CPU. To use a larger primitive data type would take more space, therefor slowing the game or costing more money on servers. P.S. Java is a programming language, not a system, there is only one kind of Java language. Ok, no need to get so mad. I accidently put 2m instead of 2b, and I only said that because of what I've heard. I'm not a computer geek, so don't vent all your anger on me. I was just going off of what I have heard and read. [/hide] Not getting mad, merely pointing out the mistakes and trying to teach that a simple google search answers a lot of questions. (The first website when I searched for 'java data size' brought me this website) And bringing up computer geek just goes over the edge. One does not need to be 'a computer geek' to be able to search google. A little bit of thought and common sense go a long way. [/hide] On topic: If these questions have not been asked yet: [hide=Questions]> "What will happen to the Defender of Varrock quest area?" > "What will happen to Fist of Guthix?" > "What will happen to the Frozen Fortress?" > "With the (hopeful) influx of old players, will there be any upgrade in the already slow servers running the worlds?"[/hide]
  20. The only reason this limit is in place is become Java systems (No matter what kind) Can't support any number over 2,481,000 or something like that. That's why xp limits go up to 2billion, and if you get over 2billion of an item, it takes a second inventory space. No, that is not true. The reason you cannot have more than 2,147,483,647 items, is because that is the maximum value of an int in Java. In Java, there are primitive data types such as: bytes (127), shorts (32,767), ints (2,147,483,64), longs (9,223,372,036,854,775,807), doubles (1.79769313486231570x10308d), and more. The reason ints are used, is because ints are the easiest value to calculate in the average CPU. To use a larger primitive data type would take more space, therefor slowing the game or costing more money on servers. P.S. Java is a programming language, not a system, there is only one kind of Java language.
  21. 1.) No. 2.) Yes. 3.) Abyss and agility arena were there pre 08 you know, no reason why they would be removed now and pengs and stars will likely be moved. You seem to know quite a bit. When did you start working for Jagex?
  22. For those who have completed Fairy Tale pt. III, there is another method to get to Harmony Island. Using the Fairy Rings, with the code DIP, you can get to Mos le'Harmless. This takes you to K'chuck's Island. You need to repair two bridges (one on Mos le'Harmless and one on K'chuck's Island). It takes 8 planks, 16 nails, and a hammer to repair them both. [hide=K'chuck's Island] [/hide] To get to Brother Tranquility, it's a long run, past some level 70 Jungle Horrors. I got hit twice running past them all. [hide=Where to go] Quick map how to get to him. [/hide]
×
×
  • Create New...

Important Information

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