Page 1 of 1

sell problem .. buying is ok

Posted: Tue Sep 21, 2010 3:38 pm
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

Re: sell problem .. buying is ok

Posted: Tue Sep 21, 2010 9:49 pm
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.

Re: sell problem .. buying is ok

Posted: Tue Sep 21, 2010 10:30 pm
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.

Re: sell problem .. buying is ok

Posted: Wed Sep 22, 2010 12:36 am
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