Thread: [PI]Wildy Ditch

Results 1 to 7 of 7
  1. #1 [PI]Wildy Ditch 
    Extreme Donator


    Join Date
    May 2010
    Posts
    1,344
    Thanks given
    961
    Thanks received
    132
    Rep Power
    216
    hi how can i add the wilderness ditch ?
    i added this code to ActionHandler.java
    Code:
    case 23271://wildy ditch
    				if (c.absY < c.objectY) {
    					c.startAnimation(6132);
    					c.getPA().movePlayer(c.objectX, c.absY + 3, 0);
    		} else if (c.absY > c.objectY) {
    					c.startAnimation(6132);
    					c.getPA().movePlayer(c.objectX, c.absY - 3, 0);
    				}
    			break;
    it won't work
    i've just added 508 maps to my server
    Reply With Quote  
     

  2. #2  
    Extreme Donator


    Join Date
    May 2010
    Posts
    1,344
    Thanks given
    961
    Thanks received
    132
    Rep Power
    216
    bump
    Reply With Quote  
     

  3. #3  
    Extreme Donator


    Join Date
    May 2010
    Posts
    1,344
    Thanks given
    961
    Thanks received
    132
    Rep Power
    216
    Bump !!!
    Reply With Quote  
     

  4. #4  
    Registered Member

    Join Date
    Aug 2010
    Posts
    467
    Thanks given
    49
    Thanks received
    42
    Rep Power
    81
    I need this too
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Jan 2011
    Posts
    201
    Thanks given
    19
    Thanks received
    12
    Rep Power
    1
    you need 508 maps for the wildly ditch first off. Unless you want something like a invisible one.
    Reply With Quote  
     

  6. #6  
    Extreme Donator


    Join Date
    Oct 2010
    Posts
    2,853
    Thanks given
    1,213
    Thanks received
    1,622
    Rep Power
    5000
    add this in actionhandler on top under firstclickobject:
    Code:
    	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);
    				} 
    		}
    		}
    then under it add
    Code:
     		case 23271:
    		wildyditch();
    		break;
    [Today 01:29 AM] RSTrials: Nice 0.97 Win/Loss Ratio luke. That's pretty bad.
    [Today 01:30 AM] Luke132: Ok u fucking moron i forgot i could influence misc.random
    Reply With Quote  
     

  7. Thankful user:


  8. #7  
    Extreme Donator


    Join Date
    May 2010
    Posts
    1,344
    Thanks given
    961
    Thanks received
    132
    Rep Power
    216
    ^ thanks repped ++
    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. Wildy Ditch
    By Demon in forum Help
    Replies: 15
    Last Post: 09-30-2009, 01:24 AM
  2. Wildy Ditch
    By nl pk3er in forum Requests
    Replies: 2
    Last Post: 07-17-2009, 09:04 PM
  3. [508] Wildy ditch?
    By feefs in forum Help
    Replies: 1
    Last Post: 06-24-2009, 06:47 PM
  4. wildy ditch
    By Harley in forum Requests
    Replies: 2
    Last Post: 05-10-2009, 12:16 AM
  5. Wildy Ditch =/
    By Vastiko in forum RS 503+ Client & Server
    Replies: 13
    Last Post: 09-17-2008, 12:43 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
  •