"Could not send notification to 404 leftmouseup"

Fluorescent

New member
Joined
Nov 5, 2015
Messages
6
Reaction score
0
Points
1
Downloaded MQ today and sub'd for the first time in several years after an extended hiatus only to run a simple casino mac to realize I have no idea wtf I'm doing. I've tried searching the forums and haven't found resolution to my issue.

I did /mac casino and saved the macro with all of the other mac's in the proper folder however I don't think I've ever seen this error before so I'm stuck. I am sure it's something simple than I am just overlooking.

Excuse my *newbness*, but please toss a little help this way if ya get the time. I've attached a screenshot + the mac I was attempting to use.

Thanks for the help!
 

Attachments

  • Casino.png
    Casino.png
    32.6 KB · Views: 5
  • Casino.mac
    4.5 KB · Views: 5
There still seems to be an issue with .InvSlot

Replace

Code:
/ctrlkey    /itemnotify ${FindItem[=King's Court Token].InvSlot} leftmouseup

With

Code:
/ctrlkey /itemnotify "King's Court Token" leftmouseup

and it should solve it.
 
There still seems to be an issue with .InvSlot

Replace

Code:
/ctrlkey    /itemnotify ${FindItem[=King's Court Token].InvSlot} leftmouseup

With

Code:
/ctrlkey /itemnotify "King's Court Token" leftmouseup

and it should solve it.

Heya, thanks for the quick reply!

Mostly works now, but I have to manually turn in as it doesn't actually do that part. Once I press *Give* though it starts working again. Thanks bud!
 

Attachments

  • casino 2.png
    casino 2.png
    20.5 KB · Views: 3
  • Casino 3.png
    Casino 3.png
    85.9 KB · Views: 3