answersLogoWhite

0

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

User Avatar

Wiki User

14y 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


How do you make a strength pure in runescape?

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


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;}


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)


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; } }


write aprogramme to display vowels in c?

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.


What level will a pure be when he has 99 strength?

well probably around 79 a maxed pure (60 attack, 99 str, 99 ranged, 99 hp, 99 mage) will be level 83 combat