Nov 8, 2009
Pages: 1, 2

Runescape 2 Private Server: Code/guide 1 - Creating a wilderness training zone.

free web hosting

Read Latest Entries..: (Post #19) by iGuest on Oct 27 2009, 01:03 PM.
how to code message in chatbox at login Runescape 2 Private Server: Code/guide 1 "Runescape 2 Private Server: Code/guide 1 Ok first nicely done came in handy but I have a question. How can I change the message that pops up in the chatbox when I log in? -question by SplitBurst " ok you go into client.Java and search for what it says in the chatbox when you log in. that simple. :P -reply by Dave...
read more.
Read the FIRST post of this Topic. - Express your Opinion! Contribute Knowledge :-).

Open Discussion > The Gaming Zone (7Gears.com) > Games [subforums] > RPG's (Role Playing Games) > RuneScape

Runescape 2 Private Server: Code/guide 1 - Creating a wilderness training zone.

nol
Purpose: To make a cool training area in the wild.

Difficulty: 1-3

Classes Modified:Client.java, shop.cfg, autospawn.cfg, npchandler, item2.java, shop.cfg

Assumed Knowledge: Copy/paste, basic knowledge of cases, and how to search.

Credits: 10% fedexer(global object tut), 10% to my friend for teaching me how to make monsters drop random things, 80% me for the idea, and comming up with it.

REQUIREMENTS: Make sure that your server can use herblore, mining, woodcutting, theiving, and prayer. You must also have fedexer's global objects code.

Other This is my first tutorial, so please give me comments, I hope everyone likes (I used pimpscape/phonescape as server base)

Step one

Open up client.java, search for case 409, if you don't have it refer to 1a just below, if you do, replace it with this:

CODE
case 409:
case 10638:
if(actionTimer == 0) {
sendMessage("You start praying..");
addSkillXP((7000*playerLevel[5]), 5);
addItem(4832, 1);
setAnimation(1979);
actionTimer = 15;
sendMessage("The gods hear you and reward you!");


note: I did not make this code, just make sure its there, then change the 7000, to any exp you wish for a player to get when prayer at the altar

1a. if you don't have it, search for
CODE
case 2643:


add it after that.

Step two

Search for
CODE
public void OBJECTS()


(still in client.java)
you should see something like this:

CODE
Addaobject(3255,3431,2213,2,10,0);// something


after the last one of those add this

CODE
Addaobject(3151,3673,2213,-3,10,0);// Bank booth wild
                Addaobject(3151,3674,2213,-3,10,0);// Bank booth wild
                Addaobject(3151,3675,2213,-3,10,0);// Bank booth wild
                Addaobject(3151,3676,2213,-3,10,0);// Bank booth wild
                Addaobject(3151,3677,2213,-3,10,0);// Bank booth wild
                Addaobject(3151,3678,2213,-3,10,0);// Bank booth wild
        Addaobject(3157,3666,409,0,10,0);// Prayer Altar = EXP
        Addaobject(3139,3675,2106,0,10,0);// Rune Rocks
        Addaobject(3142,3671,2106,0,10,0);// Rune Rocks
        Addaobject(3139,3678,2106,0,10,0);// Rune Rocks
        Addaobject(3146,3667,2106,0,10,0);// Rune Rocks
        Addaobject(3146,3673,2105,0,10,0);// Addy rocks
        Addaobject(3145,3676,2105,0,10,0);// Addy rocks
        Addaobject(3143,3679,2105,0,10,0);// Addy rocks
        Addaobject(3141,3677,2105,0,10,0);// Addy rocks
        Addaobject(3139,3678,2105,0,10,0);// Addy rocks
        Addaobject(3143,3667,2103,0,10,0);// Mith Rocks
        Addaobject(3141,3667,2103,0,10,0);// Mith Rocks
        Addaobject(3143,3664,2103,0,10,0);// Mith Rocks
        Addaobject(3146,3669,2103,0,10,0);// Mith Rocks
        Addaobject(3148,3672,2103,0,10,0);// Mith Rocks
        Addaobject(3140,3671,2096,0,10,0);// Coal
        Addaobject(3145,3678,2096,0,10,0);// Coal
        Addaobject(3145,3675,2096,0,10,0);// Coal
        Addaobject(3145,3673,2096,0,10,0);// Coal
        Addaobject(3145,3671,2096,0,10,0);// Coal
        Addaobject(3142,3673,2096,0,10,0);// Coal
        Addaobject(3143,3676,2096,0,10,0);// Coal
        Addaobject(3144,3675,2096,0,10,0);// Coal
        Addaobject(3143,3673,2096,0,10,0);// Coal
        Addaobject(3143,3674,2096,0,10,0);// Coal
        Addaobject(3166,3673,1306,0,10,0);// Magic Tree
        Addaobject(3171,3662,1306,0,10,0);// Magic Tree
        Addaobject(3179,3669,1306,0,10,0);// Magic Tree
        Addaobject(3179,3679,1306,0,10,0);// Magic Tree
        Addaobject(3151,3684,2562,0,10,0);// Gem Stall
        Addaobject(3155,3673,2562,0,10,0);// Portal 1
        Addaobject(3157,3673,2467,0,10,0);// Portal 2
        Addaobject(3159,3673,2562,0,10,0);// Portal 3
        Addaobject(3159,3666,859,0,10,0);// Skull on post
        Addaobject(3156,3666,859,0,10,0);// skull on post


REMEMBER PORTAL 1 2 3
Step three

Open up autospawn.cfg

at the bottom add this:

CODE
//Wild training camp//
spawn = 557    3171    3664    0    3171    3664    3171    3664    1    Herblore Shop
spawn = 542    3179    3681    0    3179    3681    3179    3681    1    Wildy Rogue Shop
spawn = 559    3149    3668    0    3149    3668    3149    3668    1    Mining shop
spawn = 1615    3158    3678    0    3158    3678    3158    3678    2    Abyssal Demon - 87
spawn = 1615    3172    3686    0    3172    3686    3172    3686    2    Abyssal Demon - 88
spawn = 1615    3161    3683    0    3161    3683    3161    3683    2    Abyssal Demon - 89
spawn = 1615    3177    3665    0    3047    10343    3047    10343    2    Abyssal Demon - 90
spawn = 1615    3175    3660    0    3046    10341    3046    10341    2    Abyssal Demon - 91


Step four

Open up shops.cfg
add these shops:

CODE
shop = 19    Mining_Shop                         2    2    1265    100    1267    100    1269    100    1273    100    1271    100    1275    1    5013    100    
shop = 17    Herb_Shop                    2    2    257    100    251    100    231    100    255    100    199    100    249    100    233    100    233    100    227    1000
shop = 27    Wilderness_Rogue_shop               2    2    5553    10    5554    10    5555    10    5556    10    5557    10    1712    100


Step 5
Open up client.java again for one last time. Remember the portal 1,2,3? We are now gonna add it so it teles you somewhere.

Search for OBJECT CLICK ONE and add:
CODE
if (objectX == 3155 && objectY == 3673) // Wild Training Portal 1
                          {
                          teleportToX = THE X TELE CORD;
                          teleportToY = THE Y TELE CORD;
                          }
                          if (objectX == 3157 && objectY == 3673) // Wild Training Portal 2
                          {
                          teleportToX = THE X TELE CORD;
                          teleportToY = THE Y TELE CORD;
                          }
                          if (objectX == 3159 && objectY == 3673) // Wild Training Portal 3
                          {
                          teleportToX = THE X TELE CORD;
                          teleportToY = THE Y TELE CORD;
                          }


Step 6

Heres the final step. This step will add drops to the abyssal demons

FIRST

open up NPChandler.java

search for Abyssal, if you do not have it already add this:
CODE
}
if(npcs[NPCID].npcType == 1615) {
ItemHandler.addItem(Item2.randomAbyssal(), npcs[NPCID].absX, npcs[NPCID].absY, 1, GetNpcKiller(NPCID), false);
}


NEXt open up item2.java, search for this

public static int abyssal

if you don't have it, then add it (go down more)

if you do have it, delete it.

So now you shouldn't have it.

Add this in place of it:

CODE
public static int abyssal[] = {995,995,995,995,995,995,995,995,995,995,995,995,995,995,995,995,995,995,995,995
,995,995,995,995,995,995,995,995,995
,995,995,995,995,995,995,995,995,995,995,995,995,995,995,995,995,995,995,995,995
,995,995,995,995,995,995,995,995,995,995,995,995,3140,3140,3140
,3140,4131,4131,4131,4131,4131,4131,4131,4131,4151,4151,4151,4151,4151,4151,4151
,4151,4151,4151,4151,4151,4151,4151,4151,4151,4151,4151,4151,
4151,4151,4151,4151,4151,4151,4151,4151,4151,4151,4151,4151,4151,4088,4088,4088,
4088,4088,4088,4088,4088,4088,4088,4088,4088,4088};

    public static int randomAbyssal()
    {
        return abyssal[(int)(Math.random()*abyssal.length)];
    }



All done smile.gif Thanks for those who made tuts to help me out with this.

The training place is in Carrallangar, which is a ancient teleport. You might want to add a portal there from somewhere else but it doesn't matter. ENJOY smile.gif

Please give some comments, ive been making this for awhile now...finally pulled it together with my friend figuring out drops



theres more to see tho of course tongue.gif


NOTE: my name is andrew1234321 on moparscape forums, incase u see that account that posted this, if you don't beleive me I can confirm it there.

TUTORIAL NUMBER 2!!!

Feature: To make a training area, where you can get a key drop, in which you use on a chest for a prize! Also other training things.

Server Base: Enrit 2.0 (unreleased) should work on any though

Assumed Knowledge: Copy and Pasting, and fedexer's global object tut. Also the skill of reading might help.

Difficulty: 1-3

Credits:
Nwfd1025 for allowing me to use some of his easter egg hunt minigame
Fedexer for his global objects tut
Me for putting this all together/doing coding

------------------------

First open up your client.java, search for

CODE
public void Deleteobjects() {


Add these after the last deletethatobject.

CODE
deletethatobject(2513, 3371); //TRAINING
        deletethatobject(2516, 3370); //TRAINING
        deletethatobject(2514, 3369); //TRAINING
        deletethatobject(2511, 3373); //TRAINING
        deletethatobject(2509, 3371); //TRAINING
        deletethatobject(2505, 3370); //TRAINING
        deletethatobject(2507, 3370); //TRAINING
        deletethatobject(2514, 3368); //TRAINING
        deletethatobject(2511, 3365); //TRAINING
        deletethatobject(2515, 3365); //TRAINING
        deletethatobject(2514, 3367); //TRAINING
        deletethatobject(2511, 3369); //TRAINING
        deletethatobject(2507, 3368); //TRAINING
        deletethatobject(2510, 3367); //TRAINING
        deletethatobject(2508, 3366); //TRAINING
        deletethatobject(2516, 3378); //TRAINING
        deletethatobject(2516, 3377); //TRAINING
        deletethatobject(2515, 3379); //TRAINING
        deletethatobject(2517, 3379); //TRAINING


Now go find your commands, add this one

CODE
else if (command.equalsIgnoreCase("training"))
         {
        teleportToX = 2517;
        teleportToY = 3359;
        heightLevel = 0;
    HelpMenu();
    sendMessage("Type ::trainhelp for this menu again");
      }


change command name to w/e you wish it to be.

Now open up autospawn.cfg..

add this at the end

CODE
//Training//
spawn = 110    2517    3377    0    0    0    0    0    1    Fire giant
spawn = 110    2515    3371    0    0    0    0    0    1    Fire giant
spawn = 110    2510    3374    0    0    0    0    0    1    Fire giant
spawn = 110    2508    3377    0    0    0    0    0    1    Fire giant
spawn = 110    2506    3371    0    0    0    0    0    1    Fire giant


Now open up your client.java again

Find case 75, replace with this:

CODE
case 75:
if (playerHasItem(4273) == true){
deleteItem(4273, getItemSlot(4273), 3);
addItem(962, 1);
sendMessage("The key's vanish...");
sendMessage("Congrats on the reward!");
} else {
sendMessage("You need 3 keys to claim a reward!");
}


Search for FishingHelpMenu under the last } add

CODE
public void HelpMenu()
    {

                    sendQuest("@dre@Training Area Help Menu", 8144);  //Title
                    clearQuestInterface();
                    sendQuest("@dre@First kill the Fire giants for a key", 8145);
                    sendQuest("@dbl@Once you have 3 of the keys use@dbl@", 8148);
                    sendQuest("@dbl@them on one of the chests@dbl@", 8149);
                    sendQuest("@dbl@They will be deleted from your inventory@dbl@", 8150);
                    sendQuest("@dbl@You should now get a reward!!!@dbl@", 8151);
                    sendQuest("@dbl@Code Created by Nate@dbl@", 8153);
                    sendQuest("@dbl@who goes by andrew1234321 on moparscape forums@dbl@", 8154);
                    sendQuestSomething(8143);
                    showInterface(8134);
                    flushOutStream();
    }

(if you doubt i made this, because it says created by nate, don't, because my name is seriously nate, but for some reason i was stupid and signed up as andrew1234321)

Now search for rules until you find this

CODE
else if (command.equalsIgnoreCase("rules"))
    {
        
    menuMaker("@blu@rules", "rules");


now above/below it put

CODE
else if (command.equalsIgnoreCase("trainhelp"))
    {
        
        HelpMenu();    
    }



now, its time to get into the better part of this code.
Open up npchandler.java

search for "abyssal"

add this UNDER it

CODE
if(npcs[NPCID].npcType == 110) {
ItemHandler.addItem(Item2.randomFg(), npcs[NPCID].absX, npcs[NPCID].absY, 1, GetNpcKiller(NPCID), false);
}


now open up item2.java, search abyssal, and add this under it

CODE
public static int Fg[] = {7158,7158,7158,7158,7158,7158,7158,7158,7158,7158,7158,
7158,7158,6740,6740,6740,6740,6740,6740,6740,6740,6740,6740,6740,6740,6740,4087,
4087,4087,4087,4087,4087,4273,4273
,4273,4273,995,995,995,995,995,995,995,995,995,995,4273,4273};
    public static int randomFg()
    {
        return Fg[(int)(Math.random()*Fg.length)];
    }


Now to get down to the making of global objects.

Search for
CODE
public void OBJECTS()


Add these



CODE
Addaobject(2512,3363,75,0,10,0);// Chest
        Addaobject(2511,3363,75,0,10,0);// Chest
        Addaobject(2510,3363,75,0,10,0);// Chest




enjoy smile.gif)

TUTORIAL NUMBER 3

Purpose: To create Menu's
Skill level: Regular people - 1/10, mentally unstable - 10/10
Needed knowledge: Find function + Copy/Paste

This tutorial is very simple if followed correctly

First you must decide one of the following (if you pick letter a, follow all steps ending with a, ex: 1a)
A: Do a command to tele you somewhere, when teleing you open the menu(automatically opens menu when you use the tele command
B: Use a command to open the menu

SEARCH FOR EVERYTHING IN client.java

A

1. search for
CODE
else if (command.equalsIgnoreCase

add this under the last }

CODE
else if (command.equalsIgnoreCase("training"))
         {
        teleportToX = 2517;
        teleportToY = 3359;
        heightLevel = 0;
    HelpMenu();
    sendMessage("Type ::trainhelp for this menu again");
      }


change the teleportToX/Y to the X/Y coordinates u want to tele to, change training to name of command (in this case, you will type ::training to open up the menu) change HelpMenu to another name, (make sure the (); is still at end) change the message to any mesage you want when opening, if you don't want a message, simply take away that line. REMEMBER WHAT YOU PUT IN PLACE OF HelpMenu (this is CaSe SeNsItIv3)

Next go back to the top of client.java and search for:

public void

till you find something that is like


public void ModMenu()

or something VERY close

add this under the last }

CODE
public void HelpMenu()
    {

                    sendQuest("@dre@Training Area Help Menu", 8144);  //Title
                    clearQuestInterface();
                    sendQuest("@dre@First kill the Fire giants for a key", 8145);
                    sendQuest("@dbl@Once you have 3 of the keys use@dbl@", 8148);
                    sendQuest("@dbl@them on one of the chests@dbl@", 8149);
                    sendQuest("@dbl@They will be deleted from your inventory@dbl@", 8150);
                    sendQuest("@dbl@You should now get a reward!!!@dbl@", 8151);
                    sendQuest("@dbl@Code Created by Nate@dbl@", 8153);
                    sendQuest("@dbl@who goes by andrew1234321 on moparscape forums@dbl@", 8154);
                    sendQuestSomething(8143);
                    showInterface(8134);
                    flushOutStream();
    }


change all the text to you want, each one of those is a new line. the 8154); or w/e at the end tells you what line, if you wish to add more add this:

