Housekeeper Food/Items
Posted: Wed Sep 07, 2011 11:32 am
I was just wondering why we simply don't add the housekeeper food and items to the skills database.
I simply place this at the beginning of the skills database each time I do a full update of the bot:
DATABASE->SKILLS
<skills>
<!-- Housekeeper Buffs -->
<!-- 600 = 10 minutes -->
<skill name="HOUSEKEEPER_FOOD" aslevel="1" type="buff" cooldown="600" target="self" inbattle="false" />
<skill name="HOUSEKEEPER_LUCK" aslevel="1" type="buff" cooldown="7200" target="self" inbattle="false" />
<skill name="HOUSEKEEPER_SPEED" aslevel="1" type="buff" cooldown="3600" target="self" inbattle="false" />
<skill name="HOUSEKEEPER_DEFENSE" aslevel="1" type="buff" cooldown="600" target="self" inbattle="false" />
The food goes off every 10 minutes (lasts 5) to help prolong the stock, can easily be changed in profile I do believe.
Luck is every 2 hours, speed is every 1 hour.
Defense is every 10 minutes.
I don't really use the others, so I don't add them, but I can't assume it would be difficult.
So I suppose my question is can we add it and if so, why hasn't it been added yet; if not, why not?
I simply place this at the beginning of the skills database each time I do a full update of the bot:
DATABASE->SKILLS
<skills>
<!-- Housekeeper Buffs -->
<!-- 600 = 10 minutes -->
<skill name="HOUSEKEEPER_FOOD" aslevel="1" type="buff" cooldown="600" target="self" inbattle="false" />
<skill name="HOUSEKEEPER_LUCK" aslevel="1" type="buff" cooldown="7200" target="self" inbattle="false" />
<skill name="HOUSEKEEPER_SPEED" aslevel="1" type="buff" cooldown="3600" target="self" inbattle="false" />
<skill name="HOUSEKEEPER_DEFENSE" aslevel="1" type="buff" cooldown="600" target="self" inbattle="false" />
The food goes off every 10 minutes (lasts 5) to help prolong the stock, can easily be changed in profile I do believe.
Luck is every 2 hours, speed is every 1 hour.
Defense is every 10 minutes.
I don't really use the others, so I don't add them, but I can't assume it would be difficult.
So I suppose my question is can we add it and if so, why hasn't it been added yet; if not, why not?