Jump to content

Apaec

Scripter III
  • Posts

    11146
  • Joined

  • Last visited

  • Days Won

    91
  • Feedback

    100%

Everything posted by Apaec

  1. Hi Just ran the script a little and noticed this problem too. I will make the script interact with the bank booth instead of the banker behind the booth This should hopefully fix it. ill try and push the update within the next 30 mins. Apa UPDATE! Should be available within the next couple hours. Version 3.41 Script should now bank using the bank booths in cammy bank instead of right-clicking the banker npc. This should stop the player being forced outside the bank. In other news, I pushed a few bug fixes to the dynamic signature system which should make it more reliable - in 2 days the grand total for exp has passed 10M! take a look:
  2. That's odd, I made some changes recently to prevent this. Which side were you on, and were you refreshing using the cave or by running south? (if you were using the east side) Thanks Feel free to leave a review here: http://osbot.org/forum/store/product/373-apa-rock-crabs/ , would greatly appreciate it! apa
  3. try resetting your zoom to default. That should fix any issues I think! apa
  4. Apaec

    Fruity NMZ

    Irrelivant questionez Cool script btw Why do you use radio buttons as checkboxes? apa
  5. PS this is your dynamic signature:
  6. Glad you like it mate feel free to leave a review on the store - here http://osbot.org/forum/store/product/373-apa-rock-crabs/ apa
  7. ofcourse! i've enabled a 24h trial on your account. Enjoy! apa
  8. new auto alcher signature:
  9. LATEST UPDATE! Version 1.3 Added support for dynamic sig (thanks to @Bobrocket for php framework! Track your progress by editing the following link with your OSBot name: http://apascripts.x10host.com/alcher/YOUR_NAME_HERE.png Enjoy! & feel free to add your progress to your signature to share the loooove! apa
  10. Done n done n done n done n done done y'all Enjoy! apa
  11. No idea... perhaps a bug with mirror mode. I heard there were some model interaction issues which recently arised, fingers crossed it will be fixed in the next mirror version whenever that may be. For now you may have to use injection apa
  12. a straight forward way to do it is to have your class called 'Gui' which contains the code for your gui. in that class, you have an actionlistener for your start button which gets the current selected settings and sends them statically to your main class. here's how the actionlistener goes: btnStart.addActionListener(new ActionListener() { @Override public void actionPerformed(ActionEvent arg0) { //code here eg: Main.food = (String) foodComboBox.getSelectedItem(); setVisible(false); } }); and your main class: //vars: public static String food; Gui GUI; @Override public void onStart() { GUI = new Gui(); GUI.setVisible(true); log("======================================================================"); log("script started or whatever"); } @Override public int onLoop() { while(GUI.isVisible()) sleep(400); return 200; } then the gui will feed you the values chosen on the gui when the start button is pressed, at the same time as running the script (breaking the while loop) and closing the gui. apa ps sorry for any typos, wrote most of the code in the reply box so there may be a few errors
  13. UPDATE! Version 3.40 Implemented new dynamic signature system (special thanks to @Bobrocket!) - you can track your progress quickly and easily by navigating to this link: http://apascripts.x10host.com/rockcrab/YOUR_USERNAME_HERE.png >> don't forget to change the 'your username here' with your OSBot username. Preview of dynamic signature:
  14. UPDATE! Version 1.49 Added custom cursor and mouse trail Added anti-aliasing to paint Added new food on request: sweetcorn Added support to my new dynamic signature system (special thanks to @Bobrocket!) - you can now track your personal progress by opening this link: http://apascripts.x10host.com/cook/YOUR_NAME_HERE.png >> don't forget to change the 'YOUR_NAME_HERE' with your OSBOT USERNAME Big update eh? Below is a pic of the new dynamic signature. Feel free to add yours to your signature to share the loooove!! : happy botting! apa
  15. Script seems to be working fine for me... it banks and cooks no problem have you tried in injection mode? Put your raw fish at the top of your main tab of your bank and try again! apa
  16. let me know if you run into any problemos. message to all: Also, i pushed a dynamic signature system live a few hours ago. I initially made it for my smither but will migrate it to my other scripts as well It should be integrated into the scripts before tomorrow. This will allow you to track your progress overall eg: apa
  17. Ofcourse! Hopefully the trial can sway you towards my diretion! I've given you a 24h trial. Apa
  18. Strange, will take a look later today the bankers name hasnt changed, has it?
  19. Strange. I'll give it a test run later today. Just to make sure, you are standing in rogues den right? try and find a world where the banker guy is a bit closer to the fire. apa
  20. UPDATE!! Version 1.10 Added dynamic signature system. This is a system which saves your progress when the script shuts off and adds it to your personal total. It also sums the gains of all users. HUGE thankyou to @Bobrocket who made this possible! See your personal progress by visiting http://apascripts.x10host.com/smith/YOUR_NAME_HERE.png See overall progress by visiting http://apascripts.x10host.com/smith/all.png Feel free to put your signature image into your personal signature on this site to share the love!
  21. nope.avi - same goes for dmeds x)
  22. Sure! - but in future please use the template provided. Apa
×
×
  • Create New...