Thread: HumidityX base source and client problems 667/718

Results 1 to 5 of 5
  1. #1 HumidityX base source and client problems 667/718 
    Registered Member
    Join Date
    Jul 2013
    Posts
    15
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Ok i got quite a few problems im looking at trying to edit this 667/718 source. First and upmost important thing atm is that when a player dies they do not respawn. I cant figure out what is wrong other than i dont have a config.java file so i cant add in the code i want to use to let me respawn. The 2nd thing is that i cant edit the client title at all and this doesnt worry me much other than i dont even have the gui file to do any of that. Final thing is i want a new shop editor because mine is packed up right now and i cant unpack it so i need to start off another one so i can add shops as i please. thanks to all who help. If you solve one of these problems there will be a thanks button being spammed on your profile
    Reply With Quote  
     

  2. #2  
    Donator


    Join Date
    Aug 2013
    Posts
    1,166
    Thanks given
    273
    Thanks received
    156
    Rep Power
    445
    Quote Originally Posted by FuzeScape View Post
    Ok i got quite a few problems im looking at trying to edit this 667/718 source. First and upmost important thing atm is that when a player dies they do not respawn. I cant figure out what is wrong other than i dont have a config.java file so i cant add in the code i want to use to let me respawn. The 2nd thing is that i cant edit the client title at all and this doesnt worry me much other than i dont even have the gui file to do any of that. Final thing is i want a new shop editor because mine is packed up right now and i cant unpack it so i need to start off another one so i can add shops as i please. thanks to all who help. If you solve one of these problems there will be a thanks button being spammed on your profile
    settings.java for respawn, not sure (been use 718s), loader.java
    [Only registered and activated users can see links. ]
    Edit: loader.java (client sided) obviously
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jul 2013
    Posts
    15
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    ok ill open up notepad and check it out thanks. For the respawn ive never had this problem so what code should i be looking for?
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Jul 2013
    Posts
    15
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Neither of these folders had what i was looking for. This is what my settings.java says package com.rs;

    import com.rs.game.WorldTile;

    public final class Settings {

    // client/server settings
    public static final String SERVER_NAME = "Catalyst";
    public static final String WEBSITE_LINK = "";
    public static final String ITEMLIST_LINK = "";
    public static final String ITEMDB_LINK = "";
    public static final String VOTE_LINK = "";
    public static final String LASTEST_UPDATE = "Please use ::vote to help us get players.";
    public static final int PORT_ID = 43594;
    public static final String CACHE_PATH = "data/cache/";
    public static final int RECEIVE_DATA_LIMIT = 7500;
    public static final int PACKET_SIZE_LIMIT = 7500;
    public static final int CLIENT_BUILD = 667;
    public static final int CUSTOM_CLIENT_BUILD = 7;

    public static boolean DEBUG;
    public static boolean HOSTED;

    // Start of Custom Rights
    public static final int IS_OWNER = 6;
    public static final int IS_ADMIN = 5;
    public static final int IS_MOD = 4;
    public static final int IS_DONATOR = 3;
    public static final int IS_DEVELOPER = 2;
    public static final int IS_GFX_DESIGNER = 1;
    public static final int IS_NORMAL_PLAYER = 0;
    // End of Custom Rights

    // GUI Settings
    public static final String GUI_SIGN = "Brought To You by Fuze X";
    public static final String LINE_SEPARATOR = System
    .getProperty("line.separator");
    // world settings
    public static final int START_PLAYER_HITPOINTS = 100;
    public static final WorldTile START_PLAYER_LOCATION = new WorldTile(4704,4705,0);
    public static final String START_CONTROLER = "StartTutorial"; // "NewHomeControler";//
    public static final WorldTile RESPAWN_PLAYER_LOCATION = new WorldTile(4704,4705,0);
    public static final long MAX_PACKETS_DECODER_PING_DELAY = 30000; // 30secs
    public static final int WORLD_CYCLE_TIME = 600; // the speed of world in ms
    public static final int XP_RATE = 10; // x75 for combat, x50 for skills
    public static final int SKILLING_XP_RATE = 50;
    public static final int COMBAT_XP_RATE = 75;
    public static final int AIR_GUITAR_MUSICS_COUNT = 50;
    public static final int PLAYERS_LIMIT = 2000;
    public static final int LOCAL_PLAYERS_LIMIT = 250;
    public static final int NPCS_LIMIT = Short.MAX_VALUE;
    public static final int LOCAL_NPCS_LIMIT = 1000;
    public static final int MIN_FREE_MEM_ALLOWED = 30000000;
    public static final int[] MAP_SIZES = { 104, 120, 136, 168 };
    public static final int[] GRAB_SERVER_KEYS = { 1362, 77448, 44880, 39771,
    24563, 363672, 44375, 0, 1614, 0, 5340, 142976, 741080, 188204,
    358294, 416732, 828327, 19517, 22963, 16769, 1244, 11976, 10, 15,
    119, 817677, 1624243};

    public static String[] DONATOR_ITEMS = { };

    public static String[] EARNED_ITEMS = { "castle wars ticket", "(class",
    "sacred clay", "dominion" };

    private Settings() {
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Jul 2013
    Posts
    15
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    quick update i got my client title changed though
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Elisium 508 Base Source and Client
    By Myuria in forum Downloads
    Replies: 52
    Last Post: 03-31-2019, 07:14 AM
  2. Replies: 5
    Last Post: 03-30-2013, 06:34 AM
  3. 718 source and client.
    By altiar in forum Requests
    Replies: 1
    Last Post: 10-08-2012, 05:39 AM
  4. proper 667 source and client
    By blancke in forum Help
    Replies: 2
    Last Post: 06-14-2012, 08:00 AM
  5. 667/704 source and client
    By Vukiii in forum Help
    Replies: 4
    Last Post: 03-25-2012, 08:35 PM
Tags for this Thread

View Tag Cloud

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •