This is a variation of another script by EHU called “Noob or Inactive Spam Script” with the addition of a Scout-Bomb attack that is mainly just here as an example of how to alter and use the scripts offered at EvonyHookups to your advantage!!
Set the coordinates, change “MainHero” or “SpamHero” variables if needed, adjust “MainArmy”, “SpamArmy”, and “ScoutBomb” variables to your liking.. then let’r rip! Script waits a bit to let recalled heroes come home, attacks with a Scout-bomb first, then attacks with the MainArmy, sends 8 smaller SpamArmy waves, then repeats!
This Noob/Inactive Scout-Bomb and Spam Script is crude, but definitely does the trick! You can edit it to suit many needs.. 🙂
Noob or Inactive Scout-Bomb and Spam Script for NEAT Bot – by EHU:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 |
//---- Evony Hookups ----// //---- Noob or Inactive Scout-Bomb and Spam Script for NEAT Bot - by EHU ----// //---- Last Edited: 12/09/2014 ----// //---- This is a simple spam script that scout bombs //---- the target, then spams the target coordinates //---- with a decent hero and attack, then 8 waves of //---- lesser attacks with lesser heroes, and then //---- repeats without the initial scout bomb until //---- stopped or out of troops.. //---- Main User-Defined Variables - Change These!! ----// Target="xxx,yyy" //-- City To Spam --// MainHero="any:att>=200,att<best" //-- Main Hero String --// SpamHero="any:att<best,pol<best,int<best" //-- Spam Hero String --// ScoutBomb="s:80k" //-- Scout Bomb --// MainArmy="c:50k,s:10k" //-- Main Attack --// SpamArmy="c:5k" //-- Spam Attack Loop --// //---- Nothing to edit below here!!! ----// //------Start of actual Sript------ //------ Start of actual Sript ------ //------ Start of actual Sript ------ //------ Start of actual Sript ------ //------ Start of actual Sript ------ //------ Do Not Touch!! ----// echo "Running Noob or Inactive Scout-Bomb and Spam Script.." //---- Main Setup.. label Main config wartown:1 recallall sleep 480 //---- Scout-Bomb before attacks start.. Label PreScoutBomb execute "attack {Target} {SpamHero} {Scoutbomb}" //---- Main Loop.. Label MainLoop execute "attack {Target} {MainHero} {MainArmy}" Label Spam getspamhero execute "attack {Target} {SpamHero} {SpamArmy}" repeat 7 Goto PreScoutBomb // //---- www.EvonyHookups.info ----// |