Jump to content

RunMacroText?


Ruinit

Recommended Posts

I am trying to run this in a questing profile but the bot won't stand still long enough for it to finish casting? Is there a way to make it finish casting? 

RunMacroText("/use item:22962");

Thanks

Link to comment
Share on other sites

45 minutes ago, Ruinit said:

I am trying to run this in a questing profile but the bot won't stand still long enough for it to finish casting? Is there a way to make it finish casting? 

RunMacroText("/use item:22962");

Thanks

This should work:

RunMacroText("/use item:22962");

Have you tried creating a macro by itself with /use item:22962 and does that work?

Also, if this is a questing profile, maybe you need to do something like this:

<QuestsSorted Action="RunLuaCode" NameClass="RunMacroText("/use item:22962")" />

 

Link to comment
Share on other sites

38 minutes ago, Avvi said:

This should work:


RunMacroText("/use item:22962");

Have you tried creating a macro by itself with /use item:22962 and does that work?

Also, if this is a questing profile, maybe you need to do something like this:


<QuestsSorted Action="RunLuaCode" NameClass="RunMacroText("/use item:22962")" />

 

It works as far as casting on npc etc the problem is it has to be channeled for about 5 seconds and before it can finish it runs to the next target.

Link to comment
Share on other sites

I never have gotten this to work even checked eeny's profile and it doesn't work either. It needs to channel the spell for about 5 seconds but it uses the item and then runs off? 

Any help would be great

Link to comment
Share on other sites

10 hours ago, Ruinit said:

I never have gotten this to work even checked eeny's profile and it doesn't work either. It needs to channel the spell for about 5 seconds but it uses the item and then runs off? 

Any help would be great

<QuestsSorted Action="RunLuaCode" NameClass="RunMacroText('/use item:22962')" />

or

<QuestsSorted Action="RunLuaCode" NameClass="RunMacroText('/use ItemName')" />

 

Link to comment
Share on other sites

7 hours ago, Droidz said:

<QuestsSorted Action="RunLuaCode" NameClass="RunMacroText('/use item:22962')" />

or

<QuestsSorted Action="RunLuaCode" NameClass="RunMacroText('/use ItemName')" />

 

Ok I guess I don't understand where to put this? Is this done through the quest order section like pulse or in the actual quest? Sorry very new to this and the only reason I am doing quest profiles is because there are none available for 1-110

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...