[guide] coding a server mystical wonda's way [guide]

Discussion in 'RuneScape Miscellaneous' started by Mystical Wonda, Aug 6, 2008.

Thread Status:
Not open for further replies.
[guide] coding a server mystical wonda's way [guide]
  1. Unread #1 - Aug 6, 2008 at 12:00 PM
  2. Mystical Wonda
    Referrals:
    0

    Mystical Wonda Guest

    [guide] coding a server mystical wonda's way [guide]

    Purpose: To code your Server.

    Difficulty: 1/10

    Assumed Knowledge: C&P, search

    Server Base: allstarscape

    Classes Modified: Client.java, Npc.handler

    ok when you get your source open client.java

    serch with Ctrl+H for notepad users and press F5 or F8 for textpad users

    search
    Code:
    Allstar-Scape
    and you should see something like this,
    Code:
      // Playercount at top of screen
        public void writePlayers() {
            int players = PlayerHandler.getPlayerCount();
    
            sendFrame126("@gra@Players - " + players, 6570);
            sendFrame126("Allstar-Scape", 6572);
            sendFrame126("", 6664);
            setInterfaceWalkable(6673); // 6673}}}
            // setInterfaceWalkable(14600);//201
    or

    Code:
     public void newWelc() {
            String owner = "Mod Allstar";
            String LU = "Elemental Armor";
            String Rep = "" + reputation;
    
            sendQuest("@bla@~~~ Allstar-Scape ~~~", 15950);
            sendQuest("", 15960);
            sendQuest("", 15961);
            sendQuest("Server created by Allstarscape", 15959);
            sendQuest("", 15951);
            sendQuest("Reputation: @whi@" + Rep, 15952);
            sendQuest("", 15953);
            sendQuest("", 15954);
            sendQuest("", 15955);
            sendQuest("", 15956);
            sendQuest("", 15957);
            sendQuest("", 15958);
    these are for the first to in allstarscape!!
    replace all the allstar-scapes in the whole client.java with your server name

    save and compile......

    then open NpcHandler.java

    search allstar-scapes or allstarscapes, and do the same thing!
    I DIDNT HAVE MUCH TIME TO DO THIS SO ITS SHORT AND SWEET PLZ DONT FLAME ME ITS MY FIRT TUTORIAL!
     
  3. Unread #2 - Aug 6, 2008 at 12:12 PM
  4. blastboy
    Joined:
    Apr 13, 2008
    Posts:
    425
    Referrals:
    0
    Sythe Gold:
    0

    blastboy Forum Addict
    Banned

    [guide] coding a server mystical wonda's way [guide]

    it was kewl but likecan u give us more
     
< SpiderScape V2#New server#Lots of features | [Guide] Making Private server [Guide] >

Users viewing this thread
1 guest
Thread Status:
Not open for further replies.


 
 
Adblock breaks this site