Everything posted by JoeDaStudd
-
Guthan's set?
DKs and tanking bandos are pretty much the only places I use mine. Everything else sgs [or EE if you have the stats] (I'm getting to the stage where guthans is surpassed by veracs at dks, with sgs and titan of course) or bunyip/titan is more then enough. Its nice for barrows as you simply heal in the crypt, only barrows is a bit boring compared to the other options I have available (soon to be TD's).
-
SuperCompost
Last time I looked coconut husks where the best gp/supercompost. Compost mound takes about 10 scrolls to get a single lot of super compost (thats a lot of normal compost and a lot of time). Pineapples are a popular choice given you can get 80 (40 requires the karajama achievement diary) for a few gp.
-
Setup Builder.
There isn't any with the 3d model next to it as it would take ages to make and the models get tweaked every other month (random items)
-
Barrows.. no luck or doing something wrong?
12+ kc will make sure you make a profit per trip. There was a lot of research and the band for buck mark was 12/13. 6 only allows barrows items and 12 allows for everything, I can't remember the marks in-between.
-
Quests W/ Familiars
Darkness or Legacy has a part where you have to temple track and thats about it. I've not done within the light, but I've seen people with a follower (an elf) so there will be parts of that quest you can't use a familiar with neither)
-
MEPII
Ok I feel stupid as hell. Reset them all and destroyed any of the extras (I had 10, turns out I needed them all). I misread make the top face north and bottom face south as facing north to south vertically not west to eat horizontally. nvm I will finish the quest today.
-
MEPII
Tried that about 3 times, just destroyed the extra mirror and logged off and on. Nothing I do seems to get the light to go down from the top to the middle/bottom. One last try then I'm giving up for today (3 hours for this 1 freaking part, the handholds were so much more fun)
-
MEPII
HI all, Ok I've been trying to complete MEPII for WGS, but I'm stuck on door number 4. I set it all up but still have 1 extra mirror and no matter which direction I set the middle south west mirror it won't shine down. I only used the collector for the first door, I've read thought the various guides and can't see what I'm doing wrong. I have 9 mirrors (think I should only have 8) the fractured crystal, and cyan and yellow crystals. I've logged in and out, the guy I was doing the quest with didn't have any trouble. Anyone help?
-
The Ultimate GWD Guide (AOW Discussion) Updated 6-17-2008
Bandos and Zammy are both about 1 minute per kill max with the rest of the time being spawning time.
-
armoured zombies
The ranged one(s) will do a fair bit of damage before you switch prayer types. Tanking with piety is really the best way to do AZ's.
-
armoured zombies
You don't have 68 summoning right? If thats the case 3. Although I would mix veracs skirt in there or intertwine the guthans set (will make up for the lack of bunyip).
-
Dark Bow special percentage
Sorry I can't find a screenshot of it but this was posted on the recent updates forums of RSOF on the day of the update. The below is post which I copy and pasted into the update topic at the time. Issues we're aware of: Mouse issues with Macs. Ring of Dueling 5-8 don't have operate text. The above should be fixed with a system update this afternoon. Other Changes: Fixed Clan Chat and Friends list issues. Darkbow special attack now requires 65 energy up from 50. I'll keep this updated as we find or fix issues. Yes they made a typo on there post (stating 50 instead of 55). I wished I had taken a screenshot as the topic has disappeared now. Note this may have been reverted.
-
Firemaking Idea
HP regeneration depending on the type of fire, location and number of logs. Similar to musicians, but you have to light a fire there. Add in the use of different logs for faster regains and maybe a portable version once you hit 80+. Of course you'd disallow it in most PvM location, but allow it just outside.
-
~Range: Void vs Dragon hide
void as yaks have low defense the extra damage really makes a noticable difference.
-
Getting stats for Armoured Zombies
hunter, smithing and mining can be potted to (agility may be the same). To unlock AZ's you only need the prequests and the hunting requirement (I'll remind you again you can pot to this), simply follow the guide until your given a teletab and asked to meet them back at varrock. AZ's unlocked.
-
Contact Boss setup
I used melee armour (barrows), SGS (I'd just brought it about a week before so wanted to test it out) and the normal melee/range gear. Pray magic and spec using either DDS or D mace (I seemed to hit less 0's using crush on SGS). Just keep attacking it and eat when you need to. I used 3 or 4 sharks and a super set (if it does hit it tends to hit 20's) on the fight the getting there took a few sharks more though. EDIT of course piety
-
D* hally not useless!
Why hally when a MSB or rune Cbow would be better and allow for more distance.
-
Using Dscimi over SaraSword
Better stats and prayer bonus doesn't make it superior? SS or obby weapon+necklace are the best 2 options for purely strength training.
-
Armadyl Max Kc x2
I never used to bother with feather, but this gives me a reason. Since theres a guy going for max kc on all gwd areas I would give it a 2.5, but the feather tip is well worth a few more. So 6/10 Its an achievement none the less
-
Within the Light shouldn't even have existed
I have yet to complete the quest, but I can't understand who catapult construction could be classed as having anything to do with the elf quest line.
-
Revenant Help
There meant to replace PK'er, but there extremely weak if your prepared. They can be blocked by simply moving behind an object. However they can hit hard, can be found in groups, have teleblock, can freeze you and use all the combat styles.
-
Slayer Monster Question
The CT is by far the best location to kill them. Just pray melee,use a antidragonfire potion and shield. You should be able to kill them pretty damn quickly as they are weak and won't be able to damage you.
-
Herblore, Prayer, Magic...
The increased prices is done to 3 factors. 1. PvP drops - more money per hour = people willing to pay more 2. Less people playing compared to the summer holidays 3. The high level updates - everyone who has the money is leveling any low level capped skills (just prayer left now really) ready just incase.
-
I need your help, all ye people who know interwebs design!
Its easy in php as you can just use require() or include(). If you don't have php its possible using javascript, but that would lead to anyone with javascript disabled unable to use the navigation. Anyway this is the php way of doing it. Main page <html> <head></head> <body> <!--SIDE BAR START--> <?php include('nav.htm'); ?> <!--SIDE BAR END--> </body> </html> Navigation page <table> <tr> <td valign="top" bgcolor="silver"> <font size="5"><strong>Text</strong></font> <br/><hr> <font size="4"><strong>Text</strong></font> <font size="2"> <br/><br/> Text <br/><a href="URL">Link text</a> <br/><br/> </font> <img src="./pics/spacer.gif" width="1" height="100%"> </td> </table> I would highly advise you don't use tables in that way though as CSS is a lot better and will allow for much easier coding in the long term.
-
16m into 25m?
RC'ing Make glass Fletching broad bolts Farming MTK