Moderator: MacroQuest Developers
Start the bot with the toon you want to control it as a master. Fro the toon /msg botname watchtarget targetnameHmm wrote:Ok then maybe I have another problem then, because I guess I really dont know how to get it to do anything.. I went into the INI file for the bot char and set up what spells he will heal with (he is a 65 cleric)
I essentially want him to stand out of group and heal toon
Here is a few things I can think of to check that could possibly cause the running backwards problem:Janked wrote:I am having the problem reported earlier this week about giving an attack command the the player under bot control just starts running backwards. They will just keep going forever and ever till they hit a wall. :) The other problem is that I have a caster who I am giving cast commands to, but it does not autosit. If the caster is a healer and is on autoheal it does sit after the heal, but not if I give it a manual heal command. I have checked all the ini files and all seem in order for autosit. Any ideas?
Thanks for the great mac


Code: Select all
#Event Camping "It will take about 5 more seconds to prepare your camp."
Sub Event_Camping
/endmacro
/return
Code: Select all
#Event Appear "You appear."
#Event Appearing "You feel yourself starting to appear."
#Event LosingLev "You feel as if you are about to fall"
Sub Event_Appear
/call ChatOut 3 @MasterName "I'm no longer invis."
/return
Sub Event_Appearing
/call ChatOut 3 @MasterName "I'm starting to appear."
/return
Sub Event_LosingLev
/call ChatOut 3 @MasterName "I'm losing Levitate"
/return
Code: Select all
Hmm it won't fit here. Thanks to Teh_Ish for teaching me what I didn't know about xml and giving me examples to work from.
http://webpages.charter.net/grimjack/EQUI_HelpWnd.xml It's crashing the UI and loading teh default. No idea why. Tested: Loaded UI with the HelpWind, got error, loaded default. Without Help Window loaded all other MQ modded windows fine.grimjack wrote:Also updating genbot for some minor bug fixes.Code: Select all
Hmm it won't fit here. Thanks to Teh_Ish for teaching me what I didn't know about xml and giving me examples to work from. http://webpages.charter.net/grimjack/EQUI_HelpWnd.xml
