Thread: Removing walls & objects

Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1 Removing walls & objects 
    Donator
    Defiled-X's Avatar
    Join Date
    Jun 2010
    Posts
    1,434
    Thanks given
    52
    Thanks received
    78
    Rep Power
    27
    How can i remove walls and objects. Like the mage bank, When you have to slash through the webs in order to get through can i make it so that there was no webs in the first place.

    Using Xyle Base
    Reply With Quote  
     

  2. #2  
    Registered Member
    Edd -'s Avatar
    Join Date
    Jul 2011
    Posts
    664
    Thanks given
    62
    Thanks received
    43
    Rep Power
    84
    objectmanager
    find this line under all your objects
    Code:
    if (c.heightLevel == 0)
    you will see some like this
    Code:
    c.getPA().checkObjectSpawn(-1, 2911, 3614, 1, 10);

    add this
    Code:
    c.getPA().checkObjectSpawn(-1, 3093, 3957, 1, 10);
    and for the other web
    Code:
    c.getPA().checkObjectSpawn(-1, 3095, 3957, 1, 10);
    -1 change's the height so its not removing it just putting it 1 height level lower but it will be removed
    the coords you can find them but thats for the webs close to the lever
    Reply With Quote  
     

  3. #3  
    Banned
    Join Date
    Mar 2012
    Posts
    413
    Thanks given
    0
    Thanks received
    135
    Rep Power
    0
    ^ aw am late, well Good Luck.
    Reply With Quote  
     

  4. #4  
    Donator
    Defiled-X's Avatar
    Join Date
    Jun 2010
    Posts
    1,434
    Thanks given
    52
    Thanks received
    78
    Rep Power
    27
    Doesn't Work
    Reply With Quote  
     

  5. #5  
    Banned
    Join Date
    Mar 2012
    Posts
    413
    Thanks given
    0
    Thanks received
    135
    Rep Power
    0
    find this
    Code:
    public void loadCustomSpawns(Client c) {
    and add
    Code:
    c.getPA().checkObjectSpawn(-1, X_COORDINATE, Y_COORDINATE, HEIGHT_LEVEL, OBJECT_TYPE);
    let the '-1' be as it is just fill in the rest .
    Reply With Quote  
     

  6. #6  
    Banned
    Join Date
    Mar 2012
    Posts
    413
    Thanks given
    0
    Thanks received
    135
    Rep Power
    0
    Least you could do is reply back >.> .
    Reply With Quote  
     

  7. #7  
    Donator
    Defiled-X's Avatar
    Join Date
    Jun 2010
    Posts
    1,434
    Thanks given
    52
    Thanks received
    78
    Rep Power
    27
    Quote Originally Posted by Princess View Post
    find this
    Code:
    public void loadCustomSpawns(Client c) {
    and add
    Code:
    c.getPA().checkObjectSpawn(-1, X_COORDINATE, Y_COORDINATE, HEIGHT_LEVEL, OBJECT_TYPE);
    let the '-1' be as it is just fill in the rest .
    I'm aware on how to do it. It wasn't working that is why I posed this thread lol.
    Thought i was doing it wrong.


    EDIT: is there any way i can rotate objects?
    Reply With Quote  
     

  8. #8  
    Registered Member
    Edd -'s Avatar
    Join Date
    Jul 2011
    Posts
    664
    Thanks given
    62
    Thanks received
    43
    Rep Power
    84
    get it to work?
    Reply With Quote  
     

  9. #9  
    Banned
    Join Date
    Mar 2012
    Posts
    413
    Thanks given
    0
    Thanks received
    135
    Rep Power
    0
    what you mean it doesnt work? i just tested it.. and thats quite basic below is a small example.
    c.getPA().checkObjectSpawn(-1, 1000, 2000,0, 10);
    let the '-' be as it is. all u gotta do is replace the '1000' and '2000' and hight level '0' easy =D
    that all goes under
    public void loadCustomSpawns(Client c) {
    at objectmanager.java.
    Reply With Quote  
     

  10. #10  
    Donator
    Defiled-X's Avatar
    Join Date
    Jun 2010
    Posts
    1,434
    Thanks given
    52
    Thanks received
    78
    Rep Power
    27
    EDIT: Got it to work. Its good now.

    Thanks for trying to help everyone Mine was something different
    Reply With Quote  
     

Page 1 of 2 12 LastLast

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. [PI]MageBank Slashing webs rep++
    By rexz0rd in forum Help
    Replies: 4
    Last Post: 08-03-2011, 03:27 PM
  2. [PI] Wildy problem
    By Harambe_ in forum Help
    Replies: 4
    Last Post: 06-11-2011, 06:06 AM
  3. Wildy problem[pi]
    By pk flavor in forum Help
    Replies: 7
    Last Post: 03-18-2011, 08:34 PM
  4. [z508/525] Web slashing
    By PvpAllDay in forum Help
    Replies: 7
    Last Post: 10-29-2010, 02:56 AM
  5. web slashing?
    By Software in forum Help
    Replies: 4
    Last Post: 02-14-2009, 09:59 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
  •