No; transferring accounts between players is against the rules of RuneScape.
Well to make a perfect str pure you would simply train your str
A str/Mage pure.
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
fs pure int aoe pure sta battle 30 sta rest str
First you make an account. Complete Tutorial. Then, make around 200k for f2p accounts, and atleast 1m for members. then train the following stats wherever you want to train: 5 attack, 5 strength 20 attack, 20 str 30 attack, 30 str 40 attack, 40 str Keep training str after this, but if your Member: 50 attack 50 tr 60 attack 60-80 str, if u want more hp, train your magic and range. Hope you have many pk's
I have placed a link below that should provide you with the answer(s) that you seek.
#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;}
definitely get the whip im a pure i got 99 str and 99 attk =] ( 1 def)
RemoveSpaces (char *str) { char *new = str; while (*str != '\0') { if (*str != ' ') *(new++) = *str; str++; } *new = '\0'; }
void to_uppercase (char* str) { if (str == 0) return; while (*str != '\0') { if (*str>='a' && *str<='z') *str-=32; ++str; } }
Here's a simple C program to display vowels from a given string: #include <stdio.h> int main() { char str[100]; printf("Enter a string: "); fgets(str, sizeof(str), stdin); printf("Vowels in the string: "); for (int i = 0; str[i] != '\0'; i++) { if (str[i] == 'a' || str[i] == 'e' || str[i] == 'i' || str[i] == 'o' || str[i] == 'u' || str[i] == 'A' || str[i] == 'E' || str[i] == 'I' || str[i] == 'O' || str[i] == 'U') { printf("%c ", str[i]); } } return 0; } This program prompts the user for a string, then iterates over each character to check if it's a vowel, and displays the vowels found.
well probably around 79 a maxed pure (60 attack, 99 str, 99 ranged, 99 hp, 99 mage) will be level 83 combat