Register for your free account! | Forgot your password?

You last visited: Today at 12:01

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[5270] - cofr33dom

Discussion on [5270] - cofr33dom within the CO2 Bots & Macros forum part of the Conquer Online 2 category.

View Poll Results: If you had the ability to create bots, what kind would you wish to make?
Hunters / Plvlers 834 85.54%
Market Bots 23 2.36%
Quest Bots 71 7.28%
Other 47 4.82%
Voters: 975. You may not vote on this poll

Closed Thread
 
Old 07/05/2010, 22:43   #451
 
elite*gold: 0
Join Date: Mar 2009
Posts: 518
Received Thanks: 238
i checked on the added suggestions
saw this

Added Suggestions

fast cyclone
fast fatal strike (as fast as public is allowed, 1 second jumps, no speed hack.)
repair all -- repairs all equipped items when near an npc.
trade player PlayerName -- trades a given player.
ok trade -- presses ok for when a player trades you.
trade item ItemName -- trades an item while in a trade.
accept trade -- Accepts a trade.
attack at X,Y with skill SkillName -- used for toxic fog, scent sword, fast blade and scatter.
targeting around the monster, rather than on the monster. (allows longer range weapons to work, like 2-handlers)
more to come

and i JIZZED IN MY PANTS.

whos with me?
DeathByMoogles is offline  
Old 07/05/2010, 22:57   #452
 
elite*gold: 0
Join Date: Feb 2009
Posts: 50
Received Thanks: 12
I see nobody help me.. ; \
skorupa123456 is offline  
Old 07/05/2010, 22:59   #453
 
elite*gold: 0
Join Date: Mar 2009
Posts: 518
Received Thanks: 238
Quote:
Originally Posted by skorupa123456 View Post
I see nobody help me.. ; \
get glasses if you cant see anyone.
DeathByMoogles is offline  
Old 07/05/2010, 23:32   #454
 
elite*gold: 0
Join Date: Feb 2009
Posts: 50
Received Thanks: 12
I see loot of post, buy noone have this same problem like me.
skorupa123456 is offline  
Old 07/05/2010, 23:56   #455
 
elite*gold: 0
Join Date: Feb 2009
Posts: 15
Received Thanks: 5
Quote:
Originally Posted by skorupa123456 View Post
Hello once again. Nobody replied to my problem so I decided that the recording his mistake. I did not know how to describe it. Maybe someone has similar problem and knows how to resolve it, I NETFramework 4.0, windows xp 32 bits, full administrator rights.
link :


i was have the same problem but after installing NETFramework 3.5 every thing work smoothly

it just don't wanna attack mobs but i am trying to fix this problem may be it gonna work with you
she3la is offline  
Old 07/06/2010, 00:05   #456
 
elite*gold: 0
Join Date: Mar 2006
Posts: 66
Received Thanks: 1
Suggestion:

new interface: accepted with another chars (without clearing the script in the code place for another character).
- interface more light, so can use 2 character without loosing speed or crash the client.
- own speed, dont use speed for somethings, for jumping and attack.
- interface with numbers line for be more easier to find where get an error.
- interface with Place where the character be and some informations of the character that are selected. (Like npcs are near, items and mobs) (like a list when you click on item, appears Example: Just club, Refined, coordinates: 822,212 , level 100 (dont know the level), one hand. (something like this.)
- when click in "Lauch conquer online", create a new tab in the cofr33dom for a new character, dont use the same tab. for dont lose scripts that are already typed.
- "journal" like log, for you know if your script are going perfect.
- Function Print for the client, for when the bot is on, you know what he will do. example:

if hp < 100
msgprint "You have low level"
use item panacea
end

The message show in client side, for auxilliar who are looking the bot and checking the errors. *SIMILAR WITH SYSTEM MESSAGE OF CONQUER*

- Trade Function (this function are essencial, will be the best)
- Targets, attack SELF(is a target), attack MonsterName, attack tile x,y with skill SkillName
- fix Buy/Sell function, fix Scatter skill.
- variables defined with " "
example:
var killing = "attack monster birdman
loot item gold"

while true
killing
end

- Multiple mobs, examples
var mob = "birdman, hawkings, hawkl93" (like this)

- Multiple items
var items = "gold, goldbullion, meteor, dragonball" (all define between a " ")

- New script reader (for when the script is larger, not be heavy)
- create a new forum only for cofr33dom, for help who need or for help in any functions. (essecial too, like the suggestion wiki page)


if i remember more suggestions i put here or in site.

sorry for some suggestion. but i guess it will be useful

and forgot to say thanks for clinton and warlax, for me it can be the best bot.

LadoK ;) is offline  
Old 07/06/2010, 00:10   #457
 
elite*gold: 0
Join Date: Mar 2006
Posts: 66
Received Thanks: 1
Ah.

Suggestion too:
put the function "Return"

like this

while true
attack monster birdman
goto <<loot>>
drop item meteor (only example)
end

<<loot>>
if found item meteor
loot item meteor
goto <<loot>>
end
if found item dragonball
loot item dragonball
goto <<loot>>
end
return (it will return to where stoped, in the example, go to drop meteor)
LadoK ;) is offline  
Old 07/06/2010, 00:15   #458
 
elite*gold: 0
Join Date: Jul 2010
Posts: 12
Received Thanks: 0
Quote:
Originally Posted by LadoK ;) View Post
Ah.

