Xian55 / WowClassicGrindBot

Highly configurable and responsive World of Warcraft Classic pixel Grind Bot - No DLL injection or memory tampering, just screen capture and input simulation.
177 stars 121 forks source link

Sell function Parameters ? #601

Closed cppbeliever closed 3 months ago

cppbeliever commented 3 months ago

@Xian55

/tar Jannos Ironwill /run DataToColor:sell();

If I want to sell all the grey items in the package, what should I fill in the Sell parameter?

Xian55 commented 3 months ago

Hello.

The name of the items, in list.

example: https://github.com/Xian55/WowClassicGrindBot/pull/562

cppbeliever commented 3 months ago

Hello.

The name of the items, in list.

example: #562

There are so many grey items. It is impossible to manually input all the grey item lists into the sell function, right?

Xian55 commented 3 months ago

The addon supposed to sell all the grey items. https://github.com/Xian55/WowClassicGrindBot/blob/dev/Addons/DataToColor/SellJunk.lua

cppbeliever commented 3 months ago

The addon supposed to sell all the grey items. https://github.com/Xian55/WowClassicGrindBot/blob/dev/Addons/DataToColor/SellJunk.lua

thanks!