Register for your free account! | Forgot your password?

You last visited: Today at 20:25

  • 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/10/2010, 11:22   #601
 
gefgef's Avatar
 
elite*gold: 0
Join Date: Aug 2007
Posts: 28
Received Thanks: 5
Quote:
Originally Posted by hamsurrender View Post
uhm, what's the purpose of that sleep 1000 below loot item? o_O
it pauses executions for a given number of milliseconds. -.-
read this for further scripts
gefgef is offline  
Old 07/10/2010, 12:57   #602
 
elite*gold: 0
Join Date: Jun 2010
Posts: 17
Received Thanks: 0
Quote:
Originally Posted by clintonselke View Post
gonna be really busy for a while guys, got some other things i should be doing... i can't believe this is 58 pages already... last i read i think i was about page 30
and i got headache with all the page to read and all junk asking same problem again and again =.=
why not u open a threat js for those noob to ask Q and answer themself
w19ten is offline  
Old 07/10/2010, 14:09   #603
 
elite*gold: 0
Join Date: Mar 2006
Posts: 38
Received Thanks: 1
found a decent way how to disconnect your self... unless u get 1 hit ko'd.

it has like an 80% chance of disconnecting if you are in superman mode and teleporting everywhere hitting mobs

if hp < xxxx
use item TwinCityGate
end

edit: i also think this will work on a dragonball loot also

if amount of item DragonBall > 0
use item TwinCityGate
end


edit: yes it will work on dbs because i just found 1 and logged out woot woot!!

It will work on both bound and regular tc scrolls

if it helped press the thanks button
moisbois is offline  
Old 07/10/2010, 14:47   #604
 
yaoyeng's Avatar
 
elite*gold: 20
Join Date: May 2006
Posts: 734
Received Thanks: 164
Quote:
Originally Posted by yaoyeng View Post
when true
attack self with fatalstrike
sleep 1000
end
var mobs = monster icybladedevil
while true
attack mobs
end
while true
loot item dragonball
loot item meteor
loot item WorldCupToken
loot item EbonyCPBox
loot item MahoganyCPBox
loot item DiligenceBook
loot item cloudCPBox
loot item rosewoodCPBox
loot item gold
end
if amount of item EbonyCPBox > 0
use item EbonyCPBox
end
if amount of item MahoganyCPBox > 0
use item MahoganyCPBox
end
if amount of item CloudCpBox > 0
use item CloudCpBox
end
if amount of item RosewoodCpBox > 0
use item rosewoodCpBox
end
end
=var maxhp = hp

when hp > maxhp maxhp = hp end

when maxhp - hp >= 70 use item Stancher end
when maxhp - hp >= 100 use item Resolutive end
when maxhp - hp >= 250 use item Painkiller end
when maxhp - hp >= 500 use item Amrita end
when maxhp - hp >= 800 use item Panacea end
when maxhp - hp >= 1200 use item Ginseng end
when maxhp - hp >= 2000 use item Vanilla end

