Vintage Rubber Magnet Get Involved With Me

Get Involved With Me

Realized $3.99 12/4/14

config npc:5
// farm lvl 5 npcs, and higher if configured below
// guide:Npc

#farmingpolicy 5 mindistance:1 maxdistance:10 mincycle:1 maxcycle:8
#farmingpolicy 10 mindistance:1 maxdistance:5 cycle:1
// farm lvl 5’s for 1-10 miles, every 1-8 hours and lvl 10’s for 1-5 miles every 1 hour
// guide:FarmingPolicy

npctroops 5 b:550
#npctroop 10 a:90000,wo:2000,warr:2000,s:4000
// farm lvl 5s with 550 ballista. transports will be automatically added
// farm lvl 10s with 90k archers, 2k worker/warriors, 4k scouts. transports will be automatically added
// guide:NpcTroops

#npcheroes 5 any,!trainingheroname
#npcheroes 10 trainingheroname
// use any hero except the traininghero to farm 5s, use the traininghero only to farm 10s, customize with hero strings
// guide:NpcHeroes
// guide:CategoryGoals#Hero_Strings_in_Goals

#npclimits 10 a:281k
// wait till i have at least 281k archers in city before sending npc10 farm run
// required before npcfarming will start on lvl 6-10 npcs
// guide:NpcLimits

#config npclimit:100
// farm npcs until i have a 100 day supply of food, when disabled farming is unlimited
// guide:NpcLimit

#npclist 5 xx1,yy1 xx2,yy2 xx3,yy3
// only the npc5 coords you listed will be farmed, any level can be used here instead of 5
// guide:NpcList

config farmingcycle:8.4
// default hours between hitting each npc = 8.4 hours
// guide:FarmingCycle

#config farmingcyclemin:1
// allow bot to hit npcs sooner than farmingcycle time, if it would be more beneficial based on regeneration of loot
// guide:FarmingCycleMin

#npcbounds 5 200 210 300 310
// only hit npcs between coords 200,300 and 210,310
// npcbounds {level}
// guide:NpcBounds