Search found 8 matches

by o12116
24 Nov 2019, 23:15
Forum: Other OpenKore support
Topic: Sell items to player buyer shop
Replies: 19
Views: 33868

Re: Sell items to player buyer shop

Got it. So no further progress can be made for now. Actually my original code can get working with an additional pause It's just so stupid and I feel ashamed to even post it out lol Anyway if anyone's interested, here's the complete macro macro sell_to_player { $itemIdx = @inventory (Stem) $sellQty ...
by o12116
24 Nov 2019, 23:10
Forum: Resolved Questions
Topic: talknpc response
Replies: 19
Views: 17807

Re: talknpc response

The talk ended earlier than you expected
by o12116
23 Nov 2019, 04:25
Forum: Other OpenKore support
Topic: Sell items to player buyer shop
Replies: 19
Views: 33868

Re: Sell items to player buyer shop

Thanks for waiting lol There are some syntax error in the new plugin but I get the idea Brilliant that you thought of regex matching I attach the modified version at the end Now we have no problem getting our inventory index But $buyerID & $buyingStoreID seem a little messy, causing the bot to disco...
by o12116
20 Nov 2019, 15:43
Forum: Other OpenKore support
Topic: Sell items to player buyer shop
Replies: 19
Views: 33868

Re: Sell items to player buyer shop

After modification it got into the foreach loop. However an error occurred. https://i.imgur.com/pRA3fEW.png I did some digging and got 2 findings: 1. The error is caused by $item->{ID} 2. I'm using sellToPlayer Poison Spore { disabled 0 minPrice 1900 } in my config.txt so we should use $char->invent...
by o12116
20 Nov 2019, 12:21
Forum: Other OpenKore support
Topic: Sell items to player buyer shop
Replies: 19
Views: 33868

Re: Sell items to player buyer shop

Use this to debug give new logs... put pause 2 in macro after $buyerIdx++ Here goes https://i.imgur.com/C5QpY1P.png https://i.imgur.com/271aj2U.png I think it's not receiving @itemList (and also $buyerZenyLimit ) After adding this into plugin https://i.imgur.com/Z5SLpkX.png The log becomes https://...
by o12116
20 Nov 2019, 04:31
Forum: Other OpenKore support
Topic: Sell items to player buyer shop
Replies: 19
Views: 33868

Re: Sell items to player buyer shop

It's not that people rarely vending it. It just sold out the moment it appear in ragial usually. Things that don't have high demand never ever people put up Buying Store. Thanks for the pro tip! It makes a lot of sense. I just tested Mortimal's plugin by going to a position where bot can see the bu...
by o12116
20 Nov 2019, 00:39
Forum: Other OpenKore support
Topic: Sell items to player buyer shop
Replies: 19
Views: 33868

Re: Sell items to player buyer shop

Thanks! You guys totally rock! I'll test Mortimal's plugin when the buyer comes back from scheduled maintenance. First. Add attached file to your plugins. Second. Edit your config/sys.txt Third. Edit your \src\Network\Receive.pm line 7743 Fourth. Edit your macro like this: Fifth. Add something like ...
by o12116
18 Nov 2019, 18:09
Forum: Other OpenKore support
Topic: Sell items to player buyer shop
Replies: 19
Views: 33868

Sell items to player buyer shop

Greetings all, I wanna write a macro that sells items, say Stem , to buyer shop opened by players . If I'm using the console, I can just type buyer 0 and buyer 1 and so on, until I find the one that's buying Stem. Then I would use buyer #buyer_index #Stem_index #amount to sell it. The thing is that ...