Thread: 718 Agility Shortcuts

Results 1 to 4 of 4
  1. #1 718 Agility Shortcuts 
    Registered Member JayStrides's Avatar
    Join Date
    Sep 2012
    Posts
    324
    Thanks given
    15
    Thanks received
    36
    Rep Power
    65
    Need a little help with agility short cuts, Could somone help push me in the right direction not asking for full code cause none would do it just a little example so i can work on it.
    Best song in the world: [Only registered and activated users can see links. ]
    What i do: Make love.
    Check out new song i made: [Only registered and activated users can see links. ]
    JANUS
    Reply With Quote  
     

  2. #2  
    The stupid noob


    Join Date
    May 2011
    Age
    26
    Posts
    2,227
    Thanks given
    2,446
    Thanks received
    1,100
    Rep Power
    852
    Code:
    package com.rs.game.player.content.agility;
    
    import com.rs.game.player.Player;
    import com.rs.game.player.Skills;
    import com.rs.game.WorldObject;
    import com.rs.game.WorldTile;
    
    public class Agility {
    
    	public static boolean hasLevel(Player player, int level) {
    		if (player.getSkills().getLevel(Skills.AGILITY) < level) {
    			 player.sm("You need an Agility level of at least "+level+" to use this obstacle.");
    			 return false;
    		 }
    		return true;
    	}
    	
    	public static void handleObstacles(Player player, WorldObject object) {
    		switch (object.getId()) {
    		case Object Id:
               if(!hasLevel(player, 99))
    				return;
    			(desired action)
    			break;
    		
    		}
    		
    		 }
    	
    }
    I guess something like that?
    Working on a 592 project c:
    Reply With Quote  
     

  3. #3  
    Success is the worst teacher

    Santa Hat's Avatar
    Join Date
    Oct 2012
    Age
    24
    Posts
    3,337
    Thanks given
    801
    Thanks received
    1,185
    Rep Power
    189
    if you still need help look in your gnomeagility.java file and look at the pipe obsticle

    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  4. #4  
    Registered Member JayStrides's Avatar
    Join Date
    Sep 2012
    Posts
    324
    Thanks given
    15
    Thanks received
    36
    Rep Power
    65
    Thanks , @Santa Hat will take a look thanks
    Best song in the world: [Only registered and activated users can see links. ]
    What i do: Make love.
    Check out new song i made: [Only registered and activated users can see links. ]
    JANUS
    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. 718 Brimhaven agility
    By Con Artist in forum Show-off
    Replies: 2
    Last Post: 10-19-2012, 07:36 PM
  2. 718 Agility Animation Request
    By Chaz in forum Requests
    Replies: 5
    Last Post: 08-21-2012, 01:30 AM
  3. [Helios 718] Gnome agility course
    By Own4g3 in forum Show-off
    Replies: 7
    Last Post: 08-07-2012, 06:46 PM
  4. Clicking Shortcuts
    By Mikey` in forum RS2 Server
    Replies: 15
    Last Post: 01-04-2012, 03:33 AM
  5. Brimhaven dungeon(with agility shortcuts)
    By Emergency in forum Configuration
    Replies: 14
    Last Post: 05-23-2009, 05:15 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
  •