Page 9 of 31 FirstFirst ... 789101119 ... LastLast
Results 81 to 90 of 301

Thread: AeroCalc v2.0 - Scouts now included

  1. #81

    Default

    Quote Originally Posted by DaveV View Post
    ^^ that is worth of a show off

    So the bigger the wave the higher number of pults it kills? proportionally to a smaller wave .
    100k scouts kills 5-6k or so with 500 ATT I believe
    no this hit got 2 extra rounds because the pults were down to this level already. The 250k hits before this one killed about 16-17k pults in 2 rounds.

    the nice things with big waves is that u need less heroes so every hit we did was with a lv 150 HH. We also, for the first time ever, used INT HHs for the last archer waves to finish off regen and the last pults.. finally a good reason to have one or two :P

    cheers,
    DeVerm.

  2. #82
    Join Date
    Jun 2010
    Location
    Dallas, TX
    Posts
    1,082

    Default

    Very nice bomb... What kind of h.Att is that

  3. #83

    Default

    whats a good int/att to use for D.hero at a 16?

    thanks
    "A man with hobbies, never has time to waste" B.P.

  4. #84
    Join Date
    Jun 2010
    Location
    Dallas, TX
    Posts
    1,082

    Default

    Around 200att and 1050 int I think

  5. #85

    Default

    Quote Originally Posted by AeroAgg06 View Post
    Very nice bomb... What kind of h.Att is that
    Emma was 517 attack, 61 int and 258 leadership

    Quote Originally Posted by richy View Post
    whats a good int/att to use for D.hero at a 16?
    with the patches I used (40% life buff for defender, war horn & corselet as 20% buffs on attack & defense, AP vs Dph modifier of 1.6 instead of 1.8 and AA vs DA modifier of 0.78 instead of 1.0) it gives accurate results with D.hero is 230 ATT and 1000 INT.

    There's still something not right like indicated by the modifier of AA vs DA... who knows, may be war horn does not work when attacking the same unit as you are sending or something. I hope to find out more after analyzing the data of the last capture.

    cheers,
    DeVerm.

  6. #86

    Default

    There is a bug with D.Ball that I haven't seen mentioned yet - in AC191:AE203 (and all copies), the indexing into the attacking units do not match up. This causes other formulae to fail.

    To fix, I believe you should replace:

    Code:
    DB		
    Unit	Attack	                        Speed
    AO	=IF(AF$11<=Z3,$D74*AB371,0)     =IF(AB371<1,0,IF(AF$11<=Z3,$F74,0))
    AW	=IF(AF$11<=Z4,$D75*AB372,0)	=IF(AB372<1,0,IF(AF$11<=Z4,$F75,0))
    Asc	=IF(AF$11<=Z5,$D76*AB373,0)	=IF(AB373<1,0,IF(AF$11<=Z5,$F76,0))
    AP	=IF(AF$11<=Z6,$D77*AB374,0)	=IF(AB374<1,0,IF(AF$11<=Z6,$F77,0))
    AS	=IF(AF$11<=Z7,$D78*AB375,0)	=IF(AB375<1,0,IF(AF$11<=Z7,$F78,0))
    AC	=IF(AF$11<=Z8,$D79*AB376,0)	=IF(AB377<1,0,IF(AF$11<=Z9,$F80,0))
    Aph	=IF(AF$11<=Z9,$D80*AB377,0)	=IF(AB378<1,0,IF(AF$11<=Z10,$F81,0))
    AR	=IF(AF$11<=Z10,$D81*AB378,0)	=IF(AB380<1,0,IF(AF$11<=Z12,$F83,0))
    AA	=IF(AF$11<=Z11,$D82*AB379,0)	=IF(AB376<1,0,IF(AF$11<=Z8,$F79,0))
    AB	=IF(AF$11<=Z12,$D83*AB380,0)	=IF(AB379<1,0,IF(AF$11<=Z11,$F82,0))
    Acat	=IF(AF$11<=Z13,$D84*AB381,0)	=IF(AB381<1,0,IF(AF$11<=Z13,$F84,0))
    with:

    Code:
    DB		
    Unit	Attack	                        Speed
    AO	=IF(AF$11<=Z3,$D74*AB371,0)     =IF(AB371<1,0,IF(AF$11<=Z3,$F74,0))
    AW	=IF(AF$11<=Z4,$D75*AB372,0)	=IF(AB372<1,0,IF(AF$11<=Z4,$F75,0))
    Asc	=IF(AF$11<=Z5,$D76*AB373,0)	=IF(AB373<1,0,IF(AF$11<=Z5,$F76,0))
    AP	=IF(AF$11<=Z6,$D77*AB374,0)	=IF(AB374<1,0,IF(AF$11<=Z6,$F77,0))
    AS	=IF(AF$11<=Z7,$D78*AB375,0)	=IF(AB375<1,0,IF(AF$11<=Z7,$F78,0))
    AC	=IF(AF$11<=Z9,$D80*AB377,0)	=IF(AB377<1,0,IF(AF$11<=Z9,$F80,0))
    Aph	=IF(AF$11<=Z10,$D81*AB378,0)	=IF(AB378<1,0,IF(AF$11<=Z10,$F81,0))
    AR	=IF(AF$11<=Z12,$D83*AB380,0)	=IF(AB380<1,0,IF(AF$11<=Z12,$F83,0))
    AA	=IF(AF$11<=Z8,$D79*AB376,0)	=IF(AB376<1,0,IF(AF$11<=Z8,$F79,0))
    AB	=IF(AF$11<=Z11,$D82*AB379,0)	=IF(AB379<1,0,IF(AF$11<=Z11,$F82,0))
    Acat	=IF(AF$11<=Z13,$D84*AB381,0)	=IF(AB381<1,0,IF(AF$11<=Z13,$F84,0))

  7. #87
    Join Date
    Jun 2010
    Location
    Dallas, TX
    Posts
    1,082

    Default

    can you please bold the different? im not seeing it

  8. #88

    Default

    Quote Originally Posted by AeroAgg06 View Post
    can you please bold the different? im not seeing it
    I did bold the differences in my original post. But to describe the differences:

    A.Cav row through A.Ball row in the Attack column:
    The values count up e.g. Z3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13
    But they should be Z3, 4, 5, 6, 7, 9, 10, 12, 8, 11, 13
    (also for $D and AB references).


    (Currently the Attack column matches priority list of a melee unit, while the Speed column matches the priority list of a ranged unit - both should be a ranged priority list... At least that's my reading of it).

  9. #89

    Default

    Okay need some help understanding something. I tried a 14 the other day and the calculator showed everything good but I messed up somewhere. I used 9waves of 25k warrior with 300 atta 30 int heros, 1 wave 125k warrior with 460 att 30 int hero, then a 156k pike bomb 520att 85 int. 100leadership, followed with 125k pike 519att 44 int. 100 leadership. So all cav was cleared.
    Then used 156k archer with 520att 48 int. 200leadership, followed by 2 125k archers 460 att, 30 intel 100 leadership. These did not target the D archers they attacked the swordsman. and I am trying to find out why.
    From the first Pike hit to the last archer hit was 5 sec. With the final 2 naked archers being in the same second. 4 more waves of 123k archer 1k sword, 1k pike. I got this scout report.
    battlena21.evony.com/default.html?logfile/20101025/ce/f4/cef46655d73eef6ddd621e79bbcc4e53.xml

  10. #90
    Join Date
    Jul 2009
    Location
    Hell
    Posts
    3,120

    Default

    Okay, here's something interesting to throw out here.. Me and my alliance were doing some testing, and we noticed that some of the numbers didn't match up. Well after trying out a few diffirent ideas, we were stumped. After a while of straight up confusion, we finally figured out something quite interesting..

    Exacllibur is taken off base attack(without gear). Statistics is wrong when it shows heroes attack. Feating Hall if the true representation of attack values.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •