• 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 - MQ@ item on cursor

Killertoxin

Well-known member
Joined
Nov 30, 2019
RedCents
432¢
Hi all,

I have an annoyance. Its some part of MQ2 message is " *item* is stuck on my cursor. dropping into inventory in 15s. This is causing me a massive headache I was hoping someone could tell me the section of code that controls that. Is happens on every toon I have so I am not sure if its hard coded into the application or is part of the .ini file. Any help would be appreciated.
 
Does it happen only when you run kissassist? . . .

I know kiss does this, I wouldn't imagine anything else does it by default...at least I haven't since reinstalling mq2 the other week, and I also haven't ran kiss

What exactly is the issue with this? if you are trying to manually do something while kiss is running, you could just /mqp while you do what you are doing then /mqp again to continue running the macro.
 
I know if you have a macro running and press ctrl it will open the bazaar window and tag in what item you have on your cursor in the bazaar search window.
i.e- say you have fresh fish on your cursor during your macro and you press ctrl say its your push to talk in discord . it opens the baz window plops fresh fish on the search window ..but only if it is in the foreground . doesn't happen back lined.
 
but I get the same dropping in inventory also and that happens frontside or back lined. and only in kissassist , haven't seen anything that tags it or to 0 it out .
 
This is always an issue so long as very vanilla is running. I am unable to locate the string that runs this feature. I have taked to turning off mq2 totally when I have to work with items in my bags. This is especially annoying when having to do quest that involve turning things over to others. @Rooster I will give the /mqp command a go Ive been /plugin mq2 unload to resolve the issue.
 
Hi all,

I have an annoyance. Its some part of MQ2 message is " *item* is stuck on my cursor. dropping into inventory in 15s. This is causing me a massive headache I was hoping someone could tell me the section of code that controls that. Is happens on every toon I have so I am not sure if its hard coded into the application or is part of the .ini file. Any help would be appreciated.

This is from KissAssist.mac....

Code:
        /if (${Cursor.ID} && !${CursorIDTimer}) {
            /varset CursorIDTimer 20s
            /if (${Me.FreeInventory}) {
                /echo ${Cursor.Name} is stuck on my cursor. Dropping it into inventory in 15s.
                /timed 150 /autoinventory
            } else /if (!${Me.FreeInventory}) {
                /echo HEY YOUR INVENTORY IS FULL!
            }
        }

There is no way to toggle this off as far as I can tell.... There are two ways of dealing with this.
1. Edit KissAssist to remove this bit of code, it will probably cause kissassist issues if your characters gets an item on the cursor and your not there to deal with it though.
2. You can pause the macro when your dealing with items, /mqp
 
Problem - MQ@ item on cursor

Users who are viewing this thread

Back
Top
Cart