Jump to content

Favorite RuneScape 'Settings'


Jard_Y_Dooku

Recommended Posts

Detail: Low / High

 

Screen Brightness: Dark / Normal / Bright / Very Bright

 

Mouse Buttons: One / Two

 

Chat Effects: On / Off

 

Split Private Chat: On / Off

 

Accept Aid: Yes / No

 

Music Volume: (low detail) / Off / 1 / 2 / 3 / 4

 

Effect Volume: (low detail) / Off / 1 / 2 / 3 / 4

 

Auto Retaliate: On / Off

Link to comment
Share on other sites

  • Replies 66
  • Created
  • Last Reply

Top Posters In This Topic

Detail: Low (If I had a better comp, I'd use High :()

 

Screen Brightness: Bright

 

Mouse Buttons: Two

 

Chat Effects: On

 

Split Private Chat: On

 

Accept Aid: Yes

 

Music Volume: Off

 

Effect Volume: Off

 

Auto Retaliate: On

 

 

 

Wish I had a better comp so I could use High detail setting... In fact, this computer used to be able to use High detail... That is until they changed the underlying engine to make faster load times and sounds for Low detail... :wall:

Wolfy is Officially Retired.

I miss you all (Well, mostly my friends n stuff)

If you want to talk to me, send me a message, I check the boards daily. :D

Link to comment
Share on other sites

Detail: Low / High

 

Screen Brightness: Dark / Normal / Bright / Very Bright

 

Mouse Buttons: One / Two

 

Chat Effects: On / Off

 

Split Private Chat: On / Off

 

Accept Aid: Yes / No

 

Music Volume: (low detail) / Off / 1 / 2 / 3 / 4

 

Effect Volume: (low detail) / Off / 1 / 2 / 3 / 4

 

Auto Retaliate: On / Off

Link to comment
Share on other sites

What setting do you usually play with? Here's a little form you can fill out:

 

 

 

Detail: Low / High

 

Screen Brightness: Dark / Normal / Bright / Very Bright

 

Mouse Buttons: One / Two

 

Chat Effects: On / Off

 

Split Private Chat: On / Off

 

Accept Aid: Yes / No

 

Music Volume: (low detail) / Off / 1 / 2 / 3 / 4

 

Effect Volume: (low detail) / Off / 1 / 2 / 3 / 4

 

Auto Retaliate: On / Off

 

Wondering what to do with life .....

Link to comment
Share on other sites

Detail: Low / High

 

Screen Brightness: Dark / Normal / Bright / Very Bright

 

Mouse Buttons: One / Two

 

Chat Effects: On / Off

 

Split Private Chat: On / Off

 

Accept Aid: Yes / No

 

Music Volume: (low detail) / Off / 1 / 2 / 3 / 4

 

Effect Volume: (low detail) / Off / 1 / 2 / 3 / 4

 

Auto Retaliate: On / Off

Quest cape obtained at combat level 83, march 07.

Link to comment
Share on other sites

Detail: Low / High

 

Screen Brightness: Dark / Normal / Bright / Very Bright

 

Mouse Buttons: One / Two

 

Chat Effects: On / Off

 

Split Private Chat: On / Off

 

Accept Aid: Yes / No

 

Music Volume: (low detail) / Off / 1 / 2 / 3 / 4

 

Effect Volume: (low detail) / Off / 1 / 2 / 3 / 4

 

Auto Retaliate: On / Off

 

 

 

 

 

I like my dungeons to look like Dungeons and not some uber-bright neon playground.

Link to comment
Share on other sites

Detail: Low / High

 

Screen Brightness: Dark / Normal / Bright / Very Bright

 

Mouse Buttons: One / Two

 

Chat Effects: On / Off

 

Split Private Chat: On / Off

 

Accept Aid: Yes / No

 

Music Volume: (low detail) / Off / 1 / 2 / 3 / 4

 

Effect Volume: (low detail) / Off / 1 / 2 / 3 / 4

 

Auto Retaliate: On / Off

SkullyTIF.jpeg

Thanks To: Everyone for the siggies, especially Kal for the Pixel.

Currently Playing: FIFA 07, NFS: Carbon, Morrowind and Dungeon Siege II.

Link to comment
Share on other sites

Detail: Low / High

 

Screen Brightness: Dark / Normal / Bright / Very Bright

 

Mouse Buttons: One / Two

 

Chat Effects: On / Off

 

Split Private Chat: On / Off

 

Accept Aid: Yes / No

 

Music Volume: (low detail) / Off / 1 / 2 / 3 / 4

 

Effect Volume: (low detail) / Off / 1 / 2 / 3 / 4

 

Auto Retaliate: On / Off

Link to comment
Share on other sites

<?php



function reverse($string, $removespace) {

   $lower = strtolower($string);

   if ($removespace == TRUE) {

    $nospace = str_replace(" ", "", $lower);

   } else if ($removespace == FALSE) {

    $nospace = $lower;

   } else {

    $nospace = NULL;

   }

   $reverse = strrev($nospace);

   $capital = ucwords($reverse);

   echo $capital;

}



echo 'Arrgh! It's ';

reverse('Ralph Wiggum', TRUE);

echo '!';



?>

 

 

 

The above code would output:

 

 

 

Arrgh! It's Muggiwhplar!

 

 

 

 

 

why did you post the php coding? and really.. it seems like theirs alot of unneeded coding in that, i mean ive coded in html and VB but... i know php is more difficult but it seems useless, but back on subject.

 

 

 

 

 

 

 

 

 

 

 

 

 

Detail: Low / High

 

Screen Brightness: Dark / Normal / Bright / Very Bright

 

Mouse Buttons: One / Two

 

Chat Effects: On / Off <----what the hell does this do? lol i didnt even know it existed til today.

 

Split Private Chat: On / Off

 

Accept Aid: Yes / No

 

Music Volume: (low detail) / Off / 1 / 2 / 3 / 4

 

Effect Volume: (low detail) / Off / 1 / 2 / 3 / 4

 

Auto Retaliate: On / Off (depends, if meleeing actually stuff on slayer, on. @ castle wars off.)

Link to comment
Share on other sites

It's defining a function... since Muggiwhplar's name is "Ralph Wiggum" backwards, it easily reverses your name.

 

 

 

so you'd just go:

 

 

 

<?php



reverse('YOUR NAME HERE', FALSE); // You could also put TRUE if you wanted the spaces removed



?>

 

 

 

And it outputs your name, backwards. :D

 

 

 

PS - Chat effects is flash2:, wave1:, etc.

  • Never trust anyone. You are always alone, and betrayal is inevitable.
  • Nothing is safe from the jaws of the decompiler.

Link to comment
Share on other sites

Detail: Low / High

 

Screen Brightness: Dark / Normal / Bright / Very Bright

 

Mouse Buttons: One / Two

 

Chat Effects: On / Off

 

Split Private Chat: On / Off

 

Accept Aid: Yes / No

 

Music Volume: (low detail) / Off / 1 / 2 / 3 / 4

 

Effect Volume: (low detail) / Off / 1 / 2 / 3 / 4

 

Auto Retaliate: On / Off

Posted Image

 

- 99 fletching | 99 thieving | 99 construction | 99 herblore | 99 smithing | 99 woodcutting -

- 99 runecrafting - 99 prayer - 125 combat - 95 farming -

- Blog - DeviantART - Book Reviews & Blog

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

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