Jump to content
Parabot - Bot for Ikov, DreamScape, SoulPlay, RuneWild, and more
fatboy

[PkHonor] 1-99 Agility [PkHonor]

Recommended Posts

File 1: http://pastebin.com/0LTqHYGk
File 2: http://pastebin.com/7JPLM6ww

 

Start without cash in your inventory.

What it does: Teleports to either the gnome or wild agility course depending on your agility level. Trains on obstacles till 99.

Enjoy!

 

agility_zps9m8dk2lt.png

Edited by fatboy

Share this post


Link to post
Share on other sites

8 errors

 

/tmp/jc_29287/Agility.java:15: error: package javax.mail does not exist
import javax.mail.Message;
^
/tmp/jc_29287/Agility.java:16: error: package javax.mail does not exist
import javax.mail.MessagingException;
^
/tmp/jc_29287/Agility.java:17: error: package javax.mail does not exist
import javax.mail.Session;
^
/tmp/jc_29287/Agility.java:18: error: package javax.mail does not exist
import javax.mail.Transport;
^
/tmp/jc_29287/Agility.java:19: error: package javax.mail.internet does not exist
import javax.mail.internet.AddressException;
^
/tmp/jc_29287/Agility.java:20: error: package javax.mail.internet does not exist
import javax.mail.internet.InternetAddress;
^
/tmp/jc_29287/Agility.java:21: error: package javax.mail.internet does not exist
import javax.mail.internet.MimeMessage;
^
/tmp/jc_29287/Agility.java:56: error: package sms does not exist
import sms.SmsNotification;
^
/tmp/jc_29287/Methods.java:816: warning: non-varargs call of varargs method with inexact argument type for last parameter;
         Method method = testing.getDeclaredMethod("a", null);
         ^

Edited by elmo

Share this post


Link to post
Share on other sites

tmp/jc_10274/Agility.java:15: error: package javax.mail does not exist
import javax.mail.Message;
^
/tmp/jc_10274/Agility.java:16: error: package javax.mail does not exist
import javax.mail.MessagingException;
^
/tmp/jc_10274/Agility.java:17: error: package javax.mail does not exist
import javax.mail.Session;
^
/tmp/jc_10274/Agility.java:18: error: package javax.mail does not exist
import javax.mail.Transport;
^
/tmp/jc_10274/Agility.java:19: error: package javax.mail.internet does not exist
import javax.mail.internet.AddressException;
^
/tmp/jc_10274/Agility.java:20: error: package javax.mail.internet does not exist
import javax.mail.internet.InternetAddress;
^
/tmp/jc_10274/Agility.java:21: error: package javax.mail.internet does not exist
import javax.mail.internet.MimeMessage;
^
/tmp/jc_10274/Agility.java:56: error: package sms does not exist
import sms.SmsNotification;
^
/tmp/jc_10274/Methods.java:816: warning: non-varargs call of varargs method with inexact argument type for last parameter;
         Method method = testing.getDeclaredMethod("a", null);
         ^
cast to Class for a varargs call
cast to Class[] for a non-varargs call and to suppress this warning
/tmp/jc_10274/Methods.java:818: warning: non-varargs call of varargs method with inexact argument type for last parameter;
         method.invoke(null, null);
         ^
cast to Object for a varargs call
cast to Object[] for a non-varargs call and to suppress this warning
8 errors
2 warnings

Share this post


Link to post
Share on other sites

Standard Output from javac:

/tmp/jc_2269/Agility.java:13: error: package javax.mail does not exist
import javax.mail.Message;
                 ^
/tmp/jc_2269/Agility.java:14: error: package javax.mail does not exist
import javax.mail.MessagingException;
                 ^
/tmp/jc_2269/Agility.java:15: error: package javax.mail does not exist
import javax.mail.Session;
                 ^
/tmp/jc_2269/Agility.java:16: error: package javax.mail does not exist
import javax.mail.Transport;
                 ^
/tmp/jc_2269/Agility.java:17: error: package javax.mail.internet does not exist
import javax.mail.internet.AddressException;
                          ^
/tmp/jc_2269/Agility.java:18: error: package javax.mail.internet does not exist
import javax.mail.internet.InternetAddress;
                          ^
/tmp/jc_2269/Agility.java:19: error: package javax.mail.internet does not exist
import javax.mail.internet.MimeMessage;
                          ^
/tmp/jc_2269/Agility.java:52: error: package construction does not exist
import construction.Methods;
                   ^
/tmp/jc_2269/Agility.java:54: error: package sms does not exist
import sms.SmsNotification;
          ^
/tmp/jc_2269/Methods.java:814: warning: non-varargs call of varargs method with inexact argument type for last parameter;
                     Method method = testing.getDeclaredMethod("a", null);
                                                                    ^
  cast to Class for a varargs call
  cast to Class[] for a non-varargs call and to suppress this warning
/tmp/jc_2269/Methods.java:816: warning: non-varargs call of varargs method with inexact argument type for last parameter;
                     method.invoke(null, null);
                                         ^
  cast to Object for a varargs call
  cast to Object[] for a non-varargs call and to suppress this warning
9 errors
2 warnings

Share this post


Link to post
Share on other sites

im getting this when i compile it.

/tmp/jc_13555/Methods.java:1406: warning: non-varargs call of varargs http://www.innovation.ch/java/tmp/jc_13555/# with inexact argument type for last parameter;
			Method method = testing.getDeclaredMethod("a", null);
			                                               ^
  cast to Class for a varargs call
  cast to http://www.innovation.ch/java/tmp/jc_13555/#[] for a non-varargs call and to suppress this warning
/tmp/jc_13555/Methods.java:1408: warning: non-varargs call of varargs method with inexact argument type for last parameter;
			method.invoke(null, null);
			                    ^
  cast to Object for a varargs call
  cast to Object[] for a non-varargs call and to suppress this warning
/tmp/jc_13555/Methods.java:1482: warning: non-varargs call of varargs method with inexact argument type for last parameter;
			Method method = testing.getDeclaredMethod("a", null);
			                                               ^
  cast to Class for a varargs call
  cast to Class[] for a non-varargs call and to suppress this warning
/tmp/jc_13555/Methods.java:1502: warning: non-varargs call of varargs method with inexact argument type for last parameter;
				method = c.getDeclaredMethod("ah", null);
				                                   ^
  cast to Class for a varargs call
  cast to Class[] for a non-varargs call and to suppress this warning
/tmp/jc_13555/Methods.java:1504: warning: non-varargs call of varargs method with inexact argument type for last parameter;
				method.invoke(null, null);
				                    ^
  cast to Object for a varargs call
  cast to Object[] for a non-varargs call and to suppress this warning
Note: Some input files use or override a http://www.innovation.ch/java/tmp/jc_13555/# API.
Note: Recompile with -Xlint:deprecation for details.
Note: /tmp/jc_13555/Methods.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
5 warnings
Edited by drick2014

Share this post


Link to post
Share on other sites

I gave it a shot at compiling both files. I got this:

/tmp/jc_828/Methods.java:1406: warning: non-varargs call of varargs method with inexact argument type for last parameter;
			Method method = testing.getDeclaredMethod("a", null);
			                                               ^
  cast to Class for a varargs call
  cast to Class[] for a non-varargs call and to suppress this warning
/tmp/jc_828/Methods.java:1408: warning: non-varargs call of varargs method with inexact argument type for last parameter;
			method.invoke(null, null);
			                    ^
  cast to Object for a varargs call
  cast to Object[] for a non-varargs call and to suppress this warning
/tmp/jc_828/Methods.java:1482: warning: non-varargs call of varargs method with inexact argument type for last parameter;
			Method method = testing.getDeclaredMethod("a", null);
			                                               ^
  cast to Class for a varargs call
  cast to Class[] for a non-varargs call and to suppress this warning
/tmp/jc_828/Methods.java:1502: warning: non-varargs call of varargs method with inexact argument type for last parameter;
				method = c.getDeclaredMethod("ah", null);
				                                   ^
  cast to Class for a varargs call
  cast to Class[] for a non-varargs call and to suppress this warning
/tmp/jc_828/Methods.java:1504: warning: non-varargs call of varargs method with inexact argument type for last parameter;
				method.invoke(null, null);
				                    ^
  cast to Object for a varargs call
  cast to Object[] for a non-varargs call and to suppress this warning
/tmp/jc_828/Methods.java:1636: error: cannot find symbol
		if (!Inventory.contains(itemid))
		              ^
  symbol:   method contains(int)
  location: class Inventory
Note: /tmp/jc_828/Methods.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
5 warnings

 

 

 

I was able to get 2 output files, but when I tried running the script, nothing happens.

Share this post


Link to post
Share on other sites

/tmp/jc_32457/Agility.java:30: error: package def does not exist
import def.Methods;
          ^
/tmp/jc_32457/Methods.java:1404: warning: non-varargs call of varargs method with inexact argument type for last parameter;
Method method = testing.getDeclaredMethod("a", null);
                                               ^
  cast to Class for a varargs call
  cast to Class[] for a non-varargs call and to suppress this warning
/tmp/jc_32457/Methods.java:1406: warning: non-varargs call of varargs method with inexact argument type for last parameter;
method.invoke(null, null);
                    ^
  cast to Object for a varargs call
  cast to Object[] for a non-varargs call and to suppress this warning
/tmp/jc_32457/Methods.java:1480: warning: non-varargs call of varargs method with inexact argument type for last parameter;
Method method = testing.getDeclaredMethod("a", null);
                                               ^
  cast to Class for a varargs call
  cast to Class[] for a non-varargs call and to suppress this warning
/tmp/jc_32457/Methods.java:1500: warning: non-varargs call of varargs method with inexact argument type for last parameter;
method = c.getDeclaredMethod("ah", null);
                                   ^
  cast to Class for a varargs call
  cast to Class[] for a non-varargs call and to suppress this warning
/tmp/jc_32457/Methods.java:1502: warning: non-varargs call of varargs method with inexact argument type for last parameter;
method.invoke(null, null);
                    ^
  cast to Object for a varargs call
  cast to Object[] for a non-varargs call and to suppress this warning
/tmp/jc_32457/Methods.java:1634: error: cannot find symbol
if (!Inventory.contains(itemid))
              ^
  symbol:   method contains(int)
  location: class Inventory
Note: /tmp/jc_32457/Methods.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
2 errors
5 warnings
 

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...