Thread: Oracle Of Dawn Interface

Results 1 to 7 of 7
  1. #1 Oracle Of Dawn Interface 
    Member
    Join Date
    Jan 2016
    Posts
    13
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Hello, i am asking how to fix or i guess edit Oracle of Dawn's interface.


    My friend and I have been skype calling and teamviewing all possibilities that we could think of and nothing came to help.

    I am asking you guys, do any of you know how to get rid or at least point us in the right direction to editing this?



    718 frostbite
    Reply With Quote  
     

  2. #2  
    Registered Member 2nubs1cup's Avatar
    Join Date
    Jan 2013
    Posts
    972
    Thanks given
    77
    Thanks received
    90
    Rep Power
    15
    Assuming you want to get rid of the white letters.. you would need to edit the interface using paint or photoshop (I'd go with photoshop). With those tools you can remove the white letters out.
    Reply With Quote  
     

  3. #3  
    Member
    Join Date
    Jan 2016
    Posts
    13
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    No, the white letters are whats needed to be kept, the overlay is the bronze looking text
    Reply With Quote  
     

  4. #4  
    Donator

    Join Date
    Dec 2008
    Posts
    163
    Thanks given
    60
    Thanks received
    26
    Rep Power
    14
    Change the interface ID.... theres alot of other threads on this issue.... really simple.
    Reply With Quote  
     

  5. #5  
    Hyperion
    Sammi's Avatar
    Join Date
    Jun 2014
    Posts
    601
    Thanks given
    173
    Thanks received
    259
    Rep Power
    8
    Inter id?
    Reply With Quote  
     

  6. #6  
    Banned
    Join Date
    Dec 2014
    Posts
    52
    Thanks given
    20
    Thanks received
    6
    Rep Power
    0
    Economymanager.java change inter 1312 to 216
    Reply With Quote  
     

  7. #7  
    Registered Member Halo Of Aura's Avatar
    Join Date
    Sep 2013
    Age
    33
    Posts
    13
    Thanks given
    1
    Thanks received
    0
    Rep Power
    11
    for further clarity do the following:

    private static void sendOptionsInterface(Player player) {
    player.getInterfaceManager().sendCentralInterface( 216);
    player.getPackets().sendHideIComponent(216, 26, true);
    }

    public static void setupInterface(Player player, String[] options) {
    for (int i = 0; i < ROOT_COMPONENTS.length; i++) {
    if (options[i] == null) {
    player.getPackets().sendHideIComponent(216, ROOT_COMPONENTS[i], true);
    } else {
    player.getPackets().sendHideIComponent(216, ROOT_COMPONENTS[i], false);
    player.getPackets().sendIComponentText(216, TEXT_COMPONENTS[i], options[i]);
    then once that's done, go to buttonhandler.java and find the 1312 inter on there and change that to 216, compile using eclipse (reccommended) then run. Enjoy.
    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. All of my Interfaces disappeared
    By oshua00 in forum Help
    Replies: 0
    Last Post: 10-05-2009, 03:20 AM
  2. Beast of Burden Interface
    By Mimz in forum Help
    Replies: 1
    Last Post: 05-26-2009, 04:41 AM
  3. Some of my interfaces
    By Darkie in forum Show-off
    Replies: 17
    Last Post: 04-01-2009, 04:38 PM
  4. Bored.. Think of an interface, ill make it.
    By D3d Wildy in forum RS2 Client
    Replies: 43
    Last Post: 03-17-2009, 12:08 AM
  5. Some of my interfaces (+ Summoning Orb)
    By Arizona™ in forum Show-off
    Replies: 21
    Last Post: 02-08-2009, 04:23 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
  •