some problems for make a bot with autoIT

03/20/2011 14:13 stevenwww#31
how long time have u begin to learn autoit script + CE ?
03/20/2011 14:17 stevenwww#32
^^ thank, last probleme ... i want to use the func with possibility changed value by user
and .... FUNC SCAN($OSet_Table[],$SOset) i get error with the table ...
(i can do without func but is better if i can use this func ... more easy than copy-past every where XD)
03/20/2011 14:18 landa123#33
CE u can learn in an hour..do the tutorial...DONE ^^

and autoit is very very easy to learn if u can an other language like c++ or java..

---------
and if u want to include user input..then take a look back to my pt2 bot -script ..
it was very user friendly...how many skills..heal yes/no...cooldown time..loot..and so on...

but if u use user input..i would say u need a .ini to save/load the stuff...

u can extract this out of my pt2.bot
03/20/2011 14:21 stevenwww#34
i think i know my old probleme
i just read this
$iv_Address - The static memory address you want to start at. It must be in
; hex format (0x00000000).

and my old iv adresse was in format 00000000 ! ....
03/20/2011 14:23 stevenwww#35
and yes easy to learn the bases of CE/AI, but use CE with autoIT .... just little more hard XD
(i have just learn before the C (include SDL (2D graphic support)) and not yet C++ ...

----------------------


and yes i will look ur script after for user input, i had watched ur video and i had saw they "slected-option" more easy to use with that .... but after i finished "bot-base" ^^


PS : last question, how i can do for autoIT send " (3) key ... cause he understand that like " " and give me a error :'(
03/20/2011 18:27 landa123#36
ControlSend("WindowName","","" ,"{KEY}") <-send to background window

----------

Send("{KEY}") <----send to current active window
03/21/2011 11:39 stevenwww#37
control send don't work with GF ... and i know how to use the send function just probleme for send the " key exemple : send("{" UP}") don't work ...
03/21/2011 20:06 landa123#38
Send("{ASC 034}")


would send a "