Blue items storage + Choosing default towns

Hi there, im a new user of Phbot and wondered about something after reading several posts here on this forum.

So i set my bot settings as followed:

  • Only store blue items or rare
  • Pickup settings: Store & Sell wearable gear.

My problem is this:

– If my default spawn town is Donwhang, bot first goes to weapon seller, and sells all of my blues aswell.

  • But in Hotan the bot first runs to storage, and my guess would be it stores the blue items first, before selling them to npc.

Now i do prefer Donwhang as my default town, because there is less lag (trsro).
Is there any chance you could override the selling command, and make it so that when you select
´store blue items and rare´ , the bot will NOT sell the blue items, even when bot walks to sell first before storing items?

Just a thought, love the bot so far ! <3

1 Like

It will not sell if it can store. This was changed a few versions ago.

For some reason i have my pickup settings to store + sell CHIN armour 8deg, and in DW when running towards weapon seller, it sells all my items (non-blue and blue)

Edit ur townscript from donwhang to go storage first is an option.

How do you edit townscript :open_mouth: ?

I have changed my spawn to Hotan, and even there @ storage it won’t store my items, but sells them afterwards to npc (non-blue and blue). How come the store does not override the sell command?

phbot folder > town there are the script the “r” towns are for sroR so you dont need them just open 1 and see how it looks
here is your storage first townscript for dw:

walk,3554,2059,-106
walk,3561,2035,-106
walk,3570,2000,-106
DoStorage
walk,3538,1999,-106
walk,3519,2001,-104
DoGroceryTrader
walk,3527,2025,-106
DoHerbalist
walk,3549,2039,-106
walk,3571,2062,-106
DoBlacksmith
walk,3587,2068,-106
DoStable
walk,3567,2067,-106
walk,3549,2069,-106

1 Like