answersLogoWhite

0

Well, it matters. All are good as long as you stick that and not train anything else

pure str is great is great for people with no non combat skills and spends less money compare to pure range and pure mage (it is most recommend if you aren't a member)

pure range is also great and not really strong till range 30+ and needs small amount of non skills for money to buy equipment. (Most recommend if you are a member)

pure mage is great and stronger skill in runescape until you need member for the other spells. then you be owned by other people. (Most recommend if you are a member) plus quest are needed if you are a member. Do Desert Treasure

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How do you make a str pure on rs?

Well to make a perfect str pure you would simply train your str


What is the most powerful pure in runescape?

A str/Mage pure.


What is the best type of pure on runescape?

it depends on what you like doing the main ones for combat are; obby maul (pure str and nothing else) str pure( get atk and str but no def) summon tank (summoning pure) def tank (pure def) ranger and mager ( no melee involved ) and you can get non combats that called skillers who just get skills up normally lv 3


What is the build for a RM in Flyff?

fs pure int aoe pure sta battle 30 sta rest str


What is better int or str?

It depends on your game and your class.


How do you toggle case of string in c code. Example is TogGle will turn into tOGgLE?

#include<stdio.h> int main() { char str[100]; int i; printf("Please enter a string: "); // gets(str); // fgets is a better option over gets to read multiword string . fgets(str, 100, stdin); // Following can be added for extra precaution for '\n' character // if(str[length(str)-1] == '\n') str[strlen(str)-1]=NULL; for(i=0;str[i]!=NULL;i++) { if(str[i]>='A'&&str[i]<='Z') str[i]+=32; else if(str[i]>='a'&&str[i]<='z') str[i]-=32; } printf("String in toggle case is: %s",str); return 0; }


Can someone give you a rs account str pure?

No; transferring accounts between players is against the rules of RuneScape.


What are all the quests you need to do for a str pure in runescape?

I have placed a link below that should provide you with the answer(s) that you seek.


To display string in a title case in c?

#include<stdio.h> #include<conio.h> #include<string.h> int main() { int tmp,i; char str[30]; printf("Enter any string: "); gets(str); for(i=0; str[i]!='\0'; i++) { if(str[i-1]==' ' i==0) { if(str[i]>='a' && str[i]<='z') str[i]=str[i]-32; else if(str[i]>='A' && str[i]<='Z') str[i]=str[i]+32; } printf("%c",str[i]); } getch(); return 0;}


A c program which will remove all the spaces from a given string?

RemoveSpaces (char *str) { char *new = str; while (*str != '\0') { if (*str != ' ') *(new++) = *str; str++; } *new = '\0'; }


How do you write a C program to input a string of lowercase alphabets and convert it to uppercase using a loop?

void to_uppercase (char* str) { if (str == 0) return; while (*str != '\0') { if (*str>='a' && *str<='z') *str-=32; ++str; } }


Is a 1 def pure with 70 attk for a whip good or should i keep 60 attk.?

definitely get the whip im a pure i got 99 str and 99 attk =] ( 1 def)