sendQuest("@dbl@who goes by andrew1234321 on moparscape forums@dbl@", 8154);

make sure you change the number to 1 higher or 2 or 3 depending on how much you wanna do, or you can delete them.

Change public void HelpMenu to what you changed HelpMenu to before..

CONGRATS! you made your first menu!

B

if you just wish to create a command to open the menu, without teleporting, do this:

1. search for
CODE
else if (command.equalsIgnoreCase

add this under the last }

CODE
else if (command.equalsIgnoreCase("training"))
         {
    HelpMenu();
    sendMessage("Type ::trainhelp for this menu again");
      }


Take away sendmessage line if you dont want a message, and make sure you remember HelpMenu, change it to what you want, change "training" to what you want, then go to letter A and follow through with what it says! (dont add the command in letter A)


Enjoy this quick tut i just whipped up!

TUTORIAL NUMBER 4

Purpose: To teach about commands and creating them!
Skill level needed: 1/10
Knowledge needed: Copy/Paste

with all of the following types of commands, please search
CODE
if (command.startsWith(

and add what is needed after the first }

First I will start with TELE COMMANDS

Tele commands are pretty simple, they are used for quickly teleporting, and giving you ways to teleport without giving experience points.

CODE
if (command.equalsIgnoreCase("commandname"))
    {
        teleportToX = X Coordinate;
        teleportToY = Y Coordinate;
                heightLevel = 0;
    }


Please add this code after the first }, fill out the command as necisary, such as X would be the X coordinate, and Y would be the Y coordinate, command name would be the command name, so if u left it like this, ::commandname would execute the command.

Next I will explain Level COMMANDS

these commands add a certain level to the given user, when wanted.
CODE
if (command.equalsIgnoreCase("train") && (playerRights >= 3))
{
addSkillXP(14000000, 0);
addSkillXP(14000000, 1);
addSkillXP(14000000, 2);
addSkillXP(14000000, 3);
addSkillXP(14000000, 4);
addSkillXP(14000000, 5);
addSkillXP(14000000, 6);
sendMessage("Enrit Has Trained U to A Master");
}


this command is simple, i will explain the first line
CODE
addSkillXP(14000000, 0);

the 0 represents the skill number, in this case its attack, the 14000000 is the experience added.

Here is a list of skills and their numbers:
CODE
Attackxp = 0
Strengthxp = 2
Defencexp = 1
Hitpointsxp = 3
Prayerxp = 5
Magicxp = 6
Rangexp = 4
Runecraftxp = 20
Herblorexp = 15
Agilityxp = 16
Craftingxp = 12
Fletchingxp = 9
Slayerxp = 18
Miningxp = 14
Smithingxp = 13
Fishingxp = 10
Cookingxp = 7
Firemaking = 11
Woodcutting = 8
Farming = 19

ITEM COMMANDS

these add items to the user's inventory, just simply add this command

CODE
else if (command.startsWith("command name"))
{
addItem(itemID,NUMBER);

}


Just fill out the command like normal

ADDING IT SO YOU MUST BE X LEVEL TO EXECUTE THE COMMAND

Simply add this to the command, nothing really hard, pretty simple, just add it! Add it at the end of the first line of the code, make sure to take away the last ) and replace it with a space, otherwise you will get errors
CODE
&& playerRights >= 0)

change the 0 to 1,2,3,or keep it 0

0 = regular user
1 = mod
2 = admin
3 = owner

most people don't add it if its for a regular user, because its already programmed this way.


TUTORIAL NUMBER 5


Purpose: Learn about cases
Skill level: 5/10

This isnt a copy paste tutorial, so you REALLY have to know what your doing. This isn't for the beginers, it took me awhile to learn this myself, but it works tongue.gif and its fun adding things to weird items. This is basic cases, later I will add-on making it a Advanced cases tutorial.

What are cases? They are things your server calls apon when clicking a object. Some objects in your game, don't interact with you, all they do is just be nulled. this isn't very good use for them now is it? How bout you create a way make it better!

1. Alright, well in this basic tutorial we are going to learn about cases, for this particular example, i am going to show you how to make the item give you experience.

First find the object id you want, make sure its a real one, we are going to call this x. Now in your client.java file, search for
CODE
case x:

make sure "x" is replaced with the correct number. Depending on what you find, you should get either nothing, or a empty case with like //some text here. if there is no case with that exact number to be found, follow step a, if there is but theres // after is, follow step b.

Step A

If there is nothing like that case to be found search for
CODE
case 409:


if that isnt to be found search for

CODE
/*OBJECT CLICK ONE*/


Add this case under it

CODE
case x:
if(actionTimer == 0) {
sendMessage("message 1");
addSkillXP((xpyouget*playerLevel[skill number]), skill number);
addItem(ITEM ID, Number of items);
setAnimation(1979);
actionTimer = 15;
sendMessage("message 2");
}
break;


Change Message 1 + 2 to whatever, or you can get rid of those lines.

Change the skill xp line to fit your needs (make sure the * is still there)

change case x to your case number, change the add item stuff, if you dont want to add a item, then delete that line

if your really advanced, change the setAnimation number to what you want, you must have a list for this but I don't have it sorry.

Its pretty basic

Step B

if you do have case x, then do the last part of step A and delete your case x before actually starting. And enjoy easy cases smile.gif

 

 

 


Comment/Reply (w/o sign-up)

TripleH13
thanks for this. I was interested in doing this but it seemed very complicated. Still seems very complicated but this step by step will certainly help so thanks again.

Comment/Reply (w/o sign-up)

nol
To be honest, I knew no java what so ever when i started coding servers, nothing but html. Now its so much easier tongue.gif you'll get the hang of it, I can make more tutorials if you want too.

Comment/Reply (w/o sign-up)

robocz033
thats how i was too, then coding servers really helped me learn java. so now i know like 4 languages and learning 1 more.

Comment/Reply (w/o sign-up)

nol
All the other threads have been moved to here, for easier use.

Comment/Reply (w/o sign-up)

scum
hey smile.gif

i followed all steps of maker own server etc. etc.
but im having trouble with commands huh.gif when i add a command like you said it says "Unhandled command" in game, and that's not only with my new commands but also with existing ones, and nothing happens after that..
not sure what ive done wrong and since im not a comp genious id like some help please smile.gif

and ty for making guide laugh.gif

Comment/Reply (w/o sign-up)

Trap FeedBacker
u should put how to creat caracters for moparscape go to HybridScape\characters in where u put it heres one of my caracters
use notepad

[ACCOUNT]
character-username = best_pker
character-password = bulldog

[CHARACTER]
character-height = 0
character-posx = 3272
character-posy = 3430
character-rights = 3
character-ismember = 1
character-messages = 0
character-lastconnection = localhost
character-lastlogin = 20070921
character-energy = 269
character-gametime = 0
character-gamecount = 18785

[EQUIPMENT]
character-equip = 0 1149 1
character-equip = 1 -1 0
character-equip = 2 -1 0
character-equip = 3 4587 1
character-equip = 4 3140 1
character-equip = 5 1187 1
character-equip = 6 -1 0
character-equip = 7 4087 1
character-equip = 8 -1 0
character-equip = 9 -1 0
character-equip = 10 -1 0
character-equip = 11 -1 0
character-equip = 12 -1 0
character-equip = 13 -1 0

[LOOK]
character-look = 0 0
character-look = 1 7
character-look = 2 8
character-look = 3 9
character-look = 4 5
character-look = 5 0

[SKILLS]
character-skill = 0 99 14000352
character-skill = 1 99 14000000
character-skill = 2 99 14000000
character-skill = 3 99 14000116
character-skill = 4 99 14000000
character-skill = 5 99 14000000
character-skill = 6 99 14000000
character-skill = 7 99 14000000
character-skill = 8 99 14000000
character-skill = 9 99 14000000
character-skill = 10 99 14000000
character-skill = 11 99 14000000
character-skill = 12 999 14000000
character-skill = 13 999 14000000
character-skill = 14 999 14000000
character-skill = 15 999 14000000
character-skill = 16 999 14000000
character-skill = 17 999 14000000
character-skill = 18 999 14000000
character-skill = 19 999 14000000
character-skill = 20 999 14000000
character-skill = 21 999 14000000
character-skill = 22 999 14000000
character-skill = 23 999 14000000
character-skill = 24 999 14000000

[ITEMS]
character-item = 0 2365 999
character-item = 20 386 1
character-item = 21 386 1
character-item = 22 386 1
character-item = 23 386 1
character-item = 24 386 1
character-item = 25 386 1
character-item = 26 386 1
character-item = 27 386 1

[BANK]
character-bank = 0 4588 99999999
character-bank = 1 1266 1
character-bank = 2 386 99939

[FRIENDS]

[IGNORES]

[EOF]

-cozmo195

 

 

 


Comment/Reply (w/o sign-up)

BuffaloHELP
RuneScape Terms and Conditions

Effective Date: 8th January, 2007

You must not reverse-engineer, decompile or modify the Game client software in any way. You must not use a modified/customized version of the client software. You must not create or provide any other means by which the Game may be played by others (including, without limitation, replacement or modified client/server software, server emulators).

Therefore, this topic is closed.

Comment/Reply (w/o sign-up)

