I have a question.

09/07/2010 05:42 jacobjacobb#1
I have tried to make my own auto prof program. I did it right, with AutoIT and the whole CTRLDOWN and CTRLUP thing from studying other peoples programs. I have found that it doesn't seem to work on anything internet related. Is there a reason for this. I will post my code below, its really simple, but it won't work on Mabinogi or anything.

Code:
$blah = MsgBox (1,"Ready?", "Push Ok to start program.")
if $blah = 1 Then
	While 1
				Sleep(500)
				Send("{CTRLDOWN}")
				Sleep(500)
				MouseClick("Left")
				Sleep(500)
				MouseClick("Left")
				Sleep(500)
				MouseClick("Left")
				Sleep(500)
				Send("{CTRLUP}")
			WEnd
		Else
			Exit
		EndIf
09/07/2010 05:43 jacobjacobb#2
I was also wondering if the problem is that the program is holding down the right CTRL and not the left. I don't know if its just my laptop but the right CTRL doesn't work on Mabi. If anyone has a better scripting program that works on Mabi or can fix my code to work on Mabi that would be great thanks.
09/07/2010 06:04 YukiTsuki#3
I use my Logitech G15 keyboard for macroing but using an ai for healing is better as you can do other stuff at the same time.

Just edit the wander pet of the aidescdata_human.xml like so:
Quote:
<pattern name="wander">
<param_decl>
</param_decl>
<sequence>
<if condition="expr" expr="@is_usable_skill(30006) and @mana == @mana_max">
<then>
<cmd name="prepare_and_use_all_stacks" skill_id="30006" try_cnt="5" target="1" skilldelay="400" />
</then>
</if>
</sequence>
</pattern>
I got it from the mabimods.net site so go there if you want the xml that is if you don't wana edit it yourself.
09/07/2010 17:57 fenrir2037#4
That is mabi Ai it doesnt select targets unfortunately. As for the autoit script, for me to click i use
Opt("MouseClickDownDelay",100)
MouseClick ("left")
09/08/2010 00:33 YukiTsuki#5
Ohh you wana make a bot like the gold farming bots. macro bots just arn't very good at making a bot like the gold farmer bots. If your not making a bot and want some nice macros like auto clicking and other stuff get a G15 keyboard or one like it and make them with it. Then you can press the macro button on the keyboard and away it goes.