How to use sales waypoints
zoloFighter allows you to setup a sales waypoint for each profile.
To use this feature, first setup a profile normaly (set your waypoint, attack faction and optionaly ghost waypoints etc).
After you are done with the normal setups, go to the "Waypoint" tab and select "SaleRepairWP" as waypoint type (it is the last selection). Now click "Auto Add Waypoint" check box.
It will starting to add Sales waypoints. Run to your sales/repair NPC, select him, and with Waypoint mode set to "SaleRepairWP", click "Add Target" button to set him as your sales NPC.
Don't forget to save.
WARNING! I don't have time to try out the following macros, so try it on your low level toons before use. I will not be responsible for lost equipments!!
A macro is required to make the sale happen. use the following in a Macro:
/run if MerchantFrame:IsVisible() then for i=0,4 do for j=1,GetContainerNumSlots(i) do if select(3,GetItemInfo(GetContainerItemLink(i, j)))==0 then UseContainerItem(i,j) end end end end
define an action in your bindings_xxx.cfg file
defact= act:saleToNpc key:1 slot:=
change the 1 and = to the action bar and key where you drag your macro to. You are all set.
This can be complicated in the start, so just use the sales waypoint as a starter waypoint :-).
Now you are done. The sales waypoint can act as your starting waypoint when you login. This can be helpfull for people who are using this as a leveling bot, they want to park their toon in inns before logout. With the sales waypoint,
you can step your toon out to the sales guy (which should be close to the inn) and
your toon can now run automatically to your grinding spot.