Jump to content

Apaec

Scripter III
  • Posts

    11156
  • Joined

  • Last visited

  • Days Won

    91
  • Feedback

    100%

Everything posted by Apaec

  1. Awesome! I see you ran for about 12h in total Feel free to leave a review of the script if you like, would very much appreciate it! (you can leave a review here: http://osbot.org/forum/store/product/373-apa-rock-crabs/ ) apa
  2. Ive given you a 24h trial. Enjoy! apa
  3. running into any issues? Be sure to set your zoom to default. More information here: http://osbot.org/forum/topic/80470-fix-default-zoom-fixed-screen-mode-problems/ apa
  4. running into any issues? Be sure to set your zoom to default. More information here: http://osbot.org/forum/topic/80470-fix-default-zoom-fixed-screen-mode-problems/ apa
  5. running into any issues? Be sure to set your zoom to default. More information here: http://osbot.org/forum/topic/80470-fix-default-zoom-fixed-screen-mode-problems/ apa
  6. Have updated the pictures to make it simpler to understand apa
  7. You're not retarded! haha If you meant how to get the trial, i've enabled it on your account so all you have to do is refresh your scripts list. Apa
  8. Done for both of you, enjoy! aasinpallit, your member number is: 185387 apa
  9. I think i've already given you a trial for this script (correct me if i'm wrong), but i've given you a 12 hour trial none-the-less. Enjoy!: ) apa
  10. It's entirely up to you. I personally think mine is better, but I would say that xD. Mine supports more locations and items (extreme smither doesn't support edgeville), so if you're looking to use it for edgeville smithing then mine work out a better deal. but it's completely up to you x) apa
  11. 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:
  12. 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
  13. try resetting your zoom to default. That should fix any issues I think! apa
  14. Apaec

    Fruity NMZ

    Irrelivant questionez Cool script btw Why do you use radio buttons as checkboxes? apa
  15. PS this is your dynamic signature:
  16. 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
  17. ofcourse! i've enabled a 24h trial on your account. Enjoy! apa
  18. new auto alcher signature:
  19. 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
  20. Done n done n done n done n done done y'all Enjoy! apa
  21. 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
  22. 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
  23. 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:
×
×
  • Create New...