Jump to content

Tom

Scripter III
  • Posts

    5330
  • Joined

  • Last visited

  • Days Won

    5
  • Feedback

    100%

Everything posted by Tom

  1. Tom

    osFisher

    I could try add something that runs around a little bit if theres no spots available?
  2. Tom

    osFisher

    There was an update for the hoverskill error
  3. Tom

    osFisher

    I've been informed that restarting your client should fix this, has this happened between restarts for you? Still looking into the hoverskill error
  4. Tom

    osFisher

    Yeah, the first 2 look like an issue due to an OSBot change but I might be wrong, Ill see if i can fix that right away. Hover skill shouldnt be a problem to fix either, thanks for reporting it.
  5. Tom

    osFisher

    Anything you can show me?
  6. Tom

    osFisher

    Are you always on the same world?
  7. Tom

    osFisher

    Yeah i got around to it on wednesday, i fished around 200 sharks before i stopped the script, it didn't time out When was the last time you tried?
  8. Why become vip when you can release a script and get the same benefits (you did it so anyone can right?)
  9. Tom

    OSbot drama

    haha! Good one saiyan!
  10. lol o shit u got banned for botting its the end of the world guys!!!! detected!!
  11. Can you teach me how to make a billion irl us dollars from scratch in a month?
  12. lol banned for botting wtf?
  13. Does poor english run in the drug dealer family
  14. Tom

    osFisher

    The error isnt really related to the script, its more an osbot thing, but it no doubt caused the script to 'time out' as you seen. If it happens again, then ill have to do some investigating
  15. Tom

    osFisher

    Cause is still unknown, and noone else has reported it as of yet. I don't want to extend to the other dock because what happens is, the bot will waste heaps of xp / h and gp /h running between the docks. I uploaded a fix for ottos grotto, not sure if it will work, but it will be live in the next 24 hours or so
  16. its the spam section solution stop deleting my shit
  17. Tom

    osFisher

    24 hours, can extend once if necessary
  18. Alright, so based on the stuff you've shown here, the best way of doing this that I can think of for you is using getters / setters in the Main class. The reason for this, is because I believe you shouldn't access the GUI everytime you need data, as its an independent object. However, if this approach doesnt suit you, you can always do a singleton. Getter / Setter design: public class GUI extends Stage { private Main instance; public GUI(Main instance){ this.instance = instance; } // Can be any event, such as the start button being pressed. public void start(){ instance.setTxtBox1(txtBox1.toString()) // whatever is in textbox 1, i forgot the statement to return that } } public class Main { private String txtBox1; public static void main(String[] args){ new GUI(this); } public String getTxtBox1(){ return txtBox1; } public void setTxtBox1(String str){ txtBox1 = str; } }
  19. stfu u dont even use it
  20. Tom

    osFisher

    Yeah shouldn't be a problem, will be live within 12-24 hours
  21. Tom

    osFisher

    Listed as Ottos grotto
×
×
  • Create New...