[0] Jmp 8
[1] PushConst True
[2] Jz 7
[3] Get fatalstrike
[4] SysCall castonself,1
[5] PushConst 1000
[6] SysCall sleep,1
[7] Jmp 1
[8] When 1
[9] Var mobs
[10] PushConst monster::icybladedevil
[11] Set mobs
[12] PushConst True
[13] Jz 17
[14] Get mobs
[15] SysCall melee,1
[16] Jmp 12
[17] PushConst True
[18] Jz 119
[19] PushConst item::dragonball
[20] SysCall getitemcoords,1
[21] Dup
[22] PushConst -1
[23] Equal
[24] Jz 28
[25] PopIgnore
[26] PopIgnore
[27] Jmp 30
[28] SysCall goto,2
[29] SysCall loot,0
[30] PushConst item::meteor
[31] SysCall getitemcoords,1
[32] Dup
[33] PushConst -1
[34] Equal
[35] Jz 39
[36] PopIgnore
[37] PopIgnore
[38] Jmp 41
[39] SysCall goto,2
[40] SysCall loot,0
[41] PushConst item::WorldCupToken
[42] SysCall getitemcoords,1
[43] Dup
[44] PushConst -1
[45] Equal
[46] Jz 50
[47] PopIgnore
[48] PopIgnore
[49] Jmp 52
[50] SysCall goto,2
[51] SysCall loot,0
[52] PushConst item::EbonyCPBox
[53] SysCall getitemcoords,1
[54] Dup
[55] PushConst -1
[56] Equal
[57] Jz 61
[58] PopIgnore
[59] PopIgnore
[60] Jmp 63
[61] SysCall goto,2
[62] SysCall loot,0
[63] PushConst item::MahoganyCPBox
[64] SysCall getitemcoords,1
[65] Dup
[66] PushConst -1
[67] Equal
[68] Jz 72
[69] PopIgnore
[70] PopIgnore
[71] Jmp 74
[72] SysCall goto,2
[73] SysCall loot,0
[74] PushConst item:iligenceBook
[75] SysCall getitemcoords,1
[76] Dup
[77] PushConst -1
[78] Equal
[79] Jz 83
[80] PopIgnore
[81] PopIgnore
[82] Jmp 85
[83] SysCall goto,2
[84] SysCall loot,0
[85] PushConst item::cloudCPBox
[86] SysCall getitemcoords,1
[87] Dup
[88] PushConst -1
[89] Equal
[90] Jz 94
[91] PopIgnore
[92] PopIgnore
[93] Jmp 96
[94] SysCall goto,2
[95] SysCall loot,0
[96] PushConst item::rosewoodCPBox
[97] SysCall getitemcoords,1
[98] Dup
[99] PushConst -1
[100] Equal
[101] Jz 105
[102] PopIgnore
[103] PopIgnore
[104] Jmp 107
[105] SysCall goto,2
[106] SysCall loot,0
[107] PushConst item::gold
[108] SysCall getitemcoords,1
[109] Dup
[110] PushConst -1
[111] Equal
[112] Jz 116
[113] PopIgnore
[114] PopIgnore
[115] Jmp 118
[116] SysCall goto,2
[117] SysCall loot,0
[118] Jmp 17
[119] PushConst 0
[120] PushConst item::EbonyCPBox
[121] SysCall itemcount,1
[122] Greater
[123] Jz 126
[124] PushConst item::EbonyCPBox
[125] SysCall useitem,1
[126] PushConst 0
[127] PushConst item::MahoganyCPBox
[128] SysCall itemcount,1
[129] Greater
[130] Jz 133
[131] PushConst item::MahoganyCPBox
[132] SysCall useitem,1
[133] PushConst 0
[134] PushConst item::CloudCpBox
[135] SysCall itemcount,1
[136] Greater
[137] Jz 140
[138] PushConst item::CloudCpBox
[139] SysCall useitem,1
[140] PushConst 0
[141] PushConst item::RosewoodCpBox
[142] SysCall itemcount,1
[143] Greater
[144] Jz 147
[145] PushConst item::rosewoodCpBox
[146] SysCall useitem,1
[147] Get var
[148] Set end
[149] PushConst hp
[150] SysCall getsysval,1
[151] Set maxhp
[152] Jmp 162
[153] Get maxhp
[154] PushConst hp
[155] SysCall getsysval,1
[156] Greater
[157] Jz 161
[158] PushConst hp
[159] SysCall getsysval,1
[160] Set maxhp
[161] Jmp 153
[162] When 153
[163] Jmp 174
[164] PushConst 70
[165] PushConst hp
[166] SysCall getsysval,1
[167] Get maxhp
[168] Minus
[169] GreaterEqual
[170] Jz 173
[171] PushConst item::Stancher
[172] SysCall useitem,1
[173] Jmp 164
[174] When 164
[175] Jmp 186
[176] PushConst 100
[177] PushConst hp
[178] SysCall getsysval,1
[179] Get maxhp
[180] Minus
[181] GreaterEqual
[182] Jz 185
[183] PushConst item::Resolutive
[184] SysCall useitem,1
[185] Jmp 176
[186] When 176
[187] Jmp 198
[188] PushConst 250
[189] PushConst hp
[190] SysCall getsysval,1
[191] Get maxhp
[192] Minus
[193] GreaterEqual
[194] Jz 197
[195] PushConst item::Painkiller
[196] SysCall useitem,1
[197] Jmp 188
[198] When 188
[199] Jmp 210
[200] PushConst 500
[201] PushConst hp
[202] SysCall getsysval,1
[203] Get maxhp
[204] Minus
[205] GreaterEqual
[206] Jz 209
[207] PushConst item::Amrita
[208] SysCall useitem,1
[209] Jmp 200
[210] When 200
[211] Jmp 222
[212] PushConst 800
[213] PushConst hp
[214] SysCall getsysval,1
[215] Get maxhp
[216] Minus
[217] GreaterEqual
[218] Jz 221
[219] PushConst item::Panacea
[220] SysCall useitem,1
[221] Jmp 212
[222] When 212
[223] Jmp 234
[224] PushConst 1200
[225] PushConst hp
[226] SysCall getsysval,1
[227] Get maxhp
[228] Minus
[229] GreaterEqual
[230] Jz 233
[231] PushConst item::Ginseng
[232] SysCall useitem,1
[233] Jmp 224
[234] When 224
[235] Jmp 246
[236] PushConst 2000
[237] PushConst hp
[238] SysCall getsysval,1
[239] Get maxhp
[240] Minus
[241] GreaterEqual
[242] Jz 245
[243] PushConst item::Vanilla
[244] SysCall useitem,1
[245] Jmp 236
[246] When 236
is there any problem with my codes or script??
whenever i press EXECUTE..it says UNDEFINED VARIABLE
yaoyeng is offline  
Old 07/10/2010, 14:54   #605
 
