Thread: Well i have a z508 base and its about pvp/525 cache.

Results 1 to 10 of 10
  1. #1 Well i have a z508 base and its about pvp/525 cache. 
    Registered Member
    Join Date
    May 2009
    Posts
    90
    Thanks given
    0
    Thanks received
    0
    Rep Power
    72
    In this z508 source that has been edited, before i transfered it to 525 cache it had for pvp that skull when in pvp wildy and now with the 525 cache it comes up with a quest?! Congratulations you have completed Death Plateau?? Anyone know how to remove that and add the default z508 skull with the levels you can attack? Thanks
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Jan 2009
    Posts
    2,178
    Thanks given
    135
    Thanks received
    158
    Rep Power
    0
    player.java rep pl0x.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    May 2009
    Posts
    90
    Thanks given
    0
    Thanks received
    0
    Rep Power
    72
    Do you know where in that? >3
    Reply With Quote  
     

  4. #4  
    Banned

    Join Date
    Jan 2009
    Posts
    2,178
    Thanks given
    135
    Thanks received
    158
    Rep Power
    0
    yes lol mts.
    edit: use my 508/525 released in 503+ downloads "final evolution"
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    May 2009
    Posts
    90
    Thanks given
    0
    Thanks received
    0
    Rep Power
    72
    All i need to do is remove the interface for the Death plateau thingy... thats all i need help with :L
    Reply With Quote  
     

  6. #6  
    Banned

    Join Date
    Jan 2009
    Posts
    2,178
    Thanks given
    135
    Thanks received
    158
    Rep Power
    0
    one sec ill find something that can help you.
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    May 2009
    Posts
    90
    Thanks given
    0
    Thanks received
    0
    Rep Power
    72
    thanks
    Reply With Quote  
     

  8. #8  
    Member
    Join Date
    Oct 2008
    Posts
    744
    Thanks given
    2
    Thanks received
    6
    Rep Power
    0
    its in public void add wilderness. There will be a setoverlay there. Either change it to the correct format or just delete it and it will go away. You also need to change it in rs2loginprotocol so that when u log in inside the wild its not there.
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  9. #9  
    Press Conference
    Guest
    Open player.java
    look for
    Code:
    = 126
    You will see something like this, might be different, can't remember.
    Code:
    		getActionSender().setOverlay(this, 380);
    Delete and add this
    Code:
    getActionSender().setInterfaceConfig(this, 745, 3, true);
    getActionSender().setInterfaceConfig(this, 745, 6, false);
    It might be different, but try it out.
    Reply With Quote  
     

  10. #10  
    Member
    Join Date
    Oct 2008
    Posts
    744
    Thanks given
    2
    Thanks received
    6
    Rep Power
    0
    ^ hes right its something like that if that code doesnt work just change the 3 and 6 around and the true and false until it works. Also then u need to add the opposite to public void removewilderness() like:

    Code:
     
    getActionSender().setInterfaceConfig(this, 745, 3, false);
    getActionSender().setInterfaceConfig(this, 745, 6, true);
    Make sure u change the code in rs2loginprotocol.java also cause thats the problem when u log in inside wilderness.
    [Only registered and activated users can see links. ]
    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

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