Everything posted by JoeDaStudd
-
Glory Ammy T
Just the looks, nothing at all else, well except the price
-
Faster Barrows Trips
You could use the short cut so save you from going under the temple, but this requires 65 agility (you could pot from 62). The best options are to do the quest.
-
What software do you use for sigs?
Its true :twisted: , but its also illegal. To install GIMP you need to go here. Download the GTK+ 2 Runtime Environment (make sure if get the correct one for you windows version) and The GIMP. Now you have to install them in this order. GTK+ 2 Runetime Environment, THEN The GIMP. If you don't you will have a error and The GIMP will not work.
-
Combat Training Questions
For the barrows set effects to work you much wear the full set (Weapon, Helm, Plate/top, bottoms). If you raise your range to 50+ (60+ is better) then you could do barrows.
-
best way to kill aberrant spectres
To add to what other are saying. This is my setup God Cape - Just in case I'm mid fight and I run out of prayer (pots). Rune Gloves - The best RFD gloves I can get. Salve ammy (e) - The best necklace/ammy for these Proselyte plate body and legs - Max prayer bonus items I have. Nose peg - You really need this Whip - Fast and strong, making it perfect here. Zammy book - Good prayer and stat bonus', guthix book is second best here. Rune Boots - For the strength bonus (I would use climbing boots, but I'm too lazy to go fetch a pair) Ring of wealth - More rare drops, you could replace this with the Dag rings if you have one. In my inventory I normally take; *Agility pot (I'm only 58) *Home tele runes - Home tele prayer at alter and tele to canifis, bnak and go again. *DDS - For the spec, I'll be replacing this will DB axe and a super att soo. *1 monkfish (in case of lag or random) *1 p pot (4) - I collect everything apart from marrentills and guams.
-
ancient mace?
nope its a really Item you get it as a reward for completing Another Slice of HAM. The special adds whatever you hit to your prayer points (you can go above your max prayer points with this eg 77/66) The main problem is the mace has low stats and the special requires the full special bar.
-
Making Money Through Tokkul
You could also add about the runite ore as it can be sold for tokkul (can remember the amount, but it works out at 255 runite ores per onyx (this is with the gloves). You can also world hop instead of waiting for the shop's stock to drop down.
-
What order to do these quests in....
Ok, I have the following quests left to complete. Contact! Darkness of Hallowvale, half way through Devious Minds Dream Mentor Eagles' Peak Eyes of Glouphrie Forgettable Tale of a Drunken Dwarf Great Brain Robbery Grim Tales Icthlarin's Little Helper Mourning's Ends - Part 1 Mourning's Ends - Part 2 My Arm's Big Adventure Rat Catchers Recipe For Disaster, do up to the monkey (note haven't finished the monkey part) Tail of Two Cats Tower of Life Troll Romance I need some advice on which order I should do these quests and why. (Note I can't do grim tales or devious minds will I level up)
-
Nature Crafting
You grab your glory from the bank and tele to edgeville. It means your not carrying your glory so if you die you lose less, but it costs more per trip and takes longer.
-
Kharils
Its not visable on npcs, but the extra magic defence you get, my warrant buying the body and bottom for stronger mage based monsters.
-
laptop question
It has onboard graphics meaning some of the ram is used buy the graphics, hence the low ram, as for the harddrive space I would guess there's a hidden partition for a reinstall.
-
Creating a website in Dreamweaver using MySQL and PHP
Ok, first some good tutorial sites W3Schools, some great php tuts, including a list and explanation of a lot of functions and some MySQL too. Tizag, I good amount of php tutiorals and MySQL. As for the server your set up, why don't you try using a WAMP, basically a all in one for Apache, MySQL Php/Python (FYI the W is for windows). This are the two I have/do use; :arrow: WAMP5 :arrow: XAMPP Good luck with the learning.
-
Drop Trading
They would detect something fishy if you were trading any items of value for items of little or no value. eg. phat for dds.
-
How do I let some script read my stats from the RS hiscores?
Ok this took a while to get right. <?php $file=fopen("stats.txt","w"); fwrite($file,rtrim(file_get_contents("http://hiscore.runescape.com/index_lite.ws?player=minicale"))); fclose($file); $file=fopen("stats.txt","r"); while(!feof($file)) { $str=fgets($file); print_r(explode("," ,$str)); echo " "; } fclose($file); ?> The first bit retrieves the data from the runescape highscore page and puts it into a text file. The second bit opens the file up and displays the data from the file, line by line (each line displaying the rank, level, exp). Heres what it looks like. Array ( [0] => 98045 [1] => 1501 [2] => 17917082 ) Array ( [0] => 123293 [1] => 81 [2] => 2315276 ) Array ( [0] => 77635 [1] => 81 [2] => 2279543 ) Array ( [0] => 178107 [1] => 81 [2] => 2295735 ) Array ( [0] => 129201 [1] => 82 [2] => 2616342 ) Array ( [0] => 230492 [1] => 71 [2] => 849526 ) Array ( [0] => 135995 [1] => 58 [2] => 230835 ) Array ( [0] => 159099 [1] => 76 [2] => 1416204 ) Array ( [0] => 360416 [1] => 68 [2] => 628060 ) Array ( [0] => 652882 [1] => 66 [2] => 544781 ) Array ( [0] => 245531 [1] => 73 [2] => 1000771 ) Array ( [0] => 306423 [1] => 68 [2] => 648135 ) Array ( [0] => 307999 [1] => 58 [2] => 227307 ) Array ( [0] => 145098 [1] => 62 [2] => 346085 ) Array ( [0] => 221280 [1] => 59 [2] => 248211 ) Array ( [0] => 376847 [1] => 65 [2] => 479076 ) Array ( [0] => 66910 [1] => 58 [2] => 243544 ) Array ( [0] => 139851 [1] => 58 [2] => 224598 ) Array ( [0] => 171487 [1] => 55 [2] => 175905 ) Array ( [0] => 89681 [1] => 62 [2] => 344578 ) Array ( [0] => 79739 [1] => 51 [2] => 112201 ) Array ( [0] => 41000 [1] => 64 [2] => 412694 ) Array ( [0] => 75968 [1] => 55 [2] => 177728 ) Array ( [0] => 115690 [1] => 49 [2] => 99947 ) You could add this to a mySQL database (instead of displaying inserting into the fields). Note this above code is fairly dirty and would need editing. But it just shows you how it could be done and not how it should be done. PS. I'll work on this code a little more later.
-
How do I let some script read my stats from the RS hiscores?
Do you have any html or php experience?
-
make money in cons
Or letting people use your alter and accepting 'donations'
-
Tryin to... uhh... update my computer
I got you these CPU link Motherboard Link Ram link Thats a AMD Athlon 64 3200+ (single core 2.0GHz), Fox AM2 board DDR2 ram slots (4gb max) on-board graphics (GeForce 6100), and 512mb of ram (DDR2). It totals at just over $100 (you have to minus $20 for the rebates), not inc tax and del.
-
How to Build Your Own Computer Part 1 - Components
Ok, can anyone say overkill? The 32bit versions of XP max's at 3gb (4gb will work , but it requires a lot of effect to get the system to recognise it) and Vista 4gb too (not sure 100% on vista). So for you to use 4gb+ gb of ram you have to use he 64bit versions of windows. When compared to the 32bit versions you have the a big problem with drivers (even getting some sound-cards to work takes a lot of effort) which is not good if you plan on gaming. Not that the average gamer will not use more then 2gb effectively as no current games require it. As for the possible reason for having more then 2gb; *3D work, I can understand the need as most 3D apps use masses of ram, but I can only understand having up to the 4gb mark. *Gaming, as I stated before the current games don't require more then 2gb at the most, 4gb is understandable if you have the cash to burn, but 8gb why??? *Using it as a server, In my mind the only reason to have 8gb of ram. Just my 2 cents :notalk:
-
Stacking bonus/pots
Ok, I understand black mask and slave ammy dont stack. But do pots stack with the bonus' ? eg 70 potted to 77 get a 15% increase on top of the 77.
- home tele tabs
-
Runecrafting: How long for 91?
First I need to know the time per trip and the no you make per trip (pouches). Its 647,006 nature runes to get to 91 from your level. Say you make 42 per trip each trip taking 3 mins. I get about 7700 hours Roughly seven hour playing a day mean it will take about 700 hours (I drop the 70 days to make up for the new pouches you will get). Note this is an estimate.
-
d bones... sell or ecto?
D Bones w/ Ecto = 288 exp Baby D Bones w/ Ecto = 120 exp B Bones w/ Ecto = 60 exp D bones are at 2k each So you can buy roughly 6 B Bones per d bone (2000/300) 3 Baby Bones per d bone (2000/600) With; D bones you get 288 exp per D Bone (ok, it sounds stupid) B Bones you get 360 exp per D Bone Baby Bones you get 360 exp per D Bone So you will get more exp, but it will take between 3 and 6 times long. PS. Search ROSF for a open gilded alter and uses it as it will be a lot quicker.
-
Barrows Question
Then explain to me why I have a fully working portal room in my house, when I'm 49 construction. On the topic: If you plan on doing barrows a lot in recommend gaining those extra levels to 55 slayer as it will save you a lot of money in the long run.
-
Torags Worth It?
my bad :oops: it is every 15 hours, not 8 hours
-
Torags Worth It?
Depends what your going to use it against. High level monster which hit constant and medium-hard, yes it worth it. Meduim level monster which hit constant and medium-hard, it worth it maybe. Low level monsters, not worth it. The degrade time is 8 hours of combat.