Page 1 of 1

SVN 352: new AutoSell function / new MAX_TARGET_DIST option

Posted: Wed Oct 14, 2009 3:47 pm
by d003232
There is a new profile option MAX_TARGET_DIST. There you can reduce the default ingame targeting distance from about 220 to a lower value. Thats helpfull in small places if you don't want to target all available mobs.

There is now also a very easy auto sell function. You can enable that in your profile with some expert option:

Code: Select all

<option name="INV_AUTOSELL_ENABLE"		value="true" />
<option name="INV_AUTOSELL_FROMSLOT"	value="2" />
<option name="INV_AUTOSELL_TOSLOT"		value="12" />
<option name="INV_AUTOSELL_QUALITY"		value="white, green" />
<option name="INV_AUTOSELL_IGNORE"		value="III, potion, 223443, weaponname" />
Add that options to your profile and use the normal playermerchant() function in your waypoint file. You can add itemnames (or parts of it) or item-ids to the ignore list.

There are no plans to add more functionality to that autosell. So please don't ask for that (except if you have the coding :-) )

BE CAREFULLY IN USING THAT NEW FUNCTION. IT IS NOT VERY WELL TESTED !!!

Re: SVN 352: new AutoSell function / new MAX_TARGET_DIST option

Posted: Thu Oct 15, 2009 12:06 am
by j_schlott
you're the man =P

Re: SVN 352: new AutoSell function / new MAX_TARGET_DIST option

Posted: Thu Oct 15, 2009 9:55 am
by ghostslayer
good job! there's a way to make an autodrop with rarity(white,green) and type (equipments for e.g) too? or it already exists? I couldnt find it

Re: SVN 352: new AutoSell function / new MAX_TARGET_DIST option

Posted: Thu Oct 15, 2009 10:04 am
by d003232
ghostslayer wrote:good job! there's a way to make an autodrop with rarity(white,green) and type (equipments for e.g) too? or it already exists? I couldnt find it
No. We don't have that informations.

Re: SVN 352: new AutoSell function / new MAX_TARGET_DIST option

Posted: Thu Oct 15, 2009 8:13 pm
by niinii
OMG OMG i've been waiting for this! haven't test it yet though, but THANK YOU!

Re: SVN 352: new AutoSell function / new MAX_TARGET_DIST option

Posted: Fri Oct 16, 2009 1:36 am
by Maroco
Hi , sorry for that qestion but with slots in inventori ar 2 till 12? thats ar slots on Tab 1 or Tab 2? I dont wont make mistake. thx

Re: SVN 352: new AutoSell function / new MAX_TARGET_DIST option

Posted: Fri Oct 16, 2009 2:42 am
by d003232
Maroco wrote:Hi , sorry for that qestion but with slots in inventori ar 2 till 12? thats ar slots on Tab 1 or Tab 2? I dont wont make mistake. thx
Bag 1 has slot 1 - 30, bag 2 has 31-60, bag 3 has 61-90, ...

Re: SVN 352: new AutoSell function / new MAX_TARGET_DIST option

Posted: Fri Oct 16, 2009 9:41 am
by niinii
works as said. good job d003232! am i right to say the bag slot 1 start from the top row of the first tab, not the bottom row?

Re: SVN 352: new AutoSell function / new MAX_TARGET_DIST option

Posted: Fri Oct 16, 2009 9:43 am
by d003232
niinii wrote:works as said. good job d003232! am i right to say the bag slot 1 start from the top row of the first tab, not the bottom row?
yes it is.

Re: SVN 352: new AutoSell function / new MAX_TARGET_DIST option

Posted: Fri Oct 16, 2009 1:01 pm
by Maroco
ok thx, works good, testet

Re: SVN 352: new AutoSell function / new MAX_TARGET_DIST option

Posted: Thu Mar 04, 2010 10:37 am
by marnitako
<option name="INV_AUTOSELL_IGNORE" value="III, potion, 223443, weaponname" />


hi, what is 223443 ???

Re: SVN 352: new AutoSell function / new MAX_TARGET_DIST option

Posted: Thu Mar 04, 2010 10:41 am
by marnitako
How I can to include to the ignore list: Runes, Potion, Quest item or daily quest item, Food, and materials? wood herb and ore?

Re: SVN 352: new AutoSell function / new MAX_TARGET_DIST option

Posted: Sat Mar 06, 2010 12:01 am
by Administrator
You would need to put each of their item names or IDs there. If, for example, you do not sell Simple Health Potion, you would need to add "Simple Health Potion" to the ignore option.

Code: Select all

<option name="INV_AUTOSELL_IGNORE" value="Some Item, Simple Health Potion, Something Else, 1234" />

Re: SVN 352: new AutoSell function / new MAX_TARGET_DIST opt

Posted: Thu Mar 11, 2010 1:00 pm
by marnitako
Ok, thanks, is good option, but a lot of items to put in the ignore list XD