Hello, ich have a Problem. I am playing on Kael (german server). And my skripts dont cast spells .. (i am using the spellcast.inc from this forum) here the way i do it: Sub SumPet /echo Summoning a pet to kill with!! /call cast ${Spell[0441]} /return or Sub SumPet /echo Summoning a pet to kill with!...
i tryed finding out .. but i cant find it .. Sub Delay(DelayTime) /delay @DelayTime /return Sub Main :MainLoop /call concolor /goto :MainLoop Sub concolor /call DefineEvents /call GotoNPC /keypress c /call delay 100 /return Sub DefineEvents #event BLUE "looks like you would have the upper hand&...
nah you are right normaly it should work with my code .. but i tested it with a level 5/6 testchar. i told him that x = 4 and y = 7 but he didnt pull anything .. then i told him to tell me the level of the mob .. and he told me 1 on all green and blue mobs .. thats why i think using the color would ...
ok .. my macro is very simple atm 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 /if (n $target(level)>X && n $target(level)<Y { /if $char(mana,cur)>MINMANA { /key...