Author Topic: I got a couple suggestions for JavaOp!  (Read 2419 times)

0 Members and 1 Guest are viewing this topic.

Offline Berzerker

  • Newbie
  • *
  • Posts: 23
  • I r t3h l33tsk33t.
    • View Profile
I got a couple suggestions for JavaOp!
« on: September 22, 2007, 08:50:38 pm »
1) Have the bot save window size/configuration on exit, or make an option to save it in a menu.

2) Fix the spam/drop protection. It really sucks. I have to wait literally 30 seconds for the 3rd line to spit out. I doubt 30 seconds is needed. Probably increasing it 1-1.5 seconds each time is enough...



Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: I got a couple suggestions for JavaOp!
« Reply #1 on: September 22, 2007, 09:22:25 pm »
Regarding 2, a lot of thought and experimentation went into the algorithm. When you initially log in, you're more likely to flood out (because of all the login packets), so it's a bit slow.

Offline Camel

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
    • BNU Bot
Re: I got a couple suggestions for JavaOp!
« Reply #2 on: September 23, 2007, 06:21:18 pm »
Flood protection is a tricky thing with battle.net. My bot's flood protection is also slow, because it's designed to be able to get the maximum throughput, which is the safest way of throttling text. I give the user the option of disabling flood protection, because it's also used for chatting, where flood protection isn't much more than an annoyance. I think this is a much better solution than trying to squeeze convenience out of the algorithm.

<Camel> i said what what
<Blaze> in the butt
<Camel> you want to do it in my butt?
<Blaze> in my butt
<Camel> let's do it in the butt
<Blaze> Okay!

Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: I got a couple suggestions for JavaOp!
« Reply #3 on: September 24, 2007, 10:42:54 am »
You can disable the flood protection in JavaOp2 as well (somewhere in the options), so life's good. :)