Thread: Converting PwnScape source for Galkons Retrofacted Client?

Page 1 of 2 12 LastLast
Results 1 to 10 of 16
  1. #1 Converting PwnScape source for Galkons Retrofacted Client? 
    pillowfight
    Guest
    How would i do this? I am using Pwnscape which is delta. When i log in with Galkons client the characters and name are all messed up. I want to use Galkons because it has more tutorials than Bluurr's. I can send someone the source too.

    Original name should be "Owner Noah"


    EDIT: I just figured out it freezes whenever i try to click any other tabs such as skills, quests, etc...


    Sorry if this is the wrong section.
    Reply With Quote  
     

  2. #2  
    Ultimatum
    Guest
    Im not sure, but if the PwnScape client is bluurr based

    you'd have to remove the modifications that are needed to work a bluurr client.

    (player.java)
    Reply With Quote  
     

  3. #3  
    pillowfight
    Guest
    Ok, ill try. What would they be like? Sorry, i dont know much. Maybe if i post my Server.java could you try and remove them?
    Reply With Quote  
     

  4. #4  
     

    Vastiko's Avatar
    Join Date
    Dec 2006
    Posts
    5,700
    Thanks given
    300
    Thanks received
    663
    Rep Power
    5000
    Its the client,

    Your servers 'player appearance' block is sending one too many details like headIcons & pkIcons

    So check that first off.

    I then suggest you remove the nulled items from your server.
    Reply With Quote  
     

  5. #5  
    Ultimatum
    Guest
    Quote Originally Posted by Ventrillo View Post
    Its the client,

    Your servers 'player appearance' block is sending one too many details like headIcons & pkIcons

    So check that first off.

    I then suggest you remove the nulled items from your server.
    Basically what I said (besides the nulled items)
    Reply With Quote  
     

  6. #6  
    pillowfight
    Guest
    I changed:
    Code:
    	protected boolean appearanceUpdateRequired =true;
    to =false; and the names are fixed now. Hmm, ill try playing around with it. And how do i add models to Galkons client, do i have to add 1 by 1?

    and this is what happens when i click the tools icon, this is in the Client CMD prompt:

    Code:
    RS2 user client - release #317
    Exception in thread "Thread-4" java.lang.NullPointerException
            at client.drawInterface(client.java:8304)
            at client.drawTabArea(client.java:1846)
            at client.drawGameScreen(client.java:8189)
            at client.processDrawing(client.java:8927)
            at RSApplet.run(RSApplet.java:116)
            at client.run(client.java:4731)
            at java.lang.Thread.run(Unknown Source)
    Reply With Quote  
     

  7. #7  
    Ultimatum
    Guest
    lol, 1 min, ill get you the code to fix it completely.

    I'll edit this post once i get it for you
    Reply With Quote  
     

  8. #8  
    pillowfight
    Guest
    Is it possbile to make it work with both clients? That would be amazing. And in Galkons Retrofacted which is the client.java?
    Reply With Quote  
     

  9. #9  
    Ultimatum
    Guest
    uhm

    client.java?

    [Cant be bothered to find the code btw]
    Its on Bluurrs Client downloads, just do the opposite of what it tells you to implement when installing.
    Reply With Quote  
     

  10. #10  
    Registered Member

    Join Date
    Nov 2008
    Posts
    2,180
    Thanks given
    148
    Thanks received
    99
    Rep Power
    2004
    CHeck your headicons and hinticons in player.java.
    Reply With Quote  
     

Page 1 of 2 12 LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •