Jump to content

Tom

Scripter III
  • Posts

    5335
  • Joined

  • Last visited

  • Days Won

    5
  • Feedback

    100%

Everything posted by Tom

  1. 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; } }
  2. Tom

    osFisher

    I added it
  3. stfu u dont even use it
  4. Tom

    osFisher

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

    osFisher

    Listed as Ottos grotto
  6. Tom

    osFisher

    I see, this helps find an issue that someone else has, when you find it logged out, is your player in the bank or on the docks? If its in the bank, has it emptied its inventory yet? Or failed to do so. Thanks
  7. no its because ur incest
  8. Tom

    osFisher

    I think I know whats going on, are you launching the script through command-line?
  9. why the sparkles hes not the Messiah - he can be if you review my appeal again congratz tho he looks healthy
  10. Tom

    osFisher

    Alright, checked it out for myself and its on my end. I've submitted a fix but it may not be live for 12-24 hours, I have extended your trial to 48.
  11. Tom

    osFisher

    Odd, I asusme you are trying to barbarian fish? If thats the case, try select leaping trout instead, as it doesnt matter unless you want to keep sturgeon only. (based on the error, i assume you had sturgeon selected)
  12. Tom

    osFisher

    Added
  13. Tom

    osFisher

    Thanks, this seems to be an error with the script starting based on what I can see, so ill ask you a couple of more questions if thats alright. Does the GUI actually show up? What settings do you have selected? I run with this configuration with no errors: Have you tried any other locations? Sorry about your bad experience, but youve helped a lot of others out by reporting this.
  14. > respecting a CBA
  15. Tom

    osFisher

    If possible, could you try again but with the osbot console open? You can open it in the top right corner of the client, and paste any text that pops up here. Thanks!
  16. Tom

    Goodbye

    cya
  17. Tom

    osFisher

    Hi, could you please be a little more specific on the details, follow this template Location: Fish: Banking (true/false): Barehanded mode (true/false): thanks!
  18. sometimes i wish I was dead
  19. Tom

    Eid Mubarak

    ok
  20. I know who I'm voting for. Jonny. Why? Because its almost Johnny, which is almost johnny sins.
  21. Tom

    osFisher

    Hi, ive extended your trial, give it a go now
  22. Tom

    osFisher

    Hi, if you open the console (top right hand corner of the client), could you paste anything here that looks abnormal? Thanks Edit: not necessary, located the issue. Please like this post when the script is working again and I will extend your trial. (May take 12-24 hours)
  23. Well its tuesday for me so I doubt someone can be more than 24 hours behind
  24. everytime i see u trying to get likes on a post
  25. Tom

    osFisher

    Alright thanks, there will be an update out in the next 12-24 hours which will fix this
×
×
  • Create New...