Thread: [PI] Request

Results 1 to 4 of 4
  1. #1 [PI] Request 
    Member
    Join Date
    Jul 2013
    Age
    25
    Posts
    379
    Thanks given
    81
    Thanks received
    14
    Rep Power
    0
    I've been trying to find this for a while and really found nothing, either completely clean pi releases, or some other irrelevant thing google whips up for me.

    Anyways so I'm really looking for a near clean pi base that I can work on and mess around with and see what I can do. If anyone could give me a link to a pi like this I will be sure if I release it I will have the first copy sent to you and don't forget the rep + thanks.


    Things I'm looking for when I say. "near clean pi base."

    • All the known or easy to do bugs/dupes fixed.
    • Signlink finds cache in another folder than the client
    • Cache downloader works.



    I understand some will say, "You can just get a pi base and do this all yourself.." But I don't have any help and I'm the worst coder ever. So please help as much as possible.
    Quote Originally Posted by Ganorah View Post
    that you are a stupid kid that complains and complains on things that you dont appreciate, you should put a fucking bullet in your head no1 will miss you not even your parents... you dont deserve to live thats what im fucking on about, retard
     

  2. #2  
    Registered Member
    Join Date
    Feb 2015
    Posts
    1
    Thanks given
    0
    Thanks received
    1
    Rep Power
    0
    http://www.rune-server.org/runescape...rter-base.html

    Pretty good starter. Comes with higher data already packed. You'll have to put in CacheDownloader yourself but that is pretty quick.

    Edit:
    Just a quick snippet to have Signlink load from user's home directory
    Code:
    public static String findcachedir()
    	{	
    		boolean exists = (new File(System.getProperty("user.home") + "/cache_name/")).exists();
    		if (exists) {
    			return System.getProperty("user.home") + "/cache_name/";
    		} else {
    			File f = new File(System.getProperty("user.home") + "/cache_name/");
    			f.mkdir();
    			return System.getProperty("user.home") + "/cache_name/";
    		}
    	}
     

  3. Thankful user:


  4. #3  
    anInt69

    Max _'s Avatar
    Join Date
    Feb 2012
    Age
    26
    Posts
    1,801
    Thanks given
    426
    Thanks received
    727
    Rep Power
    599
    http://www.rune-server.org/runescape...ed-v1-0-a.html

    Find a client to use this with that fits your need data wise.

    No source on here will work for the 'work coder ever'.
     

  5. #4  
    Member
    Join Date
    Jul 2013
    Age
    25
    Posts
    379
    Thanks given
    81
    Thanks received
    14
    Rep Power
    0
    Quote Originally Posted by Max _ View Post
    http://www.rune-server.org/runescape...ed-v1-0-a.html

    Find a client to use this with that fits your need data wise.

    No source on here will work for the 'work coder ever'.

    Thanks Max, I meant worst coder ever.
    Quote Originally Posted by Ganorah View Post
    that you are a stupid kid that complains and complains on things that you dont appreciate, you should put a fucking bullet in your head no1 will miss you not even your parents... you dont deserve to live thats what im fucking on about, retard
     


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: 0
    Last Post: 11-15-2010, 01:40 PM
  2. Replies: 0
    Last Post: 11-06-2010, 07:51 PM
  3. Replies: 0
    Last Post: 11-06-2010, 07:50 PM
  4. PI request
    By Mickt3 in forum Requests
    Replies: 15
    Last Post: 09-26-2010, 08:55 PM
  5. PI Requests
    By Xuzk in forum Requests
    Replies: 0
    Last Post: 07-28-2010, 07:28 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
  •