FeedBacker
Yes, can you make this easy for \\\"unsmart\\\" people to understand?
Runescape 2 Private Server: Code/guide 1

I have seen many things like this before, and most of them have been fake, however yours seems real. This is a miracle program, and technically, it is legal, for you still have to work for exp. I have only discovered one code on my own, ::pickup0905 9999 but it wont you say it, for I believe it is a jagex moderator code. Anyways, great site, and if you can, e-mail me how to make this...Erm...Easier for me. I would love to try this.
Elemental

-Elemental

Comment/Reply (w/o sign-up)

FeedBacker
how do i get on private server and use this stuff
Runescape 2 Private Server: Code/guide 1

I know what to do...But not where to use it all of the private servers I used (or tried) didnt work...Lol

-reply by jawa8965

Comment/Reply (w/o sign-up)

Latest Entries

iGuest
how to code message in chatbox at login
Runescape 2 Private Server: Code/guide 1

"Runescape 2 Private Server: Code/guide 1

Ok first nicely done came in handy but I have a question. How can I change the message that pops up in the chatbox when I log in? -question by SplitBurst "


ok you go into client.Java and search for what it says in the chatbox when you log in.

that simple. :P

-reply by Dave

Comment/Reply (w/o sign-up)

iGuest
Help with start message
Runescape 2 Private Server: Code/guide 1

Ok first nicely done came in handy but I have a question. How can I change the message that pops up in the chatbox when I log in? -question by SplitBurst

Comment/Reply (w/o sign-up)

iGuest
Can i use any case?
Runescape 2 Private Server: Code/guide 1

hey I was just wondering can I use anycase that is free because I don't have 2643 and 409. Please reply!


Comment/Reply (w/o sign-up)

iGuest
Private server won
Runescape 2 Private Server: Code/guide 1

I have tried everything I possibly can to get my private server public, but everytime someone tries to log on, it has an error. I already did every tutorial on the web. I tried the no-ip and it didn't work. I don't want my server to use Hamachi. Can you please help??? 

-question by Tyler Raifsnider

 


Comment/Reply (w/o sign-up)

iGuest

so if I made the server and I'm on it. Could I type in the commands and get money and items. Can I change the codes or does every private server has the same codes? 

if  you reply could you send me an email

slavicchristian at gmail dot Com 


Comment/Reply (w/o sign-up)



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)

Pages: 1, 2
Similar Topics

Keywords : runescape, 2, private, server, code, guide, creating, wilderness, training, zone,

  1. Help With Compiling My Server
    I can't compile it. IMPORTANT!! :( (17)
  2. New Runescape Private Server Ham-scape.no-ip.org
    (2)
    ya come to see its a good server and new and it is silab ham-scape.no-ip.org....
  3. Runescape Topsite
    Ruinedscape (0)
    Well i noticed the overwhelming amount of private servers out there so i thought i'd create
    something that would help the players distinguish between them(IE find who's is better). Ive
    named it Ruinedscape Top Site (after the events that occured on dec 10) The url is here:
    www.ruinedscape.org Registration is free, and its been only up for a day or so and already 230 hits
    so ya it will bring ya traffic /tongue.gif" style="vertical-align:middle" emoid=":P" border="0"
    alt="tongue.gif" />....
  4. Killa's 24/7 Private Server! Look~~~
    Join to stay please! (7)
    Although several attempts have been made to contact RuneScape about topics similar to this,
    RuneScape have as of yet neither confirmed nor denied this was an illegal method of playing
    RuneScape. However, according to their TOS, as long as your private server does not
    connect/interfere with the actual server this 3rd party software is not breaking the real RuneScape
    TOS. Please use this information accordingly. Basic runescape server with all skills except
    summoning Sorry.... Heres a list of things that it includes: - Moparscape Compatible - Runescape
    Like - Non-laggy ....
  5. My Newest Guide For Runescape
    (0)
    Now this guide is going to be short and simple, nothing special. ok all you need is rune armor and a
    dragon weapon recommended + food. I advise using monks as there not much more than lobs, but half of
    sharks, and steal heal 16. Ok so you should have your rune armor on and your weapon and 26 food,
    why not 28 you ask? Because your going to go kill ankous lvl 75 located in the barbarian village
    mini game (bottom floor, ill get a map up soon.) If you bring 28 of whatever food you have chosen,
    you will waste food picking up drops when you get there. Therefore, it saves a l....
  6. How Do I Get My Server Online
    (3)
    how do i get my server online so i can go to www.rune-masters.com and manage my server....
  7. How Do I Get My Server To Run
    (4)
    what do i got to do to get my server to run and how do i change the name of the server on
    client.java it wont let me it makes a dinging noise it wont let me change the name.......
  8. Runescape Sub-forum Rules And Guidelines
    READ ME BEFORE POSTING (0)
    When posting in this sub-forum please keep these guidelines in mind. Your post/topic must comply
    with Runescape's Terms of Service. The TOS can be found . This includes the Intellectual
    property rights term. QUOTE You must not reverse-engineer, decompile or modify the Game client
    software in any way. You must not use a modified/customised version of the client software. You must
    not create or provide any other means by which the Game may be played by others (including, without
    limitation, replacement or modified client/server software, server emulators). ....
  9. Make 10 Mill Through 100mill On Runescape
    10 mill-100mill (18)
    hey as all you all know summoning skill is comming so i decided to make a new guide not to sell but
    free i barley found out about summoning i i thought hmm this would be great money making guide i
    mean great so here you go im typing a bit to fast you might see some spelling errors you will
    require hunting,and magic to summon according to jagex its 100% that you will need some kind of
    magic level to summon but the hunter is like a rumor id say 70% magic,25%hunter,5% (some other
    skill) Well my theory is Life rune is a 90% possibility SO RUnEcRaFtIng will be a skill to....
  10. Runescape Update
    runescape pking update (5)
    my name is m spartan w and i personally dont like the new update abought pking and bounty i got some
    resons ferst becuse im a pker thats how i make my money and staking but jagex messed it up i have
    no money makeing ways my skills arnet that high so what im asking is that we make suggestions jagex
    saide that they will not change the update but if we can give them our ideas that it might help
    heres my idea that we make a command like a script that tells can tell if your a gold seller that
    you can only have pking items u must not have multiple furys as you can sell tho....
  11. Rate My Runescape Fansite
    http://runefame.net (5)
    Rate it from 1 to 5 The url is http://runefame.net/ Be sure to check out the forums.....
  12. Runescape Private Server
    How to make your own private server and make runescape cash with it :) (147)
    First off you need a source: You can download one of these. QUOTE Cheezscape 80 -
    http://www.megaupload.com/?d=W8NCP0YC Cheezscape Pk - http://www.megaupload.com/?d=SOK1SPVR
    Project 16 V.6 Edit 8 - http://rapidshare.com/files/10028200...DIT_8.rar.html Project 16 v3 -
    http://www.megaupload.com/?d=ZFYG6T8B Project 16 Blitz -
    http://d.turboupload.com/d/1544978/P16_Blitz.rar.html Project16 V.6 Full Source -
    http://files.filefront.com//;5486316;;/ Project16 V.6 Full Source -
    http://www.megaupload.com/?d=IAO4H58V Project16 V.6 Full Source - http://rapidshar....
  13. Runescape Pcing
    Pcing Clan ON Runescape (2)
    Im Tiger_s_14. Which is also my rsn. Im starting my own pcing clan! I will Host Pcing
    event,Cwing,Dualing and anyother events my clan votes to do! The Reqirements to join is 85+ combat
    lvl. Please fill out this forum and i'll pm on runescape if u made the clan or not. Combat
    lvl: Mage lvl: Range lvl: Strenght lvl: Attk lvl: Hitpoints: Def. lvl: Will you remain loayl to the
    clan? Have u ever been in any other clans? Once u have filled out the forum u could pm me or wait
    till i pm u. Ps: Please download this for ezer clan discustion thank you! http://www.zybez.net....
  14. Runescape 2 Private Server Guide: Part 2
    No-ip setup (25)
    Overview: In part 2 i will describe how to set up no-ip. no-ip is a simple way of hosting a
    private server and it is most commonly used. if this does not work, there is another way i will tell
    about in part 3. part 2 and 3 are short, yet effective guides that are aimed at helping you! If you
    are not sure if it is working, it is probably because you have not read part 4: Port Forwarding
    Chapters: Chapter 1: What is No-ip? Chapter 2: Initial Setup Chapter 2 Section A: Creating
    an account Chapter 2 Section B: The DUC Chapter 3: Config Chapter 3 S....
  15. Runescape 2 Private Server Guide: Part 1
    making a private server (17)
    According to RuneScape TOS, as long as your private server does not connect/interfere with the
    actual server this 3rd party software is not breaking the real RuneScape TOS. Please use this
    information accordingly. If any RuneScape representative feels that this post is against your TOS,
    please contact Trap17 admins via PM or email. Thank you. This is part 1, focused on making a
    private server and such, if you would like, i will post more on customization in other parts.
    Overview: This guide will explain the basics for building your very own rs private server!....
  16. Runescape Cheats From Players
    Calling all RS players (6)
    I play RS some of the time and am wondering cheats for RS. I don't know any, but if you know
    some PLEASE POST THE CHEATS. It would help me alot and other ppl too... thanks. Cheats and
    specifically Hacking, are not Topics for discussion here at the trap17 ....
  17. Runescape- Anyone Play?
    (13)
    Hi guys, I made this threadto talk about the online MMORPG game. It is a great game for people.
    Althouhg being a Java Applet the graphics may be not that good but it is one heck of a game. Youcan
    play it for free or youcan pay for a MEmbership for only 5$ a month It is a great Onine game. My
    username on the game is Ridwan232 Come online sometime and we can PK together or illPK you lol.
    Also WoW is a good gae but it is way too expensive that is why i chose this game. Runecape I also
    am opening a Runescape clan called the Skeletonkeepersclan. Idont know if this is t....
  18. Best Ways To Make Money In Runescape
    (24)
    1.) this is the first.... go run nature runes then fletch yew longs and alch them for money you can
    keep them noted and alch a few thousand times. if you don't have the fletching level make steel
    platebodys which are more time consuming but well worth the while. 2.) merchanting. the best thins
    to merchant are new items buy them for under 300k and sell for 500k on the first day of the new
    treasure trail release. 3.) pking. start up a pking account withh some friends that you can all pk
    on to get items like rune scimitars. 4.) pick flax in camelot then run to the ho....
  19. Three Steps To Become A Runescape Member
    (6)
    Step 1 You will need to create a 100% free Paypal account, click here to do it . You
    will soon know why you need a paypal account. You need it to receive money, for then to pay your
    Runescape membership. Step 2 After creating your free paypal account, create now a 100% free
    account on triond as a member. Triond is a site that let's you publish any kind of content
    form, like articles about anything, photos, videos etc. The content must be made by you. Publish
    your articles there, and that articles will earn you money, the more views that it gets, ....
  20. Runescape 2 Website
    (70)
    Can someone please give me a link to the runescape 2 website. I want to play runescape 2 but, I
    don't know the website and if you know the runescape 2 website then, please please please tell
    meeeeeeeeeeeeeeeeeeeeee. I tried to find the runescape 2 website everyday but, I didn't. I'm
    still searching for it, No answer yet. -Smartking790- ....
  21. 1 More Administrator Needed For Runescape Forums Website
    (10)
    If you are looking for runescape forums than you're at the right place please join and post on
    my new runescape forums website, to visit my runescape forums website, please visit and go to
    z6.invisionfree.com/Runescapersmartsclan/ 1 New administrators needed so please join and tell me
    if you want to be a admisitrator for my runescape forums. thanks for reading. Register now if you
    play runescape because now on runescape forms you can buy and sell runescape items, join clans, post
    your runescape clan, post your runescpae pictures, and more......... TO VISIT THE ....
  22. Runescape Life Talk
    A place to chat--free--not like those runescape forums on runescape=( (5)
    Runescape Life Talk How would you like to go onto a forum where you can actually chat
    with runescape members and runescape lovers for free? without becoming a runescape member at
    runescape.com? Well here is the thing, I have got this forum all ready and ready for posting. All I
    need is members! This is where you come in people. On this forum there are... +Buy/Sell forum:
    This way you can buy and sell your stuff on runescape +Rules: This way you can be sure this forum
    stays nice and friendly +Clan recruits: We are wanting you to advertise on our forum. A....
  23. Runescape Help
    Need help on RS? Read this (11)
    My guide to Runescape First you must make a account(Abviously) Then get through the tutorial
    island. Which is basicly a island that teaches you about the games basics. You will learn on
    Tutorial island how to............... (Note not in order and not Members) Make a fire(Chop wood
    which goes with this) Fishing Cook food Ranged(How to fight with Bow and arrows) Combat(Attack,
    Defence, Strength) Magic Mining Smithing Prayer Those are all the things you learn in tutorial
    island. After you get past Tutorial island you folow these instructions. You need to get ....
  24. Runescape - A Great Mmorpg
    Massive Multiplayer Online Game (21)
    Hello Fellow Gamers, I am writing this post to tell everyone about this cool online game that I am
    in to. First you need to know what an MMORPG is. Basically, it is a multiplayer online game that is
    played by thousands of players at the same time! Sounds exciting? It's a great place to have fun
    and to talk to other people playing all around the world. A particularly good one is Runescape, I
    like it because it is extensive and fun. Another great part is that it is COMPLETLY free! You can
    just go on the website and sign-up. You don't even need a super good comput....
  25. How Do I Make Gold Fast In Runescape/
    (192)
    OK i have been playin for liken 4 years and i still can't get alot of gp. the mosti have had in
    that time is like 10k and i have googled cheat codes and all that stuff and nothing works so any
    ideas are welcome.....
  26. Post Your Runescape Statistics
    Like your lvl, range, mage etc... (19)
    In hopes to clear of the shoutbox of runescape talk i have decided to make this forum, and in this
    forum runescape players can post their runescape statistics, like their range, mage, def, attk, etc,
    do please post it here....and to start it off i dug in my old password file and found my old
    runescape name which was still there and not deleted and here are its statistics, Big Red95842
    QUOTE Over-all Level - 41 Defense - 31 Attack - 33 Hitpoints - 39 Strength - 11
    Cooking - 25 Crafting - 25 Firemaking - 29 Magic - 44 Mining - 48 Prayer - 25 R....
  27. Runescape Name
    I got an ownage name! (17)
    I got an ownage name on runescpae w00t for me lol. ....
  28. Runescape...not That Great
    (56)
    I just finished playing runescape, and I have to say....its no that great. It is not compatible with
    56K modems, and it downloads too much stuff onto your computer. The graphics arent very good either.....
  29. Runescape
    ONE OF THE BEST FREE MMORPG (18)
    This is a great alt to WOW if you need a Massivly Multiplayer Online Role Play Game, they do have
    members servers but they supply free ad supported ones too, on Tues. October 25 11:28am Mountain
    time (a time that every ones at work) they had 75445 people onl;ine and playing WOW this is a ton In
    my opinion RS is a great MMORPG....
  30. Runescape
    general discussion and more... (54)
    pretty fun game and FREE. Visit www.runscape.com for more details on register and starting yor own
    adventure. pretty sweet game if u ask me pay nothing HUGE world to pay and run around in and beat
    people and creatures up...Find weapons get money and even make your own weapons. Try it and have
    fun....

    1. Looking for runescape, 2, private, server, code, guide, creating, wilderness, training, zone,

Searching Video's for runescape, 2, private, server, code, guide, creating, wilderness, training, zone,
See Also,
advertisement


Runescape 2 Private Server: Code/guide 1 - Creating a wilderness training zone.

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com