Thread: okay i need help :l

Results 1 to 6 of 6
  1. #1 okay i need help :l 
    Registered Member Frankie's Avatar
    Join Date
    Feb 2013
    Posts
    568
    Thanks given
    10
    Thanks received
    16
    Rep Power
    12
    soo you see. im trying to make lumbridge stairs work. and i have no idea how to since both objects are the same id "1738" i was wondering is there a way to declare a statement that when object clicked on. raises height? like
    example:
    one stair on left and one on right
    if i force the teleport then only one stair will work.(same id as other stairs) :l
    so is there a way i can declare to make the object not move x,y and just move the height. if so that
    would be wonderful! thanks
    Spoiler for Pics:
    Reply With Quote  
     

  2. #2  
    Registered Member Frankie's Avatar
    Join Date
    Feb 2013
    Posts
    568
    Thanks given
    10
    Thanks received
    16
    Rep Power
    12
    a form of
    c.getPA().movePlayer(" + objectX +" , " + objectY + ", 1);
    would be nice o:
    Reply With Quote  
     

  3. #3  
    Registered Member
    danimals br0's Avatar
    Join Date
    Aug 2010
    Posts
    885
    Thanks given
    64
    Thanks received
    94
    Rep Power
    109
    Quote Originally Posted by Rune-Trocity View Post
    soo you see. im trying to make lumbridge stairs work. and i have no idea how to since both objects are the same id "1738" i was wondering is there a way to declare a statement that when object clicked on. raises height? like
    example:
    one stair on left and one on right
    if i force the teleport then only one stair will work.(same id as other stairs) :l
    so is there a way i can declare to make the object not move x,y and just move the height. if so that
    would be wonderful! thanks
    Spoiler for Pics:
    If(player.getX() == *** && player.getY() == ***) {
    /* execute action */
    } else if(player.getX() == *** && player.getY() == **) {
    /* execute action */
    }
    Reply With Quote  
     

  4. #4  
    Registered Member Frankie's Avatar
    Join Date
    Feb 2013
    Posts
    568
    Thanks given
    10
    Thanks received
    16
    Rep Power
    12
    i'm confused on that. how would i increase height?
    what action would it be?
    Reply With Quote  
     

  5. #5  
    Extreme Donator


    Join Date
    Jul 2009
    Age
    27
    Posts
    4,351
    Thanks given
    826
    Thanks received
    1,239
    Rep Power
    1781
    I don't understand your English could you please elaborate for me?

    All I understand is some object id's are the same for the stairs?

    You can find my GitHub here, for what I'm currently working on.
    Reply With Quote  
     

  6. #6  
    Registered Member Frankie's Avatar
    Join Date
    Feb 2013
    Posts
    568
    Thanks given
    10
    Thanks received
    16
    Rep Power
    12
    sorry, i mean.
    Each stair is the same object ID.
    i'm trying to make both stairs work.
    lets say i make the left stair teleport you to 3122 ,2132 ,0
    right stair case will teleport you there aswell.
    i'm wondering if there's a way to make the object keep your cords. but just increase height. (so i go to height 1)
    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
  •