Thread: Wilderness Ditch

Results 1 to 9 of 9
  1. #1 Wilderness Ditch 
    Registered Member
    Join Date
    Jul 2014
    Posts
    70
    Thanks given
    1
    Thanks received
    0
    Rep Power
    11
    I've Recently Added Wilderness Ditch. The Player Can jump into wildy, but he cant just back out. HERES WHAT I USED.

    Ive added this void to actionHandler:

    public void wildyditch() {
    {
    if (c.absY <= c.objectY){

    c.startAnimation(6132);
    c.getPA().walkTo(0, +3);
    } else if (c.objectY < c.absY) {
    c.startAnimation(6132);
    c.getPA().walkTo(0, -3);
    }
    }
    }

    and this Under firstClickObject Method.

    case 23271:
    wildyditch();
    break;

    YET the player cant jump outta the wild. Am i missing anything?

    ill Rep++
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Jul 2014
    Posts
    70
    Thanks given
    1
    Thanks received
    0
    Rep Power
    11
    Bummp
    Reply With Quote  
     

  3. #3  
    Registered Member alexsandro's Avatar
    Join Date
    Apr 2013
    Age
    28
    Posts
    346
    Thanks given
    109
    Thanks received
    27
    Rep Power
    0
    "Death is not the greatest loss in life.
    The greatest loss is what dies inside while still alive.
    Never surrender." - Tupac Shakur
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Jul 2014
    Posts
    70
    Thanks given
    1
    Thanks received
    0
    Rep Power
    11
    i tried every single tutorial. including that one. i see the code that makes the player walk outta wild. but its not doing it for some reason
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Jan 2013
    Posts
    35
    Thanks given
    1
    Thanks received
    1
    Rep Power
    11
    what source are you using im having trouble with this to...

    what i think is that somewhere you have a check method to see if your close enough to click the object.

    thats what i think anyways.
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Mar 2014
    Posts
    181
    Thanks given
    20
    Thanks received
    3
    Rep Power
    9
    He's using Feather cause I know the exact fix for this when that source came out and had that problem. Does animation but pulls you forward read the code it should be easy if you just read it.
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Jul 2014
    Posts
    70
    Thanks given
    1
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by Wolf Scape View Post
    He's using Feather cause I know the exact fix for this when that source came out and had that problem. Does animation but pulls you forward read the code it should be easy if you just read it.
    im using Blank pi. not Feather (Whatever that is) and if u know the exact fix can u please send me the code. ill try to convert it. if it needs to be converted
    Reply With Quote  
     

  8. #8  
    Registered Member
    Join Date
    Mar 2014
    Posts
    181
    Thanks given
    20
    Thanks received
    3
    Rep Power
    9
    Quote Originally Posted by Aspectral View Post
    im using Blank pi. not Feather (Whatever that is) and if u know the exact fix can u please send me the code. ill try to convert it. if it needs to be converted
    ah PI thought we were speaking of 718 here. welp, just rip from a working source if you want free codes.
    Reply With Quote  
     

  9. #9  
    Registered Member
    Join Date
    Sep 2009
    Posts
    388
    Thanks given
    20
    Thanks received
    21
    Rep Power
    18
    It's funny, I had the same issue. All I did was move the case statement from firstclickobject to clickobject.java.
    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. The Wilderness ditch..?
    By Brown in forum RS 503+ Client & Server
    Replies: 22
    Last Post: 07-26-2009, 08:48 AM
  2. [459] Wilderness ditch, rofl.
    By Brown in forum Show-off
    Replies: 30
    Last Post: 07-12-2009, 10:32 AM
  3. [OBJECT] Wilderness Ditch...?
    By Sexualize in forum Requests
    Replies: 5
    Last Post: 04-30-2009, 06:26 PM
  4. wilderness ditch models
    By Code-x in forum Requests
    Replies: 4
    Last Post: 08-22-2008, 07:27 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
  •