Log in

View Full Version : /in broken since last patch ?



Fef
04-23-2009, 06:41 PM
Do you /in based macros still work since last big patch ? Mine don't :(

Macaroon
04-23-2009, 07:07 PM
Are you running any addons that have the /in command?

/in is not a Blizzard command, it is added by addons, typically through Ace addons or a standalone such as InDemand.

Caspian
04-24-2009, 01:45 PM
No, it is in the default macro API or whatever. You can not use it to cast spells though.

I use (and just made this week) a macro to call my non-combat pets. I don't have all the code in front of me but all it basically does is

/e plays Pet Lotto!
/in 2 /script to call random pet

And it works just fine. what were you you doing with /in that broke?

EDIT: well maybe it isn't in the default UI. Now I need to figure out what addon gives it to me because I didn't have anything going that gave it to me on purpose. wowwiki says cosmos but defenatily don't have that. And I can't find a reference on wowace, yet.

Macaroon
04-24-2009, 02:36 PM
One of the Ace core libraries provides the /in command. If you use an Ace addon, you have the /in command. Blizzard does not supply such a command.

Caspian
04-24-2009, 04:15 PM
One of the Ace core libraries provides the /in command. If you use an Ace addon, you have the /in command. Blizzard does not supply such a command.I do have a couple ace addons so that must be it. I still can't find a reference to it anywhere, which is why I thought it was built in.

Malekyth
04-24-2009, 09:04 PM
Either AceEvent or AceScheduler. I first said "AceEvent", all confident-like, but ... eh, it's one'a them.

Fef
04-25-2009, 04:22 AM
I changed some addons after 3.1, indeed. All I can remember is :
- Replaced CodesKOS with VanasKOS
- Removed Auctioneer all together

I now installed InDemand, but it does not work either (was not updated in a while).

I used the /in function for a pretty silly reason, really. I had a little "play" with my characters basically explaining that they are not bots, and another set of macros quoting GMs about Multi-Boxing being legal (for really dense people).

Do you think it would it be possible to install only the relevant Ace library ?


[Edit]
Stupid me ... InDemand works fine, it is just flagged as "Out of date", and the "Load Out of Date Addon" box was not ticked on my clients.
Problem solved, thanks for the help.