• 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

Question - Autoforage not working?

Minea

New member
Joined
Jul 14, 2013
RedCents
52¢
Hiya, I'm new in the community =) I also have no idea how macros and stuff work, so I hope you will bear with my ignorance!

I was hoping to forage some tradeskill items to sell in the Bazaar, but I can't seem to get MQ2Autoforage to work, or rather, it will load and even say that it's enabled, but it dosn't do anything ... I can't seem to find the ini file to set what to keep and what to destroy, either :confused: The autoforage itself is a .dll file; surely that's not what needs to be opened and altered?

What am I doing wroing? =/
 
make sure you do /plugin mq2autoforage
then /startforage
when you load mq2autoforage for the first time it will make the ini file for you

Rich (BB code):
    MQ2Autoforage - INI driven autoforaging
    Code:

    /startforage - commence autoforaging.
    /stopforage - stop autoforaging.
    /keepitem {item} - add/change the item in the .ini file to auto-keep.
    /destroyitem {item} - add/change the item in the .ini file to auto-destroy.
 
All done ... but the only file it's made, is one named MQ2Forage_(character name)_(server name)

The text inside the file has:

[General]
AutoKeepAll=on
AutoAddAll=on

Yet there is still no foraging happening.

- - - Updated - - -

Woot! I read through http://www.redguides.com/community/showthread.php/12830-autoforage-problems and figured out what I was missing - it's working now :D
 
Welcome to Redguides.
Red Cented for being a new user and using search and reading. :)
 
Hello Minea!

I am having the same problem as you, and I have read all through this and the other thread you linked, but I cannot get autoforage to work.

I have a forage key set up in my actions window (alt-o under abilities tab). I also left clicked and copied a forage key to my first hot button bar, the first spot.

Typed all of the following:

/plugin mq2autoforage
/plugin mq2melee
/plugin mq2cursor
/startforage

However, I still can't get my toon to start autoforaging...:confused:

- - - Updated - - -

Hmm. Well, please disregard my question above. I left the computer for awhile and came back and my toon was happily foraging away, lol. Not sure what happened, but I will happily take it! :o
 
Hello Minea!

I am having the same problem as you, and I have read all through this and the other thread you linked, but I cannot get autoforage to work.

I have a forage key set up in my actions window (alt-o under abilities tab). I also left clicked and copied a forage key to my first hot button bar, the first spot.

Typed all of the following:

/plugin mq2autoforage
/plugin mq2melee
/plugin mq2cursor
/startforage

However, I still can't get my toon to start autoforaging...:confused:

- - - Updated - - -

Hmm. Well, please disregard my question above. I left the computer for awhile and came back and my toon was happily foraging away, lol. Not sure what happened, but I will happily take it! :o

The command in MQ2Melee is /melee forage=1 for on, /melee forage=0 for off. Just doing that won't autoinventory though. If you have KA running it will. There are some downflags you can use to handle forage + inventory but it doesn't deal well with double forage IME.
 
Does KA have to be running in order to get autoforage and autoinventory to work?

When I use KA to do this, I pop a merc for the assist, but then when I camp the merc, my bot promptly sits and down and refuses for forage, I fix this by casting a mount.

Is there a better way to to do this?
 
Rich (BB code):
| Forage.mac v.1 by Maskoi 1/31/2013
| Forage using ninjadvloot.inc

   #include Ninjadvloot.inc
     
Sub Main
    /call SetupAdvLootVars
    :Top
        /if (${Me.Skill[Forage]} > 0)  /doability forage
        /doevents
        /call LootMobs
        /delay 10
    /Goto :Top
/return
 
Rich (BB code):
| Forage.mac v.1 by Maskoi 1/31/2013
| Forage using ninjadvloot.inc

   #include Ninjadvloot.inc
     
Sub Main
    /call SetupAdvLootVars
    :Top
        /if (${Me.Skill[Forage]} > 0)  /doability forage
        /doevents
        /call LootMobs
        /delay 10
    /Goto :Top
/return

This works perfect, thank you.
 
Question - Autoforage not working?

Users who are viewing this thread

Back
Top
Cart