What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

[HELP]is there a plugin to simple use a hotkey?

BrPlxGimmeGold

New Member
Joined
Jan 12, 2014
Messages
252
Reaction score
0
hey guys... I just want a plugin that click 'X' hotkey every X seconds ...

I'll use it to craft with TSM
 
Find a mouse clicker type of software. You don't need to use a bot to do that sort of thing.
 
I wonder if we can modify the prospecting plugin to do so. I think it does us what you've asked.
 
..I know how to prospect, disechant or mill with the profession buddy...but

I want to make glyphs ... from the TradeSkillMaster addon list...there is a macro /Craftnextbutton ... I just want to use this macro each 4~ seconds....
 
..I know how to prospect, disechant or mill with the profession buddy...but

I want to make glyphs ... from the TradeSkillMaster addon list...there is a macro /Craftnextbutton ... I just want to use this macro each 4~ seconds....

A profile could do this quite easily.
PHP:
<CustomBehavior File="RunMacro" NumOfTimes="10" Macro="/Craftnextbutton" WaitTime="4500" />
If you use a more complex macro you could put the macro on one of your actionbars then type /framestack in WoW, and it should tell you which button it is, like ActionButton10. You can then use /click ActionButton10 in its stead.

I'm also learning C#, and wondered how this would work Plugin wise. Generally, there is no reason to make a Honorbuddy plugin with it because it doesn't interact with the game depending on how you make it. I made something that will press a defined button on a timer of choice. It jumps to the WoW process then presses the key, so if you type F11 it would just mash F+1+1. {F11} would be to get the actual F11 key, and there's a bunch of others and you have to create a dictionary to conve.. no, not worth it. It works without error for how odd it was, but I got really lazy because it too longer than I thought. If anyone wants to fiddle with it I attached it to this post.
 

Attachments

Last edited:
Back
Top