Download it

Just copy one of my codes and paste it in ACTools, then just click Start ^^
Code:
// ** Meditate Leveler for Conquer Online
// ** Idea by: sIg_sAuR
// ** Script by: JotaC
// ** Source: [url]www.elitepvpers.com[/url]
SetActiveWindow [Conquer2.0]
Procedure Meditate_Level
Delay 500
Keys {F2}
Delay 500
Keys {F3}
MousePos 482, 335
RightClick
MousePos 482, 335
Delay 100
RightClick
MousePos 482, 335
Delay 100
RightClick
MousePos 482, 335
Delay 100
RightClick
MousePos 482, 335
Delay 100
RightClick
Delay 500
Keys {F1}
Delay 3000
End
While 1 = 1
Call Meditate_Level
End
EDIT: Another edition of my version, if u want to level up 2 skills instead of just 1:
Code:
// ** Meditate Leveler for Conquer Online Version 2
// ** Idea by: sIg_sAuR
// ** Script by: JotaC
// ** Source: [url]www.elitepvpers.com[/url]
SetActiveWindow [Conquer2.0]
Procedure Meditate_Level2
Delay 500
Keys {F2}
Delay 500
Keys {F3}
MousePos 482, 335
RightClick
Delay 3000
Keys {F1}
Delay 2500
Keys {F2}
Delay 2000
Keys {F4}
RightClick
Keys {F1}
Delay 4000
End
While 1 = 1
Call Meditate_Level2
End
Remember, just in resolution 1024*768 and character MUST be in the center of the screen.
Negative side: The game window must always on top. CoPartner is still better.
Hum.... Its prety simple but i still hope it wort some Karma =P
Enjoy it!






