Thread: [PI] The Real way of getting Galkons client to connect to Project Insanity!

Page 4 of 4 FirstFirst ... 234
Results 31 to 32 of 32
  1. #31  
    Registered Member
    Join Date
    Feb 2015
    Posts
    1
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    I'm grateful for this, was standing completely in the way of things. Now i have unlimited access to my RSPS server. Super helpful +thanks
    Reply With Quote  
     

  2. #32  
    Registered Member
    Join Date
    Feb 2015
    Posts
    80
    Thanks given
    5
    Thanks received
    1
    Rep Power
    0
    i still get the same issue i removed the crash client. but now i'm open for cheat clients. idc tho i just want the client work

    the error code:
    Code:
    Error: T2 - 65,81,73 - 86,3213,3425 - 0,0,6,-39,3,-101,0,20,-10,19,-43,0,27,-10,4,-81,0,31,-28,4,-1,0,47,81,0,3,0,65,38,4,-101,0,81,95,17,-119,0,84,59,4,77,0,-102,78,12,127,0,-26,-61,4,
    Error: rusen size mismatch in getnpcpos - pos:100 psize:94
    I heard to change the NPC bit from 12 to 14 but ya... where do i do this?

    Changed the bits to 14. Still same error.. what to do? i need this client to work

    Code:
    	public void addNewNPC(NPC npc, Stream str, Stream updateBlock) {
    		synchronized(this) {
    			int id = npc.npcId;
    			npcInListBitmap[id >> 3] |= 1 << (id&7);	
    			npcList[npcListSize++] = npc;
    	
    			str.writeBits(14, id);	
    			
    			int z = npc.absY-absY;
    			if(z < 0) z += 32;
    			str.writeBits(5, z);	
    			z = npc.absX-absX;
    			if(z < 0) z += 32;
    			str.writeBits(5, z);	
    	
    			str.writeBits(1, 0); 
    			str.writeBits(14, npc.npcType);
    			
    			boolean savedUpdateRequired = npc.updateRequired;
    			npc.updateRequired = true;
    			npc.appendNPCUpdateBlock(updateBlock);
    			npc.updateRequired = savedUpdateRequired;	
    			str.writeBits(14, 1); 
    		}
    	}
    Reply With Quote  
     

Page 4 of 4 FirstFirst ... 234

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: 12
    Last Post: 05-20-2011, 02:16 PM
  2. Galkons client connect to PI
    By D Dox in forum Requests
    Replies: 1
    Last Post: 04-07-2011, 05:00 AM
  3. Replies: 5
    Last Post: 08-16-2010, 06:07 AM
  4. (Project insanity) Client Cmd)
    By PrataKosong in forum Help
    Replies: 7
    Last Post: 05-14-2010, 10:24 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •