player.java rep pl0x.
|
|
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![]()

player.java rep pl0x.
Do you know where in that? >3

yes lol mts.
edit: use my 508/525 released in 503+ downloads "final evolution"
All i need to do is remove the interface for the Death plateau thingy... thats all i need help with :L

one sec ill find something that can help you.
thanks![]()
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.
Open player.java
look forYou will see something like this, might be different, can't remember.Code:= 126Delete and add thisCode:getActionSender().setOverlay(this, 380);It might be different, but try it out.Code:getActionSender().setInterfaceConfig(this, 745, 3, true); getActionSender().setInterfaceConfig(this, 745, 6, false);
^ 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:
Make sure u change the code in rs2loginprotocol.java also cause thats the problem when u log in inside wilderness.Code:getActionSender().setInterfaceConfig(this, 745, 3, false); getActionSender().setInterfaceConfig(this, 745, 6, true);
| « How would i make this code work | getNoclipPositions() » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |