|
|
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![]()

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?
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() {
quick update i got my client title changed though
| « 718 Trivia Problem | How do I make SOF rare items, rare? » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |
| Tags for this Thread |