The Bytecode Club
FastFrench's changes - Printable Version

+- The Bytecode Club (https://the.bytecode.club)
+-- Forum: Lobby (https://the.bytecode.club/forumdisplay.php?fid=1)
+--- Forum: Game Cheating, Botting & Reverse Engineering (https://the.bytecode.club/forumdisplay.php?fid=97)
+--- Thread: FastFrench's changes (/showthread.php?tid=453)

Pages: 1 2 3


RE: FastFrench's changes - Zain - 02-01-2015

Song, it has to be something on your end, as the link is still working for me. Perhaps a firewall or something is blocking your access to the site?

Anyway, I uploaded the original zip to Mega, try this link:
https://mega.co.nz/#!OoMhkJrR!ee_EJdDcOSoljjj6sxArqdeDgXNVeBrNfiXSO1sktgk


RE: FastFrench's changes - mahimulislam - 02-02-2015

Guys,To all those have Syncing error,I have reduced the Time syncing.I hope this works...

https://mega.co.nz/#!69UUwCbL!j2gq-DlXc_r2GlYLmXzbP9-I09JS8_V3LE_pypi0Exk


RE: FastFrench's changes - SongHyeKyo - 02-02-2015

(02-01-2015, 09:18 PM)Zain Wrote:  Song, it has to be something on your end, as the link is still working for me. Perhaps a firewall or something is blocking your access to the site?

Anyway, I uploaded the original zip to Mega, try this link:
https://mega.co.nz/#!OoMhkJrR!ee_EJdDcOSoljjj6sxArqdeDgXNVeBrNfiXSO1sktgk

T H A N K S for the another link ..


RE: FastFrench's changes - k3iroll - 02-02-2015

I've been trying Fastfrench attack mode for quite some time. In my opinion, while it is awesome and less robotic, it is also less efficient than Antidote's attack pattern when doing all sides attack. I'm doing barching by the way.

From my observation, that the first line of barb (there are 4 lines for all sides attack) will always got depleted (or reduced significantly), then only the first line or archers will be dropped, hence there will be no (or very few) meat shields for the archers.

This is because, it takes quite some time for the bot to complete the 4 lines of barb placement all along the 4 sides.

My proposals to improve the attack efficiency:
1- Drop 1 line of barbs, immediately followed by a line of archers, 2nd line or barbs then archers, and so on ....
2- Increase the number of waves, so that the drop time for barbs and archers is reduced.


RE: FastFrench's changes - dinobot - 02-02-2015

Currently each line is set to 1000 sleep (1sec) before next line out. U can play around with the sleep...
I do 300 for first wave of barb, 200 for first wave of archer, 100 for second wave barb and 50 for second wave archer.. Try play around with the sleep...

The coding was efficient... As it makes the wave customizable


RE: FastFrench's changes - sheva370 - 02-03-2015

(02-02-2015, 07:51 PM)dinobot Wrote:  Currently each line is set to 1000 sleep (1sec) before next line out. U can play around with the sleep...
I do 300 for first wave of barb, 200 for first wave of archer, 100 for second wave barb and 50 for second wave archer.. Try play around with the sleep...

The coding was efficient... As it makes the wave customizable

This is what you changed, right? Deadtongue
Code:
if LauchTroop($eGiant, $nbSides, 1, 1, 1) Then
            If _Sleep(1000) Then Return
               EndIf
         if LauchTroop($eBarbarian, $nbSides, 1, 2) Then
            If _Sleep(300) Then Return
               EndIf
         if LauchTroop($eWallbreaker, $nbSides, 1, 1, 1) Then
            If _Sleep(500) Then Return
               EndIf
         if LauchTroop($eArcher, $nbSides, 1, 2) Then
            If _Sleep(200) Then Return
               EndIf
         If _Sleep(1000) Then Return
         If LauchTroop($eBarbarian, $nbSides, 2, 2) Then
            If _Sleep(100) Then Return
               EndIf
         If LauchTroop($eGoblin, $nbSides, 1, 2) Then
            If _Sleep(500) Then Return
               EndIf
         If LauchTroop($eArcher, $nbSides, 2, 2) Then
            If _Sleep(50) Then Return
               EndIf
         If LauchTroop($eGoblin, $nbSides, 2, 2) Then
            If _Sleep(500) Then Return
               EndIf



RE: FastFrench's changes - dinobot - 02-03-2015

Yes.. As many has different lvl of troop and number of troop... Customized to your own needs... Test them out.. Play with the number


RE: FastFrench's changes - scaarx - 02-04-2015

can anyone guide me to the location of the troop deployment way script? i tried to find but its too long and im not very familiar with this AutoIt script yet, very much thanks for any help


RE: FastFrench's changes - FastFrench - 02-06-2015




RE: FastFrench's changes - SongHyeKyo - 02-06-2015

Base in my experience ..

LF style vs fast french style same set up ( no if sleep )


Fast French is faster than LF Style. I don't know why? in fast french all deploying troops is very fast. In LF Style there is a delay in 2nd wave barbarian ...