Thread: how do u remove the walls aroudnedgeville bank booths?

Results 1 to 8 of 8
  1. #1 how do u remove the walls aroudnedgeville bank booths? 
    Banned

    Join Date
    Jan 2009
    Age
    26
    Posts
    1,848
    Thanks given
    20
    Thanks received
    18
    Rep Power
    0
    hello everyone how do u remove the walls that ar around edgeville bank booth cause i mredisning the bank ty and rep++to whoever helps me
    Reply With Quote  
     

  2. #2  
    Donator

    iZAjz's Avatar
    Join Date
    Mar 2007
    Age
    26
    Posts
    3,675
    Thanks given
    105
    Thanks received
    47
    Rep Power
    1882
    deleteGlobalObject
    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    Jan 2009
    Age
    26
    Posts
    1,848
    Thanks given
    20
    Thanks received
    18
    Rep Power
    0
    what r the cooridantes? cause i can get it
    Reply With Quote  
     

  4. #4  
    Registered Member

    Join Date
    Jul 2008
    Posts
    939
    Thanks given
    0
    Thanks received
    3
    Rep Power
    781
    Make sure you have the myPos command. If not, use this one.

    Code:
    if (command.equalsIgnoreCase("mypos") && playerRights > 2) {
    				sendMessage("You're position is: " + absX + " " + absY + " "+ heightLevel + "");
    			}
    Now, go up to the wall you wish to delete and do this command. Once you've received the information you need, call upon the method, deleteGlobalObject with the coordinates.

    If you don't have that method, add this:

    In packet 121, right below the case add this:

    Code:
    deleteWalls();
    Then, add this method:

    Code:
    public static void deleteWalls(client c) {
                   // deletethatWall(2851, 3341); // EXAMPLE
    }
    Code:
    public void deletethatwall(int objectX, int objectY) {
    		ReplaceObject2(objectX, objectY, 6951, -1, 0);
    }
    I'm Rog3r, fool.
    Reply With Quote  
     

  5. #5  
    Banned

    Join Date
    Jan 2009
    Age
    26
    Posts
    1,848
    Thanks given
    20
    Thanks received
    18
    Rep Power
    0
    i used that but it inbetween 2 coords
    Reply With Quote  
     

  6. #6  
    Registered Member

    Join Date
    Jul 2008
    Posts
    939
    Thanks given
    0
    Thanks received
    3
    Rep Power
    781
    Still, it'd be easy to delete them.
    I'm Rog3r, fool.
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Nov 2008
    Posts
    316
    Thanks given
    0
    Thanks received
    6
    Rep Power
    35
    lol its not delet global object to delet the real walls.. lol. wrong wrong wrong
    Reply With Quote  
     

  8. #8  
    Registered Member
    Join Date
    Sep 2009
    Age
    26
    Posts
    232
    Thanks given
    51
    Thanks received
    16
    Rep Power
    64
    its deletethatwall

    edit

    OOPSSS GRAVEDUG A LITTLE
    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
  •