mainchar = magician
Bot = enchanter
enchanter = puller/aggrocontrol
my biggest problem atm is how to consider the mob? .. i tried with level of the mob .. but that doesnt work
Code: Select all
/if (n $target(level)>X && n $target(level)<Y {
/if $char(mana,cur)>MINMANA {
/keypress hot3
}
}
but i want my chanter to pull the mob only if he is blue or yellow ..
any ideas?
.. i tried the enchanter only as support for my magician, but he is a better puller because his pet can fight when he gets hit .. and then normaly i start nuking and fighting with the magician pets (i do this atm on a secound computer -- hehe but its hard to smoke and control 2 computers)



