Page 1 of 1

Two questions!!!!!!!!!!

Posted: Fri Apr 26, 2013 5:24 pm
by krews
Is there any way to feed my pet with the bot?

How to do not sell runes and potions?

Re: Two questions!!!!!!!!!!

Posted: Fri Apr 26, 2013 7:00 pm
by Ego95
Both options you can change in your profile:

Code: Select all

		<!-- Eggpet options -->
		<option name="EGGPET_ENABLE_CRAFT"	value="true" />		<!-- If using same slot for assist and craft, onlt 1 can be enabled. -->
		<option name="EGGPET_CRAFT_SLOT"	value="2" />
		<option name="EGGPET_ENABLE_ASSIST"	value="true" />
		<option name="EGGPET_ASSIST_SLOT"	value="1" />
		<option name="EGGPET_CRAFT_RATIO"	value="1:1:1" /> 		<!-- mining:woodworking:herbalism ratio to produce. -->
		<option name="EGGPET_CRAFT_INDEXES"	value="" /> 	 		<!-- override auto craft index for mining,woodworking,herbalism eg. "2,,"-->

Code: Select all

		<!-- Auto selling options when used with player:merchant -->
		<option name="INV_AUTOSELL_ENABLE"	value="truw" />		<!-- true | false -->
		<option name="INV_AUTOSELL_FROMSLOT" value="1" /> 			<!-- 1 = bag 1 slot 1 -->
		<option name="INV_AUTOSELL_TOSLOT"	value="180" /> 			<!-- 30 = last slot bag 1 -->
		<option name="INV_AUTOSELL_QUALITY"	value="white,green,blue, purple" /> 	<!-- white,green,blue,purple  -->
		<option name="INV_AUTOSELL_IGNORE"	value="III" /> -- I'm using "III" so that it doesn't sell any runes of the tier 3
AlterEgo95