Thread: please help Necrotic/Ruse wild ditch

Results 1 to 8 of 8
  1. #1 please help Necrotic/Ruse wild ditch 
    Registered Member KushKings's Avatar
    Join Date
    Jul 2018
    Posts
    441
    Thanks given
    49
    Thanks received
    24
    Discord
    View profile
    Rep Power
    37
    Can anyone help me I need to know how to add wild ditch to my server any help would be cool will rep and thanks.
    thank you everyone!!
    Reply With Quote  
     

  2. #2  
    Registered Member
    Dragon's Avatar
    Join Date
    Mar 2015
    Posts
    1,060
    Thanks given
    135
    Thanks received
    197
    Discord
    View profile
    Rep Power
    240
    you can use this. [Only registered and activated users can see links. ]
    Reply With Quote  
     

  3. #3  
    Project Asgardia

    Gandalf's Avatar
    Join Date
    Nov 2011
    Posts
    789
    Thanks given
    32
    Thanks received
    396
    Discord
    View profile
    Rep Power
    2474
    ObjectActionPacketListener under firstClick method

    Code:
    case 23271:
    							if (!player.getClickDelay().elapsed(2500))
    								return;
    
    							if (player.getPosition().getY() == 3520) {
    								player.getClickDelay().reset();
    								TaskManager.submit(new Task(1, player, false) {
    									int tick = 0;
    
    									@Override
    									public void execute() {
    										switch (tick) {
    										case 1:
    											player.performAnimation(new Animation(6132));
    											break;
    										case 2:
    											player.getMovementQueue().walkStep(0, 3);
    											break;
    										case 3:
    											stop();
    											break;
    										}
    										tick++;
    									}
    								});
    							} else if (player.getPosition().getY() == 3523) {
    								player.getClickDelay().reset();
    								TaskManager.submit(new Task(1, player, false) {
    									int tick = 0;
    
    									@Override
    									public void execute() {
    										switch (tick) {
    										case 1:
    											player.performAnimation(new Animation(6132));
    											break;
    										case 2:
    											player.getMovementQueue().walkStep(0, -3);
    											break;
    										case 3:
    											stop();
    											break;
    										}
    										tick++;
    									}
    								});
    							}
    
    							break;
    Reply With Quote  
     

  4. #4  
    Registered Member KushKings's Avatar
    Join Date
    Jul 2018
    Posts
    441
    Thanks given
    49
    Thanks received
    24
    Discord
    View profile
    Rep Power
    37
    Quote Originally Posted by Gandalf View Post
    ObjectActionPacketListener under firstClick method

    Code:
    case 23271:
    							if (!player.getClickDelay().elapsed(2500))
    								return;
    
    							if (player.getPosition().getY() == 3520) {
    								player.getClickDelay().reset();
    								TaskManager.submit(new Task(1, player, false) {
    									int tick = 0;
    
    									@Override
    									public void execute() {
    										switch (tick) {
    										case 1:
    											player.performAnimation(new Animation(6132));
    											break;
    										case 2:
    											player.getMovementQueue().walkStep(0, 3);
    											break;
    										case 3:
    											stop();
    											break;
    										}
    										tick++;
    									}
    								});
    							} else if (player.getPosition().getY() == 3523) {
    								player.getClickDelay().reset();
    								TaskManager.submit(new Task(1, player, false) {
    									int tick = 0;
    
    									@Override
    									public void execute() {
    										switch (tick) {
    										case 1:
    											player.performAnimation(new Animation(6132));
    											break;
    										case 2:
    											player.getMovementQueue().walkStep(0, -3);
    											break;
    										case 3:
    											stop();
    											break;
    										}
    										tick++;
    									}
    								});
    							}
    
    							break;



    will that put the ditch there and everything?
    Reply With Quote  
     

  5. #5  
    Project Asgardia

    Gandalf's Avatar
    Join Date
    Nov 2011
    Posts
    789
    Thanks given
    32
    Thanks received
    396
    Discord
    View profile
    Rep Power
    2474
    No, this will only get it to work.

    To add ditch, you'll need to pack ditch files in index4.
    Last edited by Gandalf; 12-22-2018 at 12:41 AM.
    Reply With Quote  
     

  6. Thankful user:


  7. #6  
    Extreme Donator


    Join Date
    Oct 2010
    Posts
    2,858
    Thanks given
    1,206
    Thanks received
    1,614
    Rep Power
    5000
    may aswell rip it from elvarg, it's done properly there with forced movement
    [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  
     

  8. Thankful user:


  9. #7  
    Registered Member KushKings's Avatar
    Join Date
    Jul 2018
    Posts
    441
    Thanks given
    49
    Thanks received
    24
    Discord
    View profile
    Rep Power
    37
    Quote Originally Posted by Gandalf View Post
    No, this will only get it to work.

    To add ditch, you'll need to pack ditch files in index4.

    not really sure how to do that lol
    Reply With Quote  
     

  10. #8  
    Donator
    Will_'s Avatar
    Join Date
    Oct 2013
    Age
    23
    Posts
    153
    Thanks given
    14
    Thanks received
    8
    Rep Power
    11
    You will need to find map files that have the ditch and pack them to your cache.

    Quote Originally Posted by Gandalf View Post
    No, this will only get it to work.

    To add ditch, you'll need to pack ditch files in index4.
    Not sure if it's the same for Ruse releases, but here;

    [Only registered and activated users can see links. ]
    Quote Originally Posted by Liam_ View Post
    I wouldn't be surprised if some of you just come here for content and not contribute to rune-server or the community in anyway.
    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. Need necrotic/ruse client help please
    By KushKings in forum Help
    Replies: 1
    Last Post: 12-18-2018, 07:23 AM
  2. Necrotic/Ruse imp hunting help please
    By KushKings in forum Help
    Replies: 8
    Last Post: 12-18-2018, 07:18 AM
  3. Replies: 4
    Last Post: 12-18-2012, 10:46 AM
  4. Edgeville Wild - Please help
    By Sweets in forum Help
    Replies: 3
    Last Post: 02-09-2010, 08:53 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
  •