Jump to content

Vilius

Scripter II
  • Posts

    1495
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Everything posted by Vilius

  1. You know teaching people to use superclass Entity instead of subclasses like RS2Object, NPC, etc. is not really good is it?
  2. Good, habbo hotel will thrive once again
  3. probs ya need to split it with a comma not a space
  4. 1) You need to have a runescape client opened up and osbot also. 2) Forums updated to IPB 4, there are some issues. It will get fixed soon, dont worry.
  5. Interesting, you have made the class final, yet you still make every method final also.
  6. http://osbot.org/mvc/get download the jar and run it, do not extract it.
  7. Alright, well I can see you are using a really old version of eclipse and possibly you dont have JDK 8. Install the newest version of Eclipse (Eclipse mars) and JDK 8.
  8. You need Java 8 JDK. Then include it in your build path.
  9. As I can see noone is answering your second question about unchecked warning Most likely you have an ArrayList<?> list = ... The warning comes from you not using generics in <?>. To fix it you just need to specify the type of the list by doing <String> or <Integer> or whatever you want to use. This answer might not apply to what you are doing because you didnt provide any code to us to look at where the warning happens.
  10. This guy again, smh. Jk, WB fam.
  11. Lines seem to be changes unless you just formatted your code and the line is the same then either your area is null and or myPlayer returns null. If the latter then you would need to be logged in.
  12. rawName returns null, probably because you dont set it in your gui untill you click a button. You could just instantiate the variable by just doing String rawName = "". Albeit thats a bad practice IMO. So you should look into how to make your script wait untill the gui is closed. http://osbot.org/forum/topic/91963-using-synchronized-to-your-advantage/ Also you can watch my tutorial series if you want to do tasks or better states, I upload new tutorials weekly. http://osbot.org/forum/topic/114013-tutorial-seriesvideo-scripting-made-easy-with-in-depth-explanations/
  13. Can you post the code you are using and a picture of you using a widget debugger on the absorption widget so we can see what you might have done wrong?
×
×
  • Create New...