Jump to content

Magarac

Trade With Caution
  • Posts

    489
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Magarac

  1. new ConditionalSleep(30000) { @Override public boolean condition() throws InterruptedException { return (!combat.isFighting() || enemy.getHealthPercent() == 0) || lowHealth() || (loot != null && loot.isOnScreen()); } }.sleep(); So I want it to chill while fighting unless it's either done fighting, the enemy is dead, we are at low HP (to heal), or there is loot nearby. Currently how it loots is: Kills an enemy, runs onto the next one (while loot from first enemy slowly appears), then once second enemy is dead it loots the first drop and goes onto the third enemy. TL;DR it doesn't wait for the drop, so by the end of the inventory it fights another enemy before fully filling the inventory.
  2. Hmm I'm not exactly sure why it's returning true, other than the fact that (reach || open) might be working like an OR statement does and since it CAN open the door it returns true always. Try doing the door check like I posted, cause doors always have either a "Open" or "Close" option.
  3. Juliet isn't a door though? I'd do something like this: if (julietArea.contains(myPlayer()) { RS2Object door = getObjects.closest("Door"); if (door != null && door.hasAction("Open")) { door.interact("Open"); } // then rest of code to interact with the NPC "Juliet" } EDIT: julietArea being the area you are in when wanting to interact with Juliet. Use @Explv 's dope map to find the area for it by going up a floor (https://explv.github.io/).
  4. Here's mine I was PC-ing, still has p2p left and was leveling it until it ran out. Just don't play on it anymore. Overall main. Willing to use an MM and hand over all original info, I am OO.
  5. 1. Yes, buy a Voucher/Gift Card using RSGP (check the Other section, I know @Juggles sells them) 2. What bots does this happen with?
  6. I can do this as well; Skype: live:dizdarpure
  7. No worries, just looking for approximate ranges, thanks!
  8. Am bored of playing on it and would like to sell, highlight is probably the Quests and Slayer tbh. Has MM done, Mith gloves, access to Fairy Rings (started pt.2), etc. By the time p2p runs out, it'll probably be at 60+ range, 60+ mage, 60 def, and 60+ slay. (don't have to account this but you can give me two quotes if you want)
  9. Not saying that feedback doesn't matter, but you made the same argument in your original post but valued it at 50-70 on PowerGP (with feedback). I just wanted Pixelated to know it's worth a bit more than that.
  10. Directly off of PowerGP's site, and this isn't with 75 Slayer.
  11. Like I said, in high school. I watched it now after having found it again and only smiled cause of the memory
  12. This is my favorite version of this song. I lost my shit the first time I saw this in high school lol. https://youtu.be/Zv09hmmXDI0
  13. Wow that's a bit unnerving tbh... never thought my mules were in threat. I guess I should transfer money even further and be careful of that now.
  14. I use AVG Free for the general protection, and if I suspect any threats I run a full-PC AVG scan and a full-PC MBAM scan as well.
  15. I'm a lot more familiar with Sony Vegas, AE is more for cool effects and actually creating VFX, although I have used it before. For making a montage and adding effects/etc to it look into Sony Vegas, it isn't as steep of a learning curve and better for what you want. I can help with it too.
  16. Got 4, don't want to outright post them, but if interested and trusted I can show you them.
  17. Amazing! Am very interested to see the progress of this, good luck!
×
×
  • Create New...