Moderator: MacroQuest Developers
donations for this month's patches.
Code: Select all
|Core commands and subs:
#include botcore.inc
|Spell commands and subs:
#include botspell.inc
|Combat commands and subs:
#include botcombat.inc
|Healer commands and subs:
#include bothealer.inc Code: Select all
|||Commands in botcore.inc
/varset a(1,0) afk
/varset a(1,1) accept
/varset a(1,2) reject
/varset a(1,3) invite
/varset a(1,4) follow
/varset a(1,5) stop
/varset a(1,6) moveto
/varset a(1,7) sit
/varset a(1,8) stand
/varset a(1,9) camp
/varset a(1,10) duck
/varset a(1,11) run
/varset a(1,12) say
/varset a(1,13) tell
/varset a(1,14) group
/varset a(1,15) cmds
/varset a(1,16) target
/varset a(1,17) notarget
/varset a(1,18) assist
/varset a(1,19) saytarget
|||Commands in botcombat.inc
/varset a(1,20) attack
/varset a(1,21) noattack
|||Commands in botspell.inc
/varset a(1,22) sn
/varset a(1,23) mana
/varset a(1,24) evac
/varset a(1,25) aftercastsit
/varset a(1,26) loadlist
|||Commands in botheal.inc
/varset a(1,27) autoheal Code: Select all
/if n $a(2,0)>=1 /target id $a(2,1)1 turns autosit on/mac cleric 1
let me know if I'm totally messed in the head/tell bot autoheal on
/tell bot addw me

