My bot is not selling items like armor at a Merchant.

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
s018mes
Posts: 79
Joined: Sun Jan 16, 2011 11:14 am

My bot is not selling items like armor at a Merchant.

#1 Post by s018mes »

I can not figure out why my bot is selling items with 0 durability like herbs, arrows, pots. But it is NOT selling gear like armor. I have checked my profile for any errors, but I really don't think I have any. I have run the bot with out any addons. I have recently reinstalled the macro bot and the the ROM script. I am up to date 662, however I have had this issue for months now. Anyone have this same issue?

Is the bot selling anyone else's gear like normal?

Here is my profile auto selling options:

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="30" /> 			<!-- 1 = bag 1 slot 1 -->
		<option name="INV_AUTOSELL_TOSLOT"	value="60" /> 			<!-- 30 = last slot bag 1 -->
		<option name="INV_AUTOSELL_QUALITY"	value="white,green,blue,purple" /> 	<!-- white,green,blue,purple  -->
		<option name="INV_AUTOSELL_NOSELL_DURA"	value="1" />
 		<option name="INV_AUTOSELL_TYPES"      value="Weapons,Armor,Recipes,Others" />  
		<option name="DEBUG_AUTOSELL"  value="true" />
Here is the debug info:

Code: Select all

Moving to waypoint #20, (1645, -4908)
We try to find NPC Isaac Haden:
We successfully target NPC Isaac Haden and try to open the dialog window.
[DEBUG] Check item so sell: 90 225874 Woven Handguards
[DEBUG] Durability check, search for: Durability => 76
[DEBUG] Check item so sell: 91 226051 Soul Corpse Gloves
[DEBUG] Durability check, search for: Durability => 77
[DEBUG] Check item so sell: 92 225874 Woven Handguards
[DEBUG] Durability check, search for: Durability => 99
[DEBUG] Check item so sell: 93 225874 Woven Handguards
[DEBUG] Durability check, search for: Durability => 92
[DEBUG] Check item so sell: 94 212475 Armor Splitting Battle Hand Axe
[DEBUG] Durability check, search for: Durability => 80
[DEBUG] Check item so sell: 95 226053 Fading Barrier
[DEBUG] Durability check, search for: Durability => 92
[DEBUG] Check item so sell: 96 225869 Waste Water Belt
[DEBUG] Durability check, search for: Durability => 91
[DEBUG] Check item so sell: 97 225874 Woven Handguards
[DEBUG] Durability check, search for: Durability => 74
[DEBUG] Check item so sell: 98 225869 Waste Water Belt
[DEBUG] Durability check, search for: Durability => 93
Rock has already looked at this issue I posted from another topic, but I am just seeing if anyone else has this issue.
User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: My bot is not selling items like armor at a Merchant.

#2 Post by lisa »

remove this from your profile

Code: Select all

 <option name="INV_AUTOSELL_NOSELL_DURA"   value="1" />
just delete it.
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
s018mes
Posts: 79
Joined: Sun Jan 16, 2011 11:14 am

Re: My bot is not selling items like armor at a Merchant.

#3 Post by s018mes »

lisa wrote:remove this from your profile

Code: Select all

 <option name="INV_AUTOSELL_NOSELL_DURA"   value="1" />
just delete it.
That will not fix the problem. I was just trying it change the value to see it somehow changed the outcome. Which it does not.
User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: My bot is not selling items like armor at a Merchant.

#4 Post by lisa »

if you want to test changing it then change it to 0 or 120

Code: Select all

INV_AUTOSELL_NOSELL_DURA = 0,	-- durability > x will not sell, 0=sell all
By changing it to 1 you are telling the bot not to sell anything unless the durability is less then 1, so with it set to 1 and bot isn't selling items then bot is working as intended.
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: My bot is not selling items like armor at a Merchant.

#5 Post by rock5 »

I just tried the same settings (without the dura of course) and got a similar printout but everything sold.

Code: Select all

[DEBUG] Check item so sell: 91 211292 Poison Fang Blade
[DEBUG] Durability check, search for: Durability => 89
[DEBUG] Check item so sell: 92 210529 Officers' Short Sword
[DEBUG] Durability check, search for: Durability => 100
[DEBUG] Check item so sell: 93 221552 Gem Belt
[DEBUG] Durability check, search for: Durability => 100
[DEBUG] Check item so sell: 94 210505 Spiked Battle Hammer
[DEBUG] Durability check, search for: Durability => 100
[DEBUG] Check item so sell: 95 222449 Red Leg Guards
[DEBUG] Durability check, search for: Durability => 93
[DEBUG] Check item so sell: 96 222631 Blue Gleam Chainmail
[DEBUG] Durability check, search for: Durability => 73
[DEBUG] Check item so sell: 97 222677 Ice Blue Helm
[DEBUG] Durability check, search for: Durability => 106
[DEBUG] Check item so sell: 98 222667 Blood and Flames Scale Gauntlets
[DEBUG] Durability check, search for: Durability => 74
Those durability messages don't mean anything. If it was to not sell something because of durability, it would be a different message.

So something else is stopping them being sold. And it's something that doesn't produce a debug message.

Here is a list.
INV_AUTOSELL_TYPES
INV_AUTOSELL_TYPES_NOSELL
INV_AUTOSELL_NOSELL_STATSNUMBER

Hm... They are all things I added. I'll have to add debug messages for them.

So The only thing I can think of then is either the Types are in the wrong language or the items you are selling have more than 2 stats. I think the default was 2 stats, might be 3.
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan
s018mes
Posts: 79
Joined: Sun Jan 16, 2011 11:14 am

Re: My bot is not selling items like armor at a Merchant.

#6 Post by s018mes »

INV_AUTOSELL_NOSELL_STATSNUMBER

So The only thing I can think of then is either the Types are in the wrong language or the items you are selling have more than 2 stats. I think the default was 2 stats, might be 3.

BINGO!


You Rock! Rock5! I changed it to 6. My trash gear had 3 and 4 stats and is now selling. You and the staff at these forums are among the best.
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: My bot is not selling items like armor at a Merchant.

#7 Post by rock5 »

Sorry about that. I'll add debug messages for those option in my next commit.
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan
Post Reply