-
Ridcully
- Posts: 7
- Joined: Wed Sep 08, 2010 2:19 pm
#1
Post
by Ridcully »
hi guys
thx to void to fix the bot.
so its time 4 me to try the sell & buy funktion
this is the code inside the profile
Code: Select all
<!-- Shopping options, how many of what do you want to keep in your inventory -->
<option name="HEALING_POTION" value="99" />
<option name="MANA_POTION" value="99" />
<option name="ARROW_QUIVER" value="2" />
<option name="THROWN_BAG" value="2" />
<option name="POISON" value="30" />
<option name="INV_AUTOSELL_ENABLE" value="true" />
<option name="INV_AUTOSELL_FROMSLOT" value="31" />
<option name="INV_AUTOSELL_TOSLOT" value="60" />
<option name="INV_AUTOSELL_QUALITY" value="white" />
<option name="INV_AUTOSELL_IGNORE" value="Pfeil, Bestien" />
buying works perfect, but the sell option is not working.
i want to sell all white stuff in the 2. bag from slot 31 to 60 but nothing happens.
any idea for me
regards
ridcully
-
rock5
- Posts: 12173
- Joined: Tue Jan 05, 2010 3:30 am
- Location: Australia
#2
Post
by rock5 »
Are you sure all the items that are not selling, can be sold, ie. doesn't have "cannot be sold" in the tooltip?
Edit: Just tested it. It doesn't sell. I'm sure it was working not long ago. I'll see if I can figure out whats wrong.
- 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.”
-
rock5
- Posts: 12173
- Joined: Tue Jan 05, 2010 3:30 am
- Location: Australia
#3
Post
by rock5 »
rock5 wrote:Are you sure all the items that are not selling, can be sold, ie. doesn't have "cannot be sold" in the tooltip?
Edit: Just tested it. It doesn't sell. I'm sure it was working not long ago. I'll see if I can figure out whats wrong.
Looks like it might have been due to the memory addresses not being fixed yet.
They have been fixed now (by VoidMain, hurray!) so do an SVN update and try again.
- 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.”
-
Ridcully
- Posts: 7
- Joined: Wed Sep 08, 2010 2:19 pm
#4
Post
by Ridcully »
svn update is done, but
Code: Select all
wrong value returned in update of item id: XXXXXX
table not found for ID xxxxxx
seems that there are other things to fix too
regards
ridcully
------------------------------------------------------
edit:
fix the problem with a clean rom folder and a 2. svn update .
selling works fine now.
problem solved
regard
ridcully