Everything posted by Kaur
-
RuneScape BTS#34: The Kalphite King
Well what do you want? A boss designed around lvl 90 combat stats using 'appropriate gear'? The monster has to be doable with slightly lower gear than it drops otherwise it'd be stupid as you wouldn't be able to get the gear in the first place. Are you saying a combat 160 player (with 80 attack, str and def) is supposed to go to KK and get drops he can't even use?
-
RuneScape BTS#34: The Kalphite King
Designed around 80 combat stats yet drops level 90 weapons. Jagex Logic.
-
11-Dec-2012 - Player-Owned Ports
I get the boosts without any of the unlockable crew members on the ship so that is simply not the case. @sc, gratz on being the first known captain in the game!
-
11-Dec-2012 - Player-Owned Ports
What exactly is 'unique' crew member? What makes them unique? I never figured that out and I'm almost 1200 score lol.
-
3-Jan-2013 - God Statues: Construction D&D
You are a day too late.
-
3-Jan-2013 - God Statues: Construction D&D
"Haxunit Net" gained 200m Construction xp today. Also, http://www.reddit.co...tion_dd_update/ Haxunit also joined tracking today if you look at his profile, which suggests tht 198m is his entire xp being added opposed to true gains for the day; don't get me wrong it may be a bug; but the way runetracker profiles work make high records far too common to be indicative of a bug on their own. True, something like thiswould be more proof it was a bug. Totally legit.
-
Jagex Company Status: Active - Proposal to Strike off
It's from the future!
-
11-Dec-2012 - Player-Owned Ports
I'm a bit further than the noobs' island quest... It's for 3x plate. Thanks for the quick answer, guess I'll have to focus on The Arc to get the extra voyages out of the way quick. Not getting Captain rank tomorrow after all :(
-
11-Dec-2012 - Player-Owned Ports
Does anyone know how exactly does the Barmaid's trip work? Can it only be accepted on Thursdays? Does it reset like penguins and you can do it all week? Does it reset like shattered hearts statue so you have to wait a week from the day you last did it? Asking this because I have 6 hour voyage on my third slot and still plenty of voyages undone. And no, I'm not going to reroll my voyages.
-
Jagex Company Status: Active - Proposal to Strike off
loldg
-
Jagex Company Status: Active - Proposal to Strike off
Stellar Dawn was not cancelled. It was 'paused' until better times to leave more resources for Transformers Universe development. I assume once TFU is released and starts bringing in $$$, they will resume work on SD again. Ontopic: Not much to lose I guess...
-
Jagex Company Status: Active - Proposal to Strike off
Too bad there is no Jagex discussion section and this does not really belong into offtopic either.
-
phishing or is this legit?
If you have to ask, it's phishing.
-
11-Dec-2012 - Player-Owned Ports
That awkward moment when this guy acts smart everywhere^ What's better: a) 4 crew members have a chance to gain exp. b) 5 crew members have a chance to gain exp.
-
11-Dec-2012 - Player-Owned Ports
Nothing to see up there. Most likely just another loose end to leave space for future content that may or may not come...
-
11-Dec-2012 - Player-Owned Ports
Just noticed dwarven engineer cuts off like 1 hour from scythe missions, I guess it's time to start investing in speed crew.
-
11-Dec-2012 - Player-Owned Ports
lol'd Scythe looks painful. Sent out my first 4½ hour mission for 160 Cherry, will probably have to focus half missions on nooby islands to get all re-rolls used up. Bowl and Princers' missions will probably take ~10+ hours at this pace... 853/2400.
-
High profile players banned
How come I've never even heard of any of those 'high profile' players? :|
-
Your thoughts of 2 NEW RS SKILLS
The skill does not make pocket slot items. It just uses them. Just like strength don't make swords.
-
Your thoughts of 2 NEW RS SKILLS
Leaving aside all the mainstream suggestions of sailing and archaeology, what this game really lacks is some sort of a PVP skill.
-
Og Blog: EoC and the Grand Exchange
I'm happy with my level 70 'second rate' gear, Mark, but thanks for the offer. Is he by any chance a leader of a private merching clan on his private account? *cough*climbing boots*cough*
-
11-Dec-2012 - Player-Owned Ports
Same here. Yesterday majority of my voyages required 4000/6000 skills but today a lot were at 2000 or even 1400. Hidden update perhaps? A lot of people were complaining.
-
RS Client help
You need to allocate more memory to your client. Find the file runescape.prm from your computer, open it with a text editor and give the client some more freedom. This is what I have for example, those numbers may not be the best for your machine but mine runs just fine and the sudden 'closure' stopped: -Djava.class.path=jagexappletviewer.jar -Dsun.java2d.noddraw=true -Dcom.jagex.config=http://www.runescape.com/k=3/l=$(Language:0)/jav_config.ws -Xmx1024m -Xss2m -XX:CompileThreshold=1500 -Xincgc -XX:+UseConcMarkSweepGC -XX:+UseParNewGC jagexappletviewer Nothing to do with the 6hour autolog fellas.
-
Runescape Highscore Data Grabber
Alright well the basics that you'd need to know to set something like this up is this: 1. the website http://hiscore.runescape.com/index_lite.ws?player=name displays the highscores for a given player in a simple string format. To access this info from your site, you could either use the php function file_get_contents('website'), which would put that hiscore listing into a string. Then you'd use the explode() php function to divide that string up and put it into an array. example: $contents = file_get_contents(http://hiscore.runescape.com/index_lite.ws?player=Ao_Rob); ^ this puts the source code from that site (your stats) into the variable $contents. $stats = Array(); $stats = explode('\n', $contents); -- this divides up the hiscores into an array. each one in the array would be an individual stat. $stats[0] would return the player's overall rank, overall skill total and overall xp. You could then do $overall = explode(',' $stats[0]); to put the overall stats into an array. And then if you wanted the overall xp in a variable it'd be $overallxp = $overall[2]; If you create loops to go through each of the skills and do this, you can access someone's xp in each of the skills and put them all into variables. And then execute a sql statement to insert the data into a database.
-
Is it possible to do this
You had to enter email when paying for membership. Andrew even had email newsletter back in 2001!