Jump to content

Khaleesi

$250.00 Donor
  • Posts

    26742
  • Joined

  • Last visited

  • Days Won

    212
  • Feedback

    100%

Everything posted by Khaleesi

  1. Are you using pouches? Does the console log says anything? Whats the script status?
  2. Khaleesi

    Noot

    You laughing with me or what? We can always change that @Jonny to Jonny I thought you loved me ...
  3. Trials are 12 hours and they are used to let someone try for a short time to see if the script works... If I could control the runtime I would terminate the script in trial mode after an hour, but we can't. Too many pll abusing this trials system.. You got another 12 hours for now ^^
  4. Don't lie to me ... You did use it Done
  5. You probably removed a "}" or some ")". Read everything again and see if you are not missing anything ^^ If you add me on skypee: khaleesi.bot I can take a look for you ^^
  6. 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
  7. 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
  8. 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
  9. 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
×
×
  • Create New...