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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Invite Members in BotBase Questbot

GolDroger

New Member
Joined
Jan 25, 2016
Messages
14
Hallo Together,

I have made a Grind Profile for lvl1 untill 15 and i would like to tell the bot/Profile to invite 4 other Mebers.
Is there a possibility to do this?
I will show you my profile so you can integrate it

Ty for the messages
 

Attachments

I dont know if questbot could do this. But you can try BotterHelper Plugin, it has RAF functionallity.
 
Anything's possible with the Questing botbase. You just have to know how to do it.

You can go the traditional way, and pass a "RunMacro" to directly invite the player.
eg: <CustomBehavior File="RunMacro" Macro="/invite Playername" />

Or, you can call a Lua function
eg: <CustomBehavior File="Misc\RunLua" Lua="InviteUnit('PlayerName'); " />
 
Back
Top