So the thread about dungeon crawling got me doing some messing around with this....ive had the max melee range formula in my stickcmd inside MQ2Melee, but im not really sure it's being utilized. I noticed when you fire up KA it turns stickmode off if you do /melee. I turn it back on by /melee load, but I dont think KA is using the stickcmd line. Ive tested it a bit by putting something like stickhow=Front in KA and stickcmd=behind inside mq2melee ini and my toon really just seems to stick wherever he wants...lol....can anyone shed some light on this? If I'm using KA would i put
in the 'stickhow' inside the kissassist.char.ini? or keep it in stickcmd inside server.char.ini?
Rich (BB code):
${If[${Math.Calc[${Target.MaxRangeTo}*0.8]} > 19,15,${Math.Calc[${Target.MaxRangeTo}*0.8]}]} hold moveback !front loose

