[5270] - cofr33dom

07/05/2010 22:43 DeathByMoogles#451
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?
07/05/2010 22:57 skorupa123456#452
I see nobody help me.. ; \
07/05/2010 22:59 DeathByMoogles#453
Quote:
Originally Posted by skorupa123456 View Post
I see nobody help me.. ; \
get glasses if you cant see anyone.
07/05/2010 23:32 skorupa123456#454
I see loot of post, buy noone have this same problem like me.
07/05/2010 23:56 she3la#455
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 : [Only registered and activated users can see links. Click Here To Register...]


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 ;)
07/06/2010 00:05 LadoK ;)#456
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.

:)
07/06/2010 00:10 LadoK ;)#457
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)
07/06/2010 00:15 lordofsaba#458
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
07/06/2010 00:20 LadoK ;)#459
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 !
07/06/2010 00:36 DeathByMoogles#460
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
[Only registered and activated users can see links. Click Here To Register...]

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

thank me if i helped ;)
07/06/2010 02:43 hellzCHImaira#461
Dam I got 49k kills at minimacs with my warrior. I love this bot xD
07/06/2010 03:11 DeathByMoogles#462
clint, when can we expect next release?
07/06/2010 03:27 Alber08#463
He shows me this error I want a logical explanation of how to solve

[Only registered and activated users can see links. Click Here To Register...]
07/06/2010 03:46 DeathByMoogles#464
Quote:
Originally Posted by Alber08 View Post
He shows me this error I want a logical explanation of how to solve

[Only registered and activated users can see links. Click Here To Register...]
.net framework 3.5 SP1 and 4.0

jesus christ.
07/06/2010 04:28 gefgef#465
Quote:
Originally Posted by DeathByMoogles View Post
Code:
if hp < 100
      msgbox "You have low level"
         use item panacea
        end
[Only registered and activated users can see links. Click Here To Register...]

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

thank me if i helped ;)
this reference [Only registered and activated users can see links. Click Here To Register...] 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. =]