• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Problem - sellstuff.mac

Copied this from another post
yes /mac sellstuff doesn't work right now.

- - - Updated - - -

Add /keypress OPEN_INV_BAGS into sellstuff.mac. like so:

Rich (BB code):
Sub Main
	/call SetupAdvLootVars
	/keypress OPEN_INV_BAGS
	/call DoLootStuff sell

:sell

Maybe it'll help
 
I found that if I open all the bags up, it will go through and sell stuff as usually but you have ot manually open all the bags. Maybe what Hoosier suggests will help fix.
 
Works great, I decided to add closing the bags as well instead of leaving all of the bags open after selling :)
sellstuff.mac
Rich (BB code):
| Sellstuff.mac v1.0 by Maskoi 11/27/2010| Target the vendor you want to sell to and type /mac sellstuff
| Required  Ninjadvloot.inc v1.8 and a loot.ini file with items marked as sell


	#include Ninjadvloot.inc
| --------------------------------------------------------------------------------------------
| SUB: Main
| --------------------------------------------------------------------------------------------
	Sub Main
	/call SetupAdvLootVars
	/keypress OPEN_INV_BAGS
	/call DoLootStuff sell
	/keypress CLOSE_INV_BAGS


:sell
	/doevents
	/goto :sell


	/return
|  [+++  Formatted by MQ2fusing tabs for indents +++]
 
Problem - sellstuff.mac

Users who are viewing this thread

Back
Top
Cart