Guest User

Untitled

a guest
Apr 20th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.45 KB | None | 0 0
  1. package org.pwnxile.rs2.skills.agility;
  2.  
  3. import org.pwnxile.core.Script;
  4. import org.pwnxile.rs2.Entity;
  5.  
  6. public class BrimhavenCourse extends Agility {
  7.  
  8.     /**
  9.      * @category skill
  10.      */
  11.     final int POSITION_X = 2761, POSITION_Y = 9546, POSITION_H = 2;
  12.    
  13.    
  14.     /**
  15.      * @param player
  16.      * @param agility
  17.      */
  18.     public static void handleObjects(Entity player, Agility agility) {
  19.         Script.execute("agility_" + player.objectId, player, agility);
  20.     }
  21. }
Add Comment
Please, Sign In to add comment