Suggestion too:
put the function "Return"

like this

while true
attack monster birdman
goto <<loot>>
drop item meteor (only example)
end

<<loot>>
if found item meteor
loot item meteor
goto <<loot>>
end
if found item dragonball
loot item dragonball
goto <<loot>>
end
return (it will return to where stoped, in the example, go to drop meteor)
there is a pagein suggestions look at first page
lordofsaba is offline  
Old 07/06/2010, 00:20   #459
 
elite*gold: 0
Join Date: Mar 2006
Posts: 66
Received Thanks: 1
Quote:
Originally Posted by lordofsaba View Post
there is a pagein suggestions look at first page
i see, i just put here for the forum know too the suggestions, i'll add the suggestion there !
LadoK ;) is offline  
Old 07/06/2010, 00:36   #460
 
elite*gold: 0
Join Date: Mar 2009
Posts: 518
Received Thanks: 238
Quote:
Originally Posted by LadoK ;) View Post
Suggestion:

new interface: accepted with another chars (without clearing the script in the code place for another character).
- interface more light, so can use 2 character without loosing speed or crash the client.
- own speed, dont use speed for somethings, for jumping and attack.
- interface with numbers line for be more easier to find where get an error.
- interface with Place where the character be and some informations of the character that are selected. (Like npcs are near, items and mobs) (like a list when you click on item, appears Example: Just club, Refined, coordinates: 822,212 , level 100 (dont know the level), one hand. (something like this.)
- when click in "Lauch conquer online", create a new tab in the cofr33dom for a new character, dont use the same tab. for dont lose scripts that are already typed.
- "journal" like log, for you know if your script are going perfect.
- Function Print for the client, for when the bot is on, you know what he will do. example:

if hp < 100
msgprint "You have low level"
use item panacea
end

The message show in client side, for auxilliar who are looking the bot and checking the errors. *SIMILAR WITH SYSTEM MESSAGE OF CONQUER*

- Trade Function (this function are essencial, will be the best)
- Targets, attack SELF(is a target), attack MonsterName, attack tile x,y with skill SkillName
- fix Buy/Sell function, fix Scatter skill.
- variables defined with " "
example:
var killing = "attack monster birdman
loot item gold"

while true
killing
end

- Multiple mobs, examples
var mob = "birdman, hawkings, hawkl93" (like this)

- Multiple items
var items = "gold, goldbullion, meteor, dragonball" (all define between a " ")

- New script reader (for when the script is larger, not be heavy)
- create a new forum only for cofr33dom, for help who need or for help in any functions. (essecial too, like the suggestion wiki page)


if i remember more suggestions i put here or in site.

sorry for some suggestion. but i guess it will be useful

and forgot to say thanks for clinton and warlax, for me it can be the best bot.

Code:
if hp < 100
      msgbox "You have low level"
         use item panacea
        end


look near the bottom, you will see "msgbox" and its use.

thank me if i helped
DeathByMoogles is offline  
Thanks
1 User
Old 07/06/2010, 02:43   #461
 
elite*gold: 0
Join Date: Apr 2008
Posts: 31
Received Thanks: 1
Dam I got 49k kills at minimacs with my warrior. I love this bot xD
hellzCHImaira is offline  
Old 07/06/2010, 03:11   #462
 
elite*gold: 0
Join Date: Mar 2009
Posts: 518
Received Thanks: 238
clint, when can we expect next release?
DeathByMoogles is offline  
Old 07/06/2010, 03:27   #463
 
Alber08's Avatar
 
elite*gold: 0
Join Date: Apr 2009
Posts: 45
Received Thanks: 5
He shows me this error I want a logical explanation of how to solve

Alber08 is offline  
Old 07/06/2010, 03:46   #464
 
elite*gold: 0
Join Date: Mar 2009
Posts: 518
Received Thanks: 238
Quote:
Originally Posted by Alber08 View Post
He shows me this error I want a logical explanation of how to solve

.net framework 3.5 SP1 and 4.0

jesus christ.
DeathByMoogles is offline  
Thanks
1 User
Old 07/06/2010, 04:28   #465
 
gefgef's Avatar
 
elite*gold: 0
Join Date: Aug 2007
Posts: 28
Received Thanks: 5
Quote:
Originally Posted by DeathByMoogles View Post
Code:
if hp < 100
      msgbox "You have low level"
         use item panacea
        end


look near the bottom, you will see "msgbox" and its use.

thank me if i helped
this reference is very funny xD now that's real learning.

hope these will be implemented. sooner or later, we will wait. we will always have to wait. lol patience is a virtue as they say. but atm, we'll have to make use of what it is now. =]

thanks ya'll. =]
gefgef is offline  
Closed Thread

Tags
conquer, proxy, script


Similar Threads Similar Threads
REQUEST....CoFr33dom scripts
12/15/2010 - Conquer Online 2 - 13 Replies
hi can someone write me a ninja scritps at frozen grotto 3? the monsters are DarkElf and DarkLady
[QUESTION]CoFr33dom
07/15/2010 - Conquer Online 2 - 2 Replies
I got a question for ya guys ! Is there any way to make Follow in CoFr33dom ?! Any script or command ? Cuz it would be nice for people to make autofollower in it : ) It could help us alot : ) (Btw im working on Full Item Pick/Drop List It will pick all items and drop Junk ; >>



All times are GMT +1. The time now is 12:02.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.