elite*gold: 0
Join Date: Mar 2006
Posts: 38
Received Thanks: 1
Quote:
Originally Posted by yaoyeng View Post
is there any problem with my codes or script??
whenever i press EXECUTE..it says UNDEFINED VARIABLE
well i at least think their is a problem, what version u using because i don't know how your going to auto pot when you set your hp to use certain types of pots. im using v. 1.2.1 it seems way easier then 1.3 if that's how the script is written like.

after your attack self superman

isn't there suppose to be
if hp < xxxx
use item XXXX
end


also, did you use the original hunter script that came with the bot, if you didn't all you need to do is change the mob name and it should work....
moisbois is offline  
Old 07/10/2010, 15:36   #606
 
yaoyeng's Avatar
 
elite*gold: 20
Join Date: May 2006
Posts: 734
Received Thanks: 164
well...i modified a few things and now its working.....
yaoyeng is offline  
Old 07/10/2010, 16:45   #607
 
elite*gold: 0
Join Date: Feb 2009
Posts: 50
Received Thanks: 12
when true
attack self with skill superman
sleep 1000
if amount of item DragonBall > 0
use item TwinCityGate
end
end
while true
attack monster HawKing
attack monster HawL93
attack monster SilverHawk
loot item dragonball
loot item meteor
loot item LegendRefineryPack
loot item WorldCupToken
loot item EbonyCPBox
loot item MahoganyCPBox
loot item DiligenceBook
loot item cloudCPBox
loot item rosewoodCPBox
loot item gold
jump to posx + random 0,6 - 3, posy + random 0,6 - 3
if amount of item panacea < 5
# loot item panacea
end
if amount of item EbonyCPBox > 0
use item EbonyCPBox
end
if amount of item MahoganyCPBox > 0
use item MahoganyCPBox
end
if amount of item CloudCpBox > 0
use item CloudCpBox
end
if amount of item RosewoodCpBox > 0
use item rosewoodCpBox
end
end

What's wrong is here? Anyone know ? Still dc.
skorupa123456 is offline  
Old 07/10/2010, 18:05   #608
 
elite*gold: 0
Join Date: Jun 2010
Posts: 1
Received Thanks: 0
i need help, me system as Windows XP.... and i'm oppen the boot and give-me this erro :

