Page 1 of 1

Auto selling options I just CANT understund..

Posted: Sun Sep 11, 2011 8:23 am
by eragonios
Hi this is my problem and i really ty if som1 can help.

THIS IS MY PROFILE.

Code: Select all

<!-- Auto selling options when used with player:merchant -->
		<option name="INV_AUTOSELL_ENABLE"	value="true" />		<!-- true | false -->
		<option name="INV_AUTOSELL_FROMSLOT" value="1" /> 			<!-- 1 = bag 1 slot 1 -->
		<option name="INV_AUTOSELL_TOSLOT"	value="57" /> 			<!-- 30 = last slot bag 1 -->
		<option name="INV_AUTOSELL_QUALITY"	value="white,green,blue,purple,orange,gold" /> 	<!-- white,green,blue,purple  -->
		<option name="DEBUG_AUTOSELL"      	value="true" />
THIS IS MY LOG.

Code: Select all

We try to find NPC Pancer:
We successfully target NPC Pancer and try to open the dialog window.
[DEBUG] Check item so sell: 78 223501 Lion-Face Round Shield
[DEBUG] Check item so sell: 79 223501 Lion-Face Round Shield
[DEBUG] Check item so sell: 80 211648 Rune Warrior's Giant Hammer
[DEBUG] Check item so sell: 86 211648 Rune Warrior's Giant Hammer
[DEBUG] Check item so sell: 94 223501 Lion-Face Round Shield
Clearing target.
Moving to waypoint #224, (-16650, 11463)
(i'm using the lastest update* 644 atm)

And the items still in my backpack. The funny thing is.. debug is totaly normal without errors for sell these items
Lion-Face Round Shield's & Rune Warrior's Giant Hammer's

Re: Auto selling options I just CANT understund..

Posted: Sun Sep 11, 2011 9:17 am
by rock5
Is it possible those items have more than 2 named stats?

Re: Auto selling options I just CANT understund..

Posted: Sun Sep 11, 2011 9:22 am
by eragonios
Y all have 3 named 1 yellow and 2 green

Re: Auto selling options I just CANT understund..

Posted: Sun Sep 11, 2011 9:44 am
by eragonios
ok i got it... i've add

Code: Select all

<option name="INV_AUTOSELL_NOSELL_STATSNUMBER"	value="6" />
my problem solved.. ty for ur reply

Re: Auto selling options I just CANT understund..

Posted: Sun Sep 11, 2011 9:51 am
by rock5
I should have added a debug message for that. Use option

Code: Select all

		<option name="INV_AUTOSELL_NOSELL_STATSNUMBER"		value="4" />
That will not sell items with 4 or more items. I set it to default to 3 so it wasn't selling your items. If you set it to 4 or more then they will sell.

Maybe I should change the default to 4? The purpose if this option is to avoid selling user stated gear by mistake. I guess not many people would stat an item with only 3 stats but it is possible. They might stat with 3 to start off with, with the intention of stating the other 3 at a later date. So maybe it would be safer not to change the default to 4.

But I should definately add that debug message.

Re: Auto selling options I just CANT understund..

Posted: Sun Sep 11, 2011 10:04 am
by eragonios
No need to change it.. i think its better to leave it at "3" the default value... for the reason u said!
But y.. if its easy just put a debug message for this. ^^