Thread: Adding Wilderness Ditch

Results 1 to 7 of 7
  1. #1 Adding Wilderness Ditch 
    Registered Member
    Join Date
    May 2012
    Posts
    518
    Thanks given
    43
    Thanks received
    13
    Rep Power
    14
    Hey guys, the graphics of my server are 525, and the title pretty much says it all. Iam hoping someone could help me add a wilderness ditch to my server. I also don't know if it is even possible, but if you could post and tell me if u think it is/ or is not, that would be great. Btw, my server is also PI. thanks!
    Reply With Quote  
     

  2. #2  
    Donator

    Arithium's Avatar
    Join Date
    May 2010
    Age
    31
    Posts
    4,721
    Thanks given
    199
    Thanks received
    1,256
    Rep Power
    1114
    just get the ditch id. And make it check if your north of the ditch or not like

    Code:
    if (c.absY > objectY) {
    c.getPA().walkTo(0, -2);
    } else {
    c.getPA().walkTo(0, 2);
    }
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    May 2012
    Posts
    518
    Thanks given
    43
    Thanks received
    13
    Rep Power
    14
    Quote Originally Posted by animeking1120 View Post
    just get the ditch id. And make it check if your north of the ditch or not like

    Code:
    if (c.absY > objectY) {
    c.getPA().walkTo(0, -2);
    } else {
    c.getPA().walkTo(0, 2);
    }
    Ok, so find the ditch id, and just put it in Objectmanager.java? also, is this client sided? or server sided.
    Reply With Quote  
     

  4. #4  
    Registered Member
    LeBron James's Avatar
    Join Date
    Jan 2009
    Posts
    1,510
    Thanks given
    166
    Thanks received
    129
    Rep Power
    165
    Quote Originally Posted by Extrocity View Post
    Ok, so find the ditch id, and just put it in Objectmanager.java? also, is this client sided? or server sided.
    Server sided, you add that in ActionHandler.java if you have PI. I think.



    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    May 2012
    Posts
    518
    Thanks given
    43
    Thanks received
    13
    Rep Power
    14
    Quote Originally Posted by LeBron James View Post
    Server sided, you add that in ActionHandler.java if you have PI. I think.
    well i dont even have a ditch in my server, but i would like to add one. like the actual ditch. what do i need to do to physically add the actual ditch.
    Reply With Quote  
     

  6. #6  
    Registered Member
    LeBron James's Avatar
    Join Date
    Jan 2009
    Posts
    1,510
    Thanks given
    166
    Thanks received
    129
    Rep Power
    165
    Quote Originally Posted by Extrocity View Post
    well i dont even have a ditch in my server, but i would like to add one. like the actual ditch. what do i need to do to physically add the actual ditch.
    508+ maps.

    Go to the client section of this forums.



    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    May 2012
    Posts
    518
    Thanks given
    43
    Thanks received
    13
    Rep Power
    14
    Quote Originally Posted by LeBron James View Post
    508+ maps.

    Go to the client section of this forums.
    How do i add different maps? are they models?
    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. All wilderness ditch id's
    By Organic in forum Requests
    Replies: 5
    Last Post: 04-22-2012, 05:28 AM
  2. Wilderness Ditch
    By Defiled-X in forum Help
    Replies: 7
    Last Post: 03-25-2012, 05:38 PM
  3. [562] Wilderness ditch
    By Inenting in forum Help
    Replies: 1
    Last Post: 08-03-2011, 09:30 AM
  4. Wilderness ditch
    By Alexander in forum Help
    Replies: 3
    Last Post: 12-19-2010, 05:41 PM
  5. The Wilderness ditch..?
    By Brown in forum RS 503+ Client & Server
    Replies: 22
    Last Post: 07-26-2009, 08:48 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •