Page 1 of 1

/casting "Immaculate Glowing Black Stone" -item

Posted: Tue Jan 27, 2015 11:37 am
by Stickybuds
This 1 item is giving me trouble. Everything else will swap and cast with no issues using mq2exchange but this item says "You cannot use the item unless it is equipped." I am able to /cast other must equip items with mq2exchange but this one doesn't wanna work unless it is equipped. It also cannot be found in bags, where others items can.

Any ideas?

Re: /casting "Immaculate Glowing Black Stone" -item

Posted: Tue Jan 27, 2015 11:56 am
by conradd
Try with the item id and not with the name, maybe there is a mistake somewhere.

If you can't find it with ${FindItem}, make a loop on you inventory and print every item name with id.

Re: /casting "Immaculate Glowing Black Stone" -item

Posted: Tue Jan 27, 2015 11:59 am
by Stickybuds
thanks, whats the syntax for casting an item by item ID#?

Re: /casting "Immaculate Glowing Black Stone" -item

Posted: Tue Jan 27, 2015 12:13 pm
by Stickybuds
I tried using /cast "121297" -item
but still get the same message it must be equiped and mq2exchange wont pick it up and swap cast it like it will other stuff.

Re: /casting "Immaculate Glowing Black Stone" -item

Posted: Tue Jan 27, 2015 2:16 pm
by conradd
Stickybuds wrote:I tried using /cast "121297" -item
but still get the same message it must be equiped and mq2exchange wont pick it up and swap cast it like it will other stuff.


Just to be sure, I checked macroquest wiki and it says :

Code: Select all

/cast [ spellname | # | item itemname | list ]

Cast

To cast an item, you should use :

Code: Select all

Macroquest alone :
/cast item "Immaculate Glowing Black Stone"

MQ2Cast :
With item name
/casting "Immaculate Glowing Black Stone" item

With item id
/casting 121297|item

With slot specified
/casting "Immaculate Glowing Black Stone" ranged


You can also look at spellroutines.inc

I'm currently using /casting with slot specified in my macros.

And I'm sorry, I won't be able to test it when I will be at home since I don't have this item ;)

Re: /casting "Immaculate Glowing Black Stone" -item

Posted: Tue Jan 27, 2015 5:15 pm
by Stickybuds
/casting "Immaculate Glowing Black Stone" ranged

forced it to swap, thanks so much for the help!

Re: /casting "Immaculate Glowing Black Stone" -item

Posted: Tue Jan 27, 2015 6:21 pm
by conradd
Stickybuds wrote:/casting "Immaculate Glowing Black Stone" ranged

forced it to swap, thanks so much for the help!


;)