Ninjutsu77 is offline  
Old 07/10/2010, 18:10   #609
 
elite*gold: 0
Join Date: Dec 2009
Posts: 18
Received Thanks: 1
Quote:
Originally Posted by Ninjutsu77 View Post
i need help, me system as Windows XP.... and i'm oppen the boot and give-me this erro :



Instal in C:/.... Who can send me the new verson in my msn
HacKerasdfg is offline  
Old 07/10/2010, 19:30   #610
 
dhabei's Avatar
 
elite*gold: 0
Join Date: Aug 2005
Posts: 980
Received Thanks: 613
Quote:
Originally Posted by skorupa123456 View Post
when true
attack self with skill superman
sleep 1000
if amount of item DragonBall > 0
use item TwinCityGate
end
end
while true
attack monster HawKing
attack monster HawL93
attack monster SilverHawk
loot item dragonball
loot item meteor
loot item LegendRefineryPack
loot item WorldCupToken
loot item EbonyCPBox
loot item MahoganyCPBox
loot item DiligenceBook
loot item cloudCPBox
loot item rosewoodCPBox
loot item gold
jump to posx + random 0,6 - 3, posy + random 0,6 - 3
if amount of item panacea < 5
# loot item panacea
end
if amount of item EbonyCPBox > 0
use item EbonyCPBox
end
if amount of item MahoganyCPBox > 0
use item MahoganyCPBox
end
if amount of item CloudCpBox > 0
use item CloudCpBox
end
if amount of item RosewoodCpBox > 0
use item rosewoodCpBox
end
end

What's wrong is here? Anyone know ? Still dc.


attack monster HawL93 <---wrong mob name


if amount of item DragonBall > 0
use item TwinCityGate <---and i think this one


if helped push Thanks
dhabei is offline  
Old 07/10/2010, 23:19   #611
 
elite*gold: 0
Join Date: Mar 2006
Posts: 38
Received Thanks: 1
Quote:
Originally Posted by skorupa123456 View Post
when true
attack self with skill superman
sleep 1000
if amount of item DragonBall > 0
use item TwinCityGate
end
end
while true
attack monster HawKing
attack monster HawL93
attack monster SilverHawk
loot item dragonball
loot item meteor
loot item LegendRefineryPack
loot item WorldCupToken
loot item EbonyCPBox
loot item MahoganyCPBox
loot item DiligenceBook
loot item cloudCPBox
loot item rosewoodCPBox
loot item gold
jump to posx + random 0,6 - 3, posy + random 0,6 - 3
if amount of item panacea < 5
# loot item panacea
end
if amount of item EbonyCPBox > 0
use item EbonyCPBox
end
if amount of item MahoganyCPBox > 0
use item MahoganyCPBox
end
if amount of item CloudCpBox > 0
use item CloudCpBox
end
if amount of item RosewoodCpBox > 0
use item rosewoodCpBox
end
end

What's wrong is here? Anyone know ? Still dc.
for the db script it should go on the bottom where the if amount for the cp boxes...
moisbois is offline  
Old 07/11/2010, 00:55   #612
 
elite*gold: 0
Join Date: Aug 2009
Posts: 56
Received Thanks: 1
please adapt for server french please please :'(
mimi3011 is offline  
Old 07/11/2010, 02:44   #613
 
elite*gold: 0
Join Date: Jul 2010
Posts: 1
Received Thanks: 0
Smile

gooooooooooooooooooooooooooooooooooooood




yassss is offline  
Old 07/11/2010, 09:08   #614
 
grayfox1's Avatar
 
elite*gold: 0
Join Date: Jan 2008
Posts: 79
Received Thanks: 2
i cant download cofr33dom v1.3 from web site
plz help me
grayfox1 is offline  
Old 07/11/2010, 09:33   #615
 
elite*gold: 0
Join Date: Jul 2010
Posts: 10
Received Thanks: 1
Idiot... how I should download your bot from that site. Its imposible unless you are member. Try to make that surveys and u get nothing..
theused2 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 20:26.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.

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