Common Problems with CoFr33dom And Their Solutions Respectively:
-My CoFr33dom stops responding when it open it, how can i fix this?
Make sure your antivirus is not interfering, you have admin permissions, and you have .net framework 3.5 or above.
-Whenever I try to make my character cast spell/use skill X, it uses it once then disconnects.
Make sure that you have a wait after the spell/skill
Example:
-When I press the "Launch Conquer Online" button, CO launches, but then CoFr33dom closes.
You do not have the latest patch, and/or are using a hacked client. Installing the latest official patch should fix this problem. If not, try reinstalling CO.
-I disconnect all the time
This happens, nothing you can do besides make sure that use a sleep after every skill use (this includes XP skills, stamina skills, spells, and everything else that isn't a direct attack) and are using correct syntax.
-My character sits there and does nothing/not exactly what i want it to do.
This is a result of crappy coding.
all skills need to have the "skill" tag before them
when attacking or casting/use a skill/spell on a monster, be sure to use the "monster" tag.
Those are the most common mistakes in coding, for more advanced things visit [Only registered and activated users can see links. Click Here To Register...]
That concludes the CoFr33dom Tips Guide!
Hopefully this can answer people's questions.
-My CoFr33dom stops responding when it open it, how can i fix this?
Make sure your antivirus is not interfering, you have admin permissions, and you have .net framework 3.5 or above.
-Whenever I try to make my character cast spell/use skill X, it uses it once then disconnects.
Make sure that you have a wait after the spell/skill
Example:
Code:
attack monster MonsterX with skill Thunder sleep 1000
You do not have the latest patch, and/or are using a hacked client. Installing the latest official patch should fix this problem. If not, try reinstalling CO.
-I disconnect all the time
This happens, nothing you can do besides make sure that use a sleep after every skill use (this includes XP skills, stamina skills, spells, and everything else that isn't a direct attack) and are using correct syntax.
-My character sits there and does nothing/not exactly what i want it to do.
This is a result of crappy coding.
all skills need to have the "skill" tag before them
Code:
attack monster MonsterX with skill Skillname
Code:
attack monster MonsterX
That concludes the CoFr33dom Tips Guide!
Hopefully this can answer people's questions.