I am playing manual and my follower will not go to either Fara or Elzix.
My goal would be to say “Talk Fara” and he would not only talk, but scan for items. (This is my goal) Even better if I can put an easier phrase like “t” and it will talk AND scan items from Fara and Elzix.
As of right now when I put talk fara it will go talk, but it will not scan for items which is my intention.
or is it possible to add to the town chores and have him go to Fara and Elzix to scan for items?
Look at libs/common/Town.js I think in there either you’ll find what your trying to do or possibily are able to add the scan items/shop function.
Or if your using the Follower.js line 170 is where the //Talk to NPC command is located and I did not see anything about scan or shop for items. It did have npc.openMenu(); so theres probably an easy littlecode you can add somewhere and get good results
Or
Maybe the chara needs there own “Socreress.Hername.js example” in libs/config
Config.MiniShopBot = true; // Scan items in NPC shops.
Config.PacketShopping = true; // Use packets to shop. Improves shopping speed.
Im not sure how to exactly do it but maybe someone can fill in the rest .