Jump to content

Khaleesi

$250.00 Donor
  • Posts

    26948
  • Joined

  • Last visited

  • Days Won

    214
  • Feedback

    100%

Everything posted by Khaleesi

  1. I will have to take a look at that
  2. Host is down to download images atm, waiting for them to fix it
  3. Well the moment it start it also stops as you set it back to false after doing this if(super.shouldActivate() || breakNow) {
  4. Will have to check as it's a different currency
  5. It only uses that when it needs to actually bank
  6. Can you even buy and sell at the shop as an ironman if it's overstocked/understocked?
  7. ya thats kinda general knowledge if you run 10hp accs there The skeleton can hit 4 or 5's I believe
  8. The limit is exactly what I wanted to guarantee that the locations is supported and doesn't get you stuck or hanging, don't want accs stuck for hours womewhere If I missed certain areas just lemme know and I will add them in right away I will add the right away! Added in V1.20, should be online in a bit
  9. it redeems tickets after 10 tickets so u get another 5% extra exp I tested it for about 15 min and I never noticed and late or early clicks, where did this happen?
  10. maybe you should go request it on the right bot forum
  11. Been added like 3 years ago Make sure the fire is in the fish range
  12. Ya that's why it's easier to multiple first and divide after
  13. Not yet, is a work in progress
  14. No, this one does : https://osbot.org/forum/topic/163529-khal-rogues-den/
  15. This is the method I have on my Timer class public int getPerHour(int value) { return (int) (value * 3600000d / (System.currentTimeMillis() - start)); } About the same as you have, except for the fact I multiply first instead of diving so there are no rounding errors
×
×
  • Create New...