Thread: InsidiaX Quest Tab

Results 1 to 7 of 7
  1. #1 InsidiaX Quest Tab 
    Registered Member
    Join Date
    Jan 2012
    Posts
    12
    Thanks given
    0
    Thanks received
    2
    Rep Power
    11
    Hi Im new to coding and I did a lot of changes to the InsidiaX v2 source but Im having a hard time trying to change the quest tab because it says owners and website name, I went into client.java and down to where it said owners and their names, I replaced the names but they arent showing up. I would really appreciate it if someone could explain how to fix this
    Reply With Quote  
     

  2. #2  
    Banned
    Join Date
    Jan 2012
    Age
    24
    Posts
    552
    Thanks given
    53
    Thanks received
    37
    Rep Power
    0
    download my client... its for insidiaxv2
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jan 2012
    Posts
    12
    Thanks given
    0
    Thanks received
    2
    Rep Power
    11
    I did download your client but, it didnt work, and why would it have any effect in what im trying to say anyway, Im saying that I do not know how to change what it says in the quest tab in the source insidiaX v2. I am in no need for a client but I highly appreciate you trying to help
    Reply With Quote  
     

  4. #4  
    Donator
    Patience's Avatar
    Join Date
    Oct 2011
    Posts
    56
    Thanks given
    0
    Thanks received
    1
    Rep Power
    11
    I have the same problem. I believe it's client sided.
    Reply With Quote  
     

  5. #5  
    OoO Donor <3
    Rockstar Jax's Avatar
    Join Date
    Mar 2011
    Age
    24
    Posts
    608
    Thanks given
    77
    Thanks received
    78
    Rep Power
    21
    rsinterface maybe?

    <-- amateur sig skills dont hate
    Reply With Quote  
     

  6. #6  
    Banned
    Join Date
    Oct 2010
    Age
    28
    Posts
    117
    Thanks given
    2
    Thanks received
    4
    Rep Power
    0
    Code:
    public void clearQInterface() {
    It's in client.java server sided....
    Code:
    getPA().sendFrame126("@[email protected] Owner:", 29161);
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Jan 2012
    Posts
    12
    Thanks given
    0
    Thanks received
    2
    Rep Power
    11
    Thanks crazygod but thats what I have maybe you could look into this code and see if theres something wrong with it, It is exactly how I want but its just not changing, I saved it correctly also

    Code:
    public void clearQInterface() {
    		for (int iD = 29172; iD <= 29264; iD++) {
    			getPA().sendFrame126("", iD);
    		}
    		getPA().sendFrame126(
    				"EvolScape: " + PlayerHandler.getPlayerCount() + " Online",
    				29155); // Tab Title
    
    		getPA().sendFrame126("Owner", 29161); // 1st section title
    		getPA().sendFrame126("God", 29162); // 1rd section
    																// content
    
    		getPA().sendFrame126("Website & Forum", 29163); // 2nd section title
    	}
    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. Replies: 68
    Last Post: 08-30-2016, 11:36 PM
  2. insidiaX V2 quest tab doesnt add anything
    By youngy_james in forum Help
    Replies: 8
    Last Post: 03-06-2012, 12:19 AM
  3. Replies: 5
    Last Post: 02-26-2012, 12:24 AM
  4. Replies: 21
    Last Post: 07-24-2011, 09:45 AM
  5. Quest Tab (Quest Point Line)
    By Blizz in forum Requests
    Replies: 2
    Last Post: 01-25-2009, 11:02 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
  •