• Home
  • Forums
  • Search
  • Members
  • Calendar
  • Help
Forum stats
Show team
View New Posts
View Today's Posts
Link five here
ClashFarmer Discussion Forum
Login to account Create an account
Login
Username:
Password:
Lost Password?
 

  ClashFarmer Discussion Forum General Discussions Feature Requests
1 2 3 4 5 … 12 Next »
Attack Log with Statistic

Thread Modes
Attack Log with Statistic
TheGentleMan Offline
Moderator
*****
Posts: 476
Threads: 30
Joined: Mar 2016
Reputation: 30
#1
03-29-2016, 11:52 PM
I would like to see a new Attack log that can show how many time the bot is running, how much Gold/Elexir and DE im getting by hour.
I Also like to see every single attack in attack log, because after 20-30 attacks, it delete you're first attacks on Attack log screen.


I'd like too see How much walls did the Bot upgrate and how much left, in any level of walls.

Here's an Example :
[img=0x185]http://i.imgur.com/B8ZYihh.jpg[/img]
Find
Reply
TwilightKillerX Offline
Member
***
Posts: 35
Threads: 1
Joined: Mar 2016
Reputation: 16
#2
Thumbs Up  03-30-2016, 12:47 AM
(03-29-2016, 11:52 PM)TheGentleMan Wrote: I would like to see a new Attack log that can show how many time the bot is running, how much Gold/Elexir and DE im getting by hour.
I Also like to see every single attack in attack log, because after 20-30 attacks, it delete you're first attacks on Attack log screen.


I'd like too see How much walls did the Bot upgrate and how much left, in any level of walls.

Here's an Example :

Perhaps this shouldn't overwrite the current log, but should be put into a separate tab.

It shouldn't take too long to code the averages and the time module is already imported, so all that's left is just taking the variables from the main_tab.pyc and changing their format as seen in the update_me(self) function.


Interesting code by the way! Just curious why self.tag_configure('COUNT', foreground='black') exists. It's not used in the formatting of the Log  Huh

Code:
else:
                   gold, elixir, dark_elixir, trophies, seek_count = line
                   gold = '{:,d}'.format(gold).rjust(9)
                   elixir = '{:,d}'.format(elixir).rjust(9)
                   dark_elixir = '{:,d}'.format(dark_elixir).rjust(5)

                   e.t.c...

I've commented on this idea in my other thread which had the principal of averages:

Quote:OUT OF 58 ATTACKS, THE AVERAGES ARE:

GOLD: 13390035 / 58 = 230862.67241379
ELIXIR: 14042526 / 58 = 242112.51724138
DARK ELIXIR: 26758 / 58 = 461.34482758621
TROPHIES: -3 / 58 = -0.051724137931034
SEARCHES: 1774 / 58 = 30.586206896552
Find
Reply
Share Thread:            


  • View a Printable Version
  • Subscribe to this thread


Users browsing this thread:
1 Guest(s)

  • Contact Us
  • Forum team
  • Forum stats
  • Return to Top
 
  • RSS Syndication
  • Lite mode
  • ClashFarmer
  • Help
 
Forum software by © MyBB - Theme © iAndrew 2014



Linear Mode
Threaded Mode