OpenKore / OpenKore/openkore

Successful auto-sell sequence show "Sold 0 items"

Open
#4,137 0 comments 0 reactions 1 assignee View on GitHub

@Henrybk is already working on this.

Since Apr 17, 2026.

bug
Dominant language
Perl
Stars
1.5k
Forks
1.2k
PR merge metrics
No merged PRs in 30d

Description

Openkore version git

version ctime:2026_01_27

XKore Mode

XKore 0

RO Server Name

Private rAthena server

Link to RO server

Result

Hello everyone, I've noticed what I think is a small displaying bug when OpenKore performs an auto-sell sequence: at the end of the sequence, the message "Sold 0 items" is displayed even though the bot has just sold several items.

I carried out my tests with an "out of the box" configuration, modifying only these elements (and the parameters to connect to my server).

config.txt :

sellAuto 1
sellAuto_npc prt_in 126 76
sellAuto_standpoint
sellAuto_distance 3
sellAuto_maxDistance
sellAuto_npc_steps s

items_control.txt :

705 0 0 1
713 0 0 1
914 0 0 1
all 0 1 0

servers.txt :

[MyServer]
ip xxxxxx
port xxxxx
master_version 1
version 28
serverType kRO_RagexeRE_2021_11_03
serverEncoding Western
gameGuard 0
addTableFolders kRO/Ragexe_2021_11_03;iRO
charBlockSize 175
pinCode 0
charDeleteDateType 1
rankingSystemType 1
private 1

Do you have any idea what could explain this inconsistency in the display of the total sold?

Relevant Log Output
Talking with NPC Tool Dealer#prt1 (0) at (126,76), ID 61 7E 8E 06
Ready to start selling items
Done talking with NPC Tool Dealer#prt1 (0).
Inventory Item Removed: Empty Bottle (3) x 89
Inventory Item Removed: Clover (6) x 185
Inventory Item Removed: Fluff (9) x 46
You gained 1,376 zeny.
Sold 0 items.
Sell completed.
Auto-sell sequence completed.
Expected Result

I was expecting to see:

  • Sold 320 items, if we add up the quantities of all items sold
    OR
  • Sold 3 items, if we consider displaying the number of different items sold, regardless of quantity
How to Reproduce
  1. Use the mention settings
  2. Let the bot initiate an auto-sell sequence
  3. Verify the number displayed as "sell sequence result"

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.