Jump to content

Joseph

Trade With Caution
  • Posts

    4692
  • Joined

  • Last visited

  • Feedback

    91.3%

Everything posted by Joseph

  1. Joseph

    Webwalker

    play with this, have fun. getMap().getRegion(); //return regionn instance http://osbot.org/api/org/osbot/rs07/api/map/Region.html
  2. Learn to listen lol. If you truly listen to the fight you'll see they were horse riding may the whole time. Not once did they speak good about PAC. So if you don't watch boxing and either do I. How you going to say listen to the game.On top of that all may did was hide and play defence. What if PAC did the same thing, it wouldn't be a good game.
  3. Oh nice op seeing as you already implemented the interface. Just do in the onStart getBot().getCanvas().addKeyListener(this);
  4. Inb4 2 plunder scripts on the sdn
  5. I don't see anything to add key listener.Op I do know in keyboard class you can grab the key Listener class.so use that instance to do want you need
  6. Do you see that keyevent use the argument to know when the key has been pressed You talk about mouse pressed title. But in the op it talks about key pressed
  7. getInventory().filter(new ActionFliter<Item>(actions)); This will return a list of items with the action. Actions I think is a varg aka array
  8. Why you give him ugly code getInventory().getItem("item name").interact("action");
  9. you need to compile the depend folder with the "YOUR SCRIPT" folder. With out the source there not code to work with. edit: how exactly are your exporting it? when you export it do you have both folders selected?
  10. That brain fart of your op lol.. Change your the gui # getInstance make it return new Gui(): Using a static method to return a static variable doesn't cut it. Since your private field was never initialized. (
  11. Oh forreal, so your telling me the Api version is bugged
  12. http://prntscr.com/6xcei0 ?
  13. I'm going to try out the demo before I buy it
  14. imm still deciding on what program i should us. I might use cubase elements since its cheaper. Then move up when i get any better
  15. can i ask what program you are using, or is it a mixer? interesting. BTW im going to start making my own beats soon. It will be more for rapping thought since im into free styling
  16. Are you making these beats? Also what type e of genre is it? House, dub,
  17. i do both its what ever im in the mood for :P
  18. you see now if you think of it like that then ofc i would use an enum. The op is asking for another way. I just thought he wanted like a list of worlds he can choose from. He creates and array of the worlds he would like to hop to. Now if he wants to get fancy then use the enum.
×
×
  • Create New...