Jump to content

Magarac

Trade With Caution
  • Posts

    489
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Magarac

  1. Just the cost of cannonballs plus a bit of food depending on your defense lvl/bonus.
  2. NMZ is understandable; I would've been at it but with 1 pray I cba to get the points to start absorptions lol.
  3. Att: 60 Str: 75 Def: 1 Range: 70 Pray: 1 Mage: 70 Attack is quested as much as possible and Range is cannoned. Has MM done and Mith gloves done. Thanks!
  4. Magarac's 7QP Shop Current stock: 0 Price per account: 250k DISCLAIMER: These accounts are cooled down; if there is a ban within 24 hours I will replace free of charge. More accounts coming soon! *************************************************************************************************************************************************************** *************************************************************************************************************************************************************** All accounts adhere to the following: 1. Pictures of the account stats 2. Pictures of the account bans 3. Membership left (if there is any) N/A 4. Original/previous owners AND Original Email Address I am OO; unregistered emails.
  5. Hey @Molly one suggestion I have is to add a webWalking break condition in case the HP is too low. Sometimes on lower level accounts on the way to the Druids they die or nearly die. Otherwise it's a great script!
  6. Wrote up a quick script to train my pure, this was the xp/hr when I took the screenshot, but now its at 61k/hr 10 mins later. What is the average xp/hr with cannon? Curious to see how high I can get it with better food/pots/etc.
  7. Contact @Howest I've heard he does good services.
  8. Haha that's annoying.. but yeah highly recommend his from what I've heard/seen.
  9. Hey @Khaleesi can I get a trial when the client is updated? Thank you Queen of Meereen, Queen of the Andals and the First Men, Lady Regnant of the Seven Kingdoms, @Khaleesi of the Great Grass Sea, Mhysa, Breaker of Chains, the Unburnt, Mother of Dragons.
  10. $0.50 before it gets banned or $0.50 per hour? Cause 500k/hr f2p efficiently is difficult lol.
  11. Attack is quested until 40, trained the rest of the way. No MM or Mith gloves.
  12. Hard to explain tbh, it's got all sorts of supernatural stuff and basically two brothers take on different missions each episode and hunt an enemy, with a slowly progressive story line. 8+ seasons currently I believe.
  13. Prison Break, The Magicians, Lost, Supernatural and many many more I could recommend
  14. Is this for my babyGDK?
  15. To each his own; I prefer how States look and work and they'd accomplish the same task as that and wouldn't be much more complicated for such a simple script tbh. Works either way though
  16. No. You want to attack the NPC, and then sleep until it is attacked. Then you want to sleep until fighting is done. // if combat is not fighting case FIGHT: NPC seagull = .... if (seagull != null) { seagull.interact("Attack"); conditionalSleep() { private boolean condition() { return getCombat.isFighting() || seagull == null; } } } // if combat is fighting case WAIT: sleep(random(400, 800));
  17. States would only make it better to allow a sleep portion so it isn't always looping to the fight part; but as for your sleep condition there have it return if getCombat().isFighting() instead.
  18. You should make it State based with two cases at least: a sleep one and a fight one. If myPlayer.isFighting(), then just sleep a small bit and then check again, otherwise if not fighting then initiate a fight. You can also create a filter for the NPC to make it cleaner and make sure to check that npc.getHealth > 0. Also I'm pretty sure .exists() is covered when you call != null.
×
×
  • Create New...