Jump to content

Khaleesi

$250.00 Donor
  • Posts

    26267
  • Joined

  • Last visited

  • Days Won

    203
  • Feedback

    100%

Everything posted by Khaleesi

  1. Should never drop it, even when its in 2nd slot Thats correct: Script updated to V0.33: - Fixed maple tree powerchop Will be online in a few hours Khaleesi
  2. Ya I see, but this part is really poor switch (state) { case CHOP: new Chop(this); break; case DROP: new Drop(this); break; case IN_COMBAT: new InCombat(this); default: break; } bascily every 50 milliseconds you are making a new instance of Chop()... Why not create one ion onstart() and just do chop.run(); in your switch statement? Atleast that would solve the huge memory usage here
  3. You are creating new instances of those actions every loop ... Should only create one instance of it, best way to do this is in the onStart() method.. After that you can actually run those instances int he onLoop
  4. I sure did and you provided nothing usefull I could use to even see what your exact issue was ... Could have been multiple things... Add me on skype: Khaleesi.bot
  5. The script doesn't drop axes if they are in your inventory What axe are you using?
  6. Ya because it has to wait for bars obviously ... I don't even see a bug in what you are reporting, Are the bars ready to withdraw? did you empty the dispenser before you started?
  7. Did you disable roofs?
  8. Are you using break or lagging fairly hard?
  9. No antiban should not make it missclick Missclicks can just happen once in a while
×
×
  • Create New...