Thread: OSRS PK Release | Elvarg Based | Amazing Combat | NPC Pk Bots | Custom Interfaces |

Page 25 of 40 FirstFirst ... 15232425262735 ... LastLast
Results 241 to 250 of 400
  1. #241  
    Registered Member
    Join Date
    Apr 2016
    Posts
    6
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Quote Originally Posted by Professor Oak View Post
    Haha wtf.

    That's happening because it can't find the archives. Make sure the cache is in Client/cache and you can also disable the cache dler lol
    Rip... I'm slow and didn't import both Client and Server into Eclipse as their own Java projects so it put me in the directory where I would have to do ./Client/Cache as opposed to ./Cache... Fixed that lol. Unfortunately, the client.jar is getting stuck on starting up and I'm not sure why, but all is good for now. Thanks.
    Reply With Quote  
     

  2. #242  
    Donator
    Skater's Avatar
    Join Date
    Nov 2011
    Posts
    545
    Thanks given
    21
    Thanks received
    23
    Rep Power
    0
    Quote Originally Posted by realspades View Post
    Rip... I'm slow and didn't import both Client and Server into Eclipse as their own Java projects so it put me in the directory where I would have to do ./Client/Cache as opposed to ./Cache... Fixed that lol. Unfortunately, the client.jar is getting stuck on starting up and I'm not sure why, but all is good for now. Thanks.


    I'm having the same issue I'm not sure what to zip for the cache nor do i know why the jar is stuck at starting up probably that's why, can anybody fix this please

    Quote Originally Posted by Professor Oak View Post
    Haha wtf.

    That's happening because it can't find the archives. Make sure the cache is in Client/cache and you can also disable the cache dler lol
    you know why the cache folder won't start up for the jar? because Idk what to zip for the cache and why the jar is stuck at starting up
    Reply With Quote  
     

  3. #243  
    Registered Member
    Join Date
    Jul 2017
    Posts
    4
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Wouldn't ever use this "as is" but very nice still.

    I wonder which client this client is built on? The renaming seems kinda odd.
    Reply With Quote  
     

  4. #244  
    Extreme Donator


    Join Date
    Oct 2010
    Posts
    2,853
    Thanks given
    1,213
    Thanks received
    1,622
    Rep Power
    5000
    Quote Originally Posted by Spirithill View Post
    Wouldn't ever use this "as is" but very nice still.

    I wonder which client this client is built on? The renaming seems kinda odd.
    https://www.rune-server.ee/runescape...efactored.html
    Reply With Quote  
     

  5. #245  
    Registered Member
    Join Date
    Apr 2016
    Posts
    6
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Quote Originally Posted by Owner Spikey View Post
    I'm having the same issue I'm not sure what to zip for the cache nor do i know why the jar is stuck at starting up probably that's why, can anybody fix this please


    you know why the cache folder won't start up for the jar? because Idk what to zip for the cache and why the jar is stuck at starting up
    You gotta save the jar in a folder with the Cache and it'll work. I ran it with java.exe and saw the error easily in the console.
    Reply With Quote  
     

  6. #246  
    Registered Member Dragon Boots's Avatar
    Join Date
    Aug 2013
    Posts
    78
    Thanks given
    24
    Thanks received
    2
    Rep Power
    6
    Just loaded it up and it logs me out when trying to open the bank also the items have no definitions? Idk if this is an antileech?

    Edit: Fixed it, was just some issues with paths.
    Reply With Quote  
     

  7. #247  
    Extreme Donator


    Join Date
    Oct 2010
    Posts
    2,853
    Thanks given
    1,213
    Thanks received
    1,622
    Rep Power
    5000
    Seen people copy the entire thread and post on different forums. I don't mind if you do, as long as you give proper credits.

    Edit:
    Updated the mem leak fix for netty. It seems there was another one.
    Quote Originally Posted by Professor Oak View Post
    ByteBuf mem-leak fix, ChannelEventHandler.java:

    Code:
    @Override
    	protected void channelRead0(ChannelHandlerContext ctx, Object msg) throws Exception {
    		try {
    
    			PlayerSession session = ctx.channel().attr(NetworkConstants.SESSION_KEY).get();
    
    			if (session == null) {
    				throw new IllegalStateException("session == null");
    			}
    
    			if(msg instanceof LoginDetailsMessage) {
    				session.finalizeLogin((LoginDetailsMessage)msg);
    			} else if(msg instanceof Packet) {
    				session.queuePacket((Packet)msg);
    			}
    
    		} catch(Exception e) {
    			e.printStackTrace();
    		} finally {
    			ReferenceCountUtil.release(msg);
    		}
    	}
    PlayerSession.java:
    Code:
    	public void processPacket(Packet packet) {
    		try {
    			PacketConstants.PACKETS[packet.getOpcode()].handleMessage(player, packet);
    		} finally {
    			packet.getBuffer().release();
    		}
    	}
    [Today 01:29 AM] RSTrials: Nice 0.97 Win/Loss Ratio luke. That's pretty bad.
    [Today 01:30 AM] Luke132: Ok u fucking moron i forgot i could influence misc.random
    Reply With Quote  
     

  8. Thankful users:


  9. #248  
    Registered Member
    Join Date
    Jun 2017
    Posts
    18
    Thanks given
    0
    Thanks received
    5
    Rep Power
    11
    Does anyone know how to add the 602 skilltab to this? D;
    Reply With Quote  
     

  10. #249  
    Registered Member
    chlorine's Avatar
    Join Date
    Dec 2014
    Posts
    156
    Thanks given
    54
    Thanks received
    44
    Rep Power
    201
    Hate to ask this simple question as I have dabbled in RSPS before but is there a reason interfaces won't show up when typing the command? I tried editing my rights to OWNER and DEVELOPER, but they don't show. I assume they "load" as in I can't click the main screen, like when an interface is shown. Do you know what could be causing this?
    Reply With Quote  
     

  11. #250  
    Extreme Donator


    Join Date
    Oct 2010
    Posts
    2,853
    Thanks given
    1,213
    Thanks received
    1,622
    Rep Power
    5000
    Quote Originally Posted by chlorine View Post
    Hate to ask this simple question as I have dabbled in RSPS before but is there a reason interfaces won't show up when typing the command? I tried editing my rights to OWNER and DEVELOPER, but they don't show. I assume they "load" as in I can't click the main screen, like when an interface is shown. Do you know what could be causing this?
    command is "int", not "interface" iirc. I'm lazy sometimes
    [Today 01:29 AM] RSTrials: Nice 0.97 Win/Loss Ratio luke. That's pretty bad.
    [Today 01:30 AM] Luke132: Ok u fucking moron i forgot i could influence misc.random
    Reply With Quote  
     

Page 25 of 40 FirstFirst ... 15232425262735 ... LastLast

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. Replies: 38
    Last Post: 04-24-2017, 04:43 AM
  2. Elvarg Base using diffrent NPC for shops
    By D E T H in forum Help
    Replies: 10
    Last Post: 04-18-2017, 10:35 PM
  3. Replies: 37
    Last Post: 08-15-2014, 06:27 AM
  4. Xero-Edition Pk Based | Amazing Combat
    By Guruu in forum Selling
    Replies: 42
    Last Post: 08-05-2014, 09:48 PM
  5. Replies: 36
    Last Post: 10-27-2012, 10:35 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •