Thread: Asteria settings tab

Results 1 to 3 of 3
  1. #1 Asteria settings tab 
    Banned
    Join Date
    Jul 2017
    Posts
    11
    Thanks given
    5
    Thanks received
    0
    Rep Power
    0
    Attached image

    When the settings tab is clicked the client freezes.
    It seems the settings tab has the wrong Id? How do i get the right Id or how am i able to fix this?
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Apr 2013
    Posts
    1,614
    Thanks given
    410
    Thanks received
    475
    Rep Power
    0
    In player.java you'll find this method that sets all your tab interfaces.

    Code:
        @Override
        public void create() {
            OutputMessages encoder = getMessages();
            encoder.sendMapRegion();
            encoder.sendDetails();
            super.getFlags().set(Flag.APPEARANCE);
            encoder.sendSidebarInterface(1, 3917);
            encoder.sendSidebarInterface(2, 638);
            encoder.sendSidebarInterface(3, 3213);
            encoder.sendSidebarInterface(4, 1644);
            encoder.sendSidebarInterface(5, 5608);
            encoder.sendSidebarInterface(6, spellbook.getId());
            encoder.sendSidebarInterface(8, 5065);
            encoder.sendSidebarInterface(9, 5715);
            encoder.sendSidebarInterface(10, 2449);
            encoder.sendSidebarInterface(11, 904);
            encoder.sendSidebarInterface(12, 147);
            encoder.sendSidebarInterface(13, 962);
            encoder.sendSidebarInterface(0, 2423);
            move(super.getPosition());
            Skills.refreshAll(this);
            equipment.refresh();
            inventory.refresh();
            encoder.sendPrivateMessageListStatus(2);
            privateMessage.updateThisList();
            privateMessage.updateOtherList(true);
            encoder.sendContextMenu(4, "Trade with");
            encoder.sendContextMenu(5, "Follow");
            if (newPlayer) {
                inventory.addAll(GameConstants.STARTER_PACKAGE);
                encoder.sendInterface(3559);
                newPlayer = false;
            }
            CombatEffect.values().forEach($it -> {
                if ($it.onLogin(this))
                    World.submit(new CombatEffectTask(this, $it));
            });
            encoder.sendMessage(GameConstants.WELCOME_MESSAGE);
            MinigameHandler.execute(this, m -> m.onLogin(this));
            WeaponInterface.execute(this, equipment.get(Equipment.WEAPON_SLOT));
            WeaponAnimation.execute(this, equipment.get(Equipment.WEAPON_SLOT));
            encoder.sendByteState(173, super.getMovementQueue().isRunning() ? 1 : 0);
            encoder.sendByteState(172, super.isAutoRetaliate() ? 0 : 1);
            encoder.sendByteState(fightType.getParent(), fightType.getChild());
            encoder.sendByteState(427, acceptAid ? 1 : 0);
            encoder.sendByteState(108, 0);
            encoder.sendByteState(301, 0);
            encoder.sendString(runEnergy + "%", 149);
            CombatPrayer.VALUES.forEach(c -> encoder.sendByteState(c.getConfig(), 0));
            logger.info(this + " has logged in.");
            session.setState(IOState.LOGGED_IN);
        }
    Reply With Quote  
     

  3. #3  
    محمد

    Jamili's Avatar
    Join Date
    Jun 2010
    Posts
    405
    Thanks given
    93
    Thanks received
    249
    Rep Power
    307
    Any console errors?

    Spoiler for Honorable mentions:

    Quote Originally Posted by JRFisher View Post
    Dude, learn yourself, it took me 17 months of continuous research to learn how to import a project.
    Quote Originally Posted by Pollution View Post
    When? And Idiot, I'm using a oldschool, it's not easy to get the command for an oldschool, retard c u.
    Quote Originally Posted by Waj_Assif View Post
    I sayin u dont contribute never aall u do is finna tryin attack ppl and always finna start fights .......
    Quote Originally Posted by Kris View Post
    You must be one of those slower breeds.
    Quote Originally Posted by Gandalf View Post
    Just piss off ploter hacker fella dumb fuck. Your a donor to a rsps community, I'm a Mainowner to a Private Server thats 7+ Years old. Lmfao kid, get a life. Don't let my name come out of your mouth again. Or it wont end nicely for you. Understand me big boy?
    Quote Originally Posted by Tojad View Post
    What do you know about Public Void and int without this [] is only 1 integer, why?
    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. My Settings Tab
    By Archspire in forum Show-off
    Replies: 22
    Last Post: 12-20-2011, 03:25 PM
  2. Item Sets Tab Interface
    By All3n in forum Show-off
    Replies: 16
    Last Post: 10-13-2011, 06:44 PM
  3. [PI Client] Settings Tab for Toggles
    By Zerk3r in forum Help
    Replies: 1
    Last Post: 04-01-2011, 08:01 PM
  4. Set Tab
    By Shemhamforash in forum Requests
    Replies: 0
    Last Post: 12-24-2009, 05:10 PM
  5. Setting tab back to Magic
    By Nikki in forum Requests
    Replies: 8
    Last Post: 07-06-2009, 11:03 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •