Skip to content
View in the app

A better way to browse. Learn more.

Tip.It Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Kaur

Members
  • Joined

  • Last visited

Everything posted by Kaur

  1. 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?
  2. Designed around 80 combat stats yet drops level 90 weapons. Jagex Logic.
  3. 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!
  4. What exactly is 'unique' crew member? What makes them unique? I never figured that out and I'm almost 1200 score lol.
  5. You are a day too late.
  6. "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.
  7. 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 :(
  8. 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.
  9. 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...
  10. Too bad there is no Jagex discussion section and this does not really belong into offtopic either.
  11. If you have to ask, it's phishing.
  12. 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.
  13. Nothing to see up there. Most likely just another loose end to leave space for future content that may or may not come...
  14. Just noticed dwarven engineer cuts off like 1 hour from scythe missions, I guess it's time to start investing in speed crew.
  15. 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.
  16. How come I've never even heard of any of those 'high profile' players? :|
  17. The skill does not make pocket slot items. It just uses them. Just like strength don't make swords.
  18. Leaving aside all the mainstream suggestions of sailing and archaeology, what this game really lacks is some sort of a PVP skill.
  19. 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*
  20. 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.
  21. 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.
  22. 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.
  23. You had to enter email when paying for membership. Andrew even had email newsletter back in 2001!

Important Information

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

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.