Jump to content

Hel

Lifetime Sponsor
  • Posts

    520
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Hel

  1. re read it, I had to edit it because my web browser is rooted atm.
  2. Have you tried grandExchange.sellItem(439, 30, inventory.getAmount(439));
  3. I was making a joke of it ya rookie "most definitely help" yes you would know, you're a big botter asking for help The only time residential proxies will help you is getting through tutorial island dodging a lock, but clearly you know a lot more than me, so who am I to give my perspective!
  4. man, jagex must hate you for your 3 account combat bot farm! more OT: proxies are tinfoil hats, not worth getting.
  5. Hel

    95 Magic

    not to sound rude, but considering you joined a week ago, you probably won't find many people who'll do this, unless you're willing to pay 100% upfront
  6. As charlotte said, learn about conditional sleeps and do checks for it it's currently trading, I believe the methods you'll need are: trade.isCurrentlyTrading(), trade.isFirstInterfaceOpen() and trade.isSecondInterfaceOpen()
  7. /* * in your main onStart() use PidgeonGUI.main(); */ static PidgeonGUI frame; public static void main() { EventQueue.invokeLater(new Runnable() { public void run() { try { frame = new PidgeonGUI(); frame.setVisible(true); } catch (Exception e) { e.printStackTrace(); } } }); } public PidgeonGUI() { // gui code here mainPn1.setLayout(null); } Modifying the template my GUI Builder gives would be this.
  8. 1. Is there NO GUI builder that allows me to drag and drop elements (like JButton, JList, JTextField, etc.) onto the the application window AND IT STAYS WHERE I PUT IT (meaning i don't have to hard code the exact position of every single element i put into the GUI) (not sure if this'll fix your issue, pretty sure it will) - Change your content pane layout to absolute (null). (I use eclipse guibuilder, so i'm not too sure on the intelliJ version), you can just use the line mainPn1.setLayout(null); 2. Assuming i should still be using IntellJ's GUI form builder, why is there no code about how i customized it in the form onto the output code file - I don't use intelliJ so I can't answer this sorry 3. How do i get the GUI to open in onStart - I would create a "main" void, set the frame equal to a new instance of your PidgeonGUI class, set the frame to visible & then utilize it with PidgeonGUI.main();, this probably isn't the 'right' way to go about it, but I have a "if it works, why change it" mentality about smaller things like this. lmk if any of these help
  9. as other users have mentioned: Ping ( You can't help it), Pre hover, & reduce the loop's sleep. (Return value)
  10. lol without bots the market would be dry as shit. Runescape almost relies on bots to keep the GE stocked on many basic items. On another note, botting ironmen doesn't really affect the game at all as they're really just a showpiece for players, they don't impact the player's around them.
  11. Hel

    full graceful

    full graceful from 7 marks, price inquiry and time frame pls. lvl 20 agility currently and can access canifis
  12. Hel

    Im back

    gl on your grey name farm
  13. I like the concept of ironmen, but certain skills such as agility make me want to spoon my eyes out, iroman or not.
  14. yea so I was talking pitch? I meant the y axis ?
  15. i don't know the difference, one of the things I could never wrap my head around in physics lol
  16. I've noticed this also happens with your default camera. If the camera is titled at a low (pitch I think it is? Downward), but not the lowest, it sometimes has trouble tilting further down and will walk to the entity by default (As Fruity said was the fix) ty will do some testing x
  17. @Lemons' mouse camera has a slight flaw (It's old and labelled simple, I know, but I still like it). If the entity is ever so slightly off the screen, the Camera won't move to it. The link to the thread If you can fix it, you'll be my personal favorite for at least 2 days. (may be a slight reward to any gentleman / lady to assist ) edit: also seems to happen with default camera.toEntity. as @Fruity has mentioned I could simply walk to the entity if it's > a distance, but I'd rather a better fix, as the camera can easily be tilted further down and interact w the entity.
  18. yea it's scamquit.osbot.12 edit: i feel the need to /joke this
  19. Might help what genre of game's she might be interested in, if she doesn't know, go off of what her movie taste is
  20. @Eagle Scripts Account can get stuck clicking on the teak armchair, seems that the rectangle is set wrong for it or something & yet oak armchairs it uses keyboard binding so who knows what ur doing lmao
  21. Hel

    3 quests

    boy wtf you need strength for? idk what u need pray for but there's no protects if that's what you're after 40 def, 20 agility (you don't need agility for the quests ??) farming is 52 mate no wozza
×
×
  • Create New...