
Below is a Script i Made with scar (its no different than a text file really but if you do not feel safe by all means scan.
To Use Simply D/l Scar Open the Script i made, Drag the crosshairs to Conquer Window and run Script. i believe by default start is Ctrl+Alt+R
The Script will search for the red hp bar on the monsters and then attack sleightly below and then pick up gold and then repeat.
It Searches from your character outwards looking for monsters. its not perfect by any means but serves me well enough
What is SCAR?
SCAR is a scriptable macro program for automatization of tasks. It can also be used to create games and simple tools, teach yourself programming or cheat in online games. SCAR was initially written as cheat for RuneScape as the very first scriptable clicker for the game. Nowadays it's used in other games as well such as Neopets. SCAR scripts are written in Pascal language. Even though some delphi is supported, it is not completely able to execute all dephi commands.
How to use SCAR?
After installing the program, launch SCAR and instructions of usage will be displayed. If you are still having problems, visit SCAR forums for support.

<---as i'd like to see more scar scripts for Conquer please Register here, learn to script and Contribute
Full Script Info:
{.Script Info:
# ScriptName = Conquer Online Auto Leveler
# Author = Will Run
# Description = Auto Level Macro For Conquer2.0
# Version = Beta
# Date = Monday March 26th 2007
# Comments = Made By Will Run For Elite Pvpers Community
/Script Info}
program ConquerOnlineAutoLeveler;
Var x,y : Integer;
Begin
Repeat
X:=510
Y:=350
if (findcolorSpiral(x, y, 197560,10, 100,1018, 659)) then //197560 may need to be changed to 189, the Hp bar changes between the 2 colors so if 197560 doesnt work change to 189 & it should fix : )
Clickmouse(x+17, y+37, True);
Wait(1000);
If (FindColorSpiral(x, y, 12450815,10, 100,1018, 659))Then
begin
ClickMouse(x,y,True);
Wait(2000)
end;
ClearDebug;
Until(False);
End.
[img]text2schild.php?smilienummer=1&text=Karma is Appreciated if you enjoy my script but not nessecary' border='0' alt='Karma is Appreciated if you enjoy my script but not nessecary' />
***Depending on the success of this script thus far i may work more on it to make i pick up mets/db's etc (anyone else familiar with scar scripting i'd enjoy collaberation

)***

~Fixed Script Now Sorry for the mistakes

~
**Edit Notes regarding Color Changing (listed in Bold)**