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

A simple question for a simple man

jonny1

Member
Joined
Jan 15, 2010
Messages
76
Reaction score
0
Hey. I have a simple question.

I want to integrate in my profiles an
/cancel
or an
/bagnon
or an
/s Hello

What I have to do to make this simple stuff in the chat. I will not use lua-programming. I will use it directly in my profiles.



Best wishes
 
more info is required, specifically the context. keypresses sent to wow is simple enough on it's own. Do you plan to be using it along with another task ie grinding/questing etc?
 
I only want to emulate keypresses.

I will open an addon with the chat not more and not less :)
 
The easiest option is either AutoHotKeys or AutoIt scripts. Both can be used to send keypresses/macros/strings etc to wow.
 
So its not possible to intregrate it in an profile without writing an external script?!

I repeat again what I want.

Hey. I have a simple question.

I want to integrate in my profiles an
/cancel
or an
/bagnon
or an
/s Hello

What I have to do to make this simple stuff in the chat. I will not use lua-programming. I will use it directly in my profiles.



Best wishes
 
So its not possible to intregrate it in an profile without writing an external script?!

I repeat again what I want.

Hey. I have a simple question.

I want to integrate in my profiles an
/cancel
or an
/bagnon
or an
/s Hello

What I have to do to make this simple stuff in the chat. I will not use lua-programming. I will use it directly in my profiles.



Best wishes

I'm not an expert, but as far as I know. There is no way from within a HB profile to send the strings you want without using lua.
 
whats wrong with using lua?
i guess you could make a custom Quest behavior to do it, but why?
 
I want it simple and I thought its possible to integrate it directly into the profile.

Can you explain how it exactly would work to emulate just an /s Whatsup or for an /bagnon


Best wishes
 
if it's a questing profile ...

custombehavior file=runmacro macro= /s Whatsup

for lua... its

custombehavior file=misc\runlua lua= someluastuffhere

just tell us exactly what you're trying to do so we don't have to go around guessing
 
When I have just to put "
custombehavior file=misc\runlua lua= /s Whatsup"
in my (non-questing) profile its perfect. You helped my alot thank you very much. I will try it later when I?m back home.
 
If you're working with PB its a custom action. You can find info about how to do it in PB's guide, which is found by pressing help in the PB window.
 
Last edited:
Back
Top