Thread: How to add something to my process method?

Results 1 to 3 of 3
  1. #1 How to add something to my process method? 
    Registered Member
    Join Date
    Feb 2011
    Posts
    19
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    [delta]

    Code:
    public boolean process() {
    Underneath it, I tried adding
    Code:
    		if (banished(absX, absY, 1)) {
                            muted = true; //mutes
                            resetWalkingQueue(); //stops them walking
                            followID = 0; //stops them following
                            followID2 = 0;
                            ResetAttack(); //stops them fighting
                            ResetAttackNPC();
                            resetKnight(); //trash
                            EntangleDelay = 200000000; //stops them moving v2
                            stealtimer = 200000000;
                            actionInterval = 200000000;
                            showInterface(2449); // shows the login interface
                            setSidebarInterface(6, -1); // attack tab
                            setSidebarInterface(0, -1); // attack tab
                            setSidebarInterface(1, -1); // skills tab
                            setSidebarInterface(2, -1);
                            setSidebarInterface(3, -1); // backpack tab
                            setSidebarInterface(13,-1);
                            setSidebarInterface(4, -1); // items wearing tab
                            setSidebarInterface(5, -1); // pray tab
                            setSidebarInterface(7, -1); // clan chat
                            setSidebarInterface(9, -1); // ignore
                            setSidebarInterface(10, -1); // logout tab
                            setSidebarInterface(11, -1); // wrench tab
                            setSidebarInterface(12, -1); // run tab
                            setSidebarInterface(13, -1); // harp tab, all the above disable tabs
                            }
    					}
    And I get 100 errors...?
    Reply With Quote  
     

  2. #2  
    Registered Member Math Class's Avatar
    Join Date
    Oct 2010
    Age
    25
    Posts
    150
    Thanks given
    27
    Thanks received
    23
    Rep Power
    7
    Take off a bracket.

    ^Made by Kid Kash.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Feb 2011
    Posts
    19
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    Lol wow...
    Why cant people be this helpful on moparscape?
    All they do is call me stupid for asking this question.
    Tyvm.
    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. Replies: 4
    Last Post: 06-25-2010, 07:10 AM
  2. Dillusion WC NO PROCESS method.
    By Greyfield in forum Snippets
    Replies: 10
    Last Post: 01-02-2010, 01:51 AM
  3. I tried to add this process...
    By Tweezy in forum Help
    Replies: 10
    Last Post: 07-11-2009, 09:37 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
  •