AutoHotkey Community

It is currently May 21st, 2012, 4:48 pm

All times are UTC [ DST ]


Search found 31 matches
Search these results:

Author Message

 Forum: Support   Topic: little help with "if (expression)" thx.

Posted: July 30th, 2007, 5:42 am 

Replies: 4
Views: 581


if Out_Line = %LoopField% %LoopField2% %LoopField3% `
msgbox, %Out_Line%
.....

if my line is : aa bb cc{space}

loopfield = aa

loopfield2 = bb

loopfield3 = cc

` = the space

wtf ? still doesnt work..

 Forum: Support   Topic: little help with "if (expression)" thx.

Posted: July 30th, 2007, 4:20 am 

Replies: 4
Views: 581


why its doesnt work?
Code:
If (Out_Line !=" " or "%A_LoopField% %first%")

 Forum: Support   Topic: help ty.

Posted: December 29th, 2006, 10:07 pm 

Replies: 20
Views: 930


thats ok i found error in .txt

was 0,69 .... and require 0.69 :P fuc***** comma!

 Forum: Support   Topic: help ty.

Posted: December 29th, 2006, 10:03 pm 

Replies: 20
Views: 930


yes, just message me ur mail. :|

 Forum: Support   Topic: help ty.

Posted: December 29th, 2006, 10:02 pm 

Replies: 20
Views: 930


#persistent SetFormat, float, 0.2 ;#barb1# Filereadline, ar1, %A_ScriptDir%\barb1.txt, 1 If ErrorLevel MsgBox, the file could not be read Filereadline, def1, %A_ScriptDir%\barb1.txt, 2 If ErrorLevel MsgBox, the file could not be read Filereadline, block1, %A_ScriptDir%\barb1.txt, 3 If ErrorLevel Msg...

 Forum: Support   Topic: help ty.

Posted: December 29th, 2006, 9:45 pm 

Replies: 20
Views: 930


--------------------------- bvbcalc.ahk --------------------------- barb1 hit barb2 in 1ww : 4.26 , barb2 will block : , so barb1 hit barb2 to corpse : --------------------------- OK --------------------------- and --------------------------- bvbcalc.ahk --------------------------- barb1 kill barb2 ...

 Forum: Support   Topic: help ty.

Posted: December 29th, 2006, 9:40 pm 

Replies: 20
Views: 930


the barb1.txt and barb2.txt is in the script dir... :|
i aslso tried %A_ScriptDir%/bar1.txt .... and %A_ScriptDir%/barb2.txt

and its doesnt work anymore...

 Forum: Support   Topic: help ty.

Posted: December 29th, 2006, 9:13 pm 

Replies: 20
Views: 930


yes but i want the script prompt in the .txt for get the information ... like in barb1.txt that get the line1 ... 9000 and store it in variable ar1 ... like the filereadline.. :|

 Forum: Support   Topic: help ty.

Posted: December 29th, 2006, 8:58 pm 

Replies: 20
Views: 930


ar1= 9000
def1= 10000
block1= 0.69
dmg1= 385
life1= 2600
ar2= 9000
def2= 5800
block2= 0.75
dmg2= 550
life2= 3200


all this info is in .txt ... 1 under 1 ...

barb1.txt =
9000
10000
0.69
385
2600
endof barb1.txt

same for barb2.txt ...

 Forum: Support   Topic: help ty.

 Post subject: help ty.
Posted: December 29th, 2006, 8:46 pm 

Replies: 20
Views: 930


#persistent SetFormat, float, 0.2 ;#barb1# Filereadline, ar1, barb1.txt, 1 Filereadline, def1, barb1.txt, 2 Filereadline, block1, barb1.txt, 3 Filereadline, dmg1, barb1.txt, 4 Filereadline, life1, barb1.txt, 5 ;#barb2# Filereadline, ar2, barb2.txt, 1 Filereadline, def2, barb2.txt, 2 Filereadline, bl...

 Forum: Support   Topic: how I can calculate color string if...(read)

Posted: August 2nd, 2006, 9:47 pm 

Replies: 1
Views: 433


PixelSearch, Px2, Py2, 340, 250, 460, 350, 0X008000, 28, fast

if the color is green, but only at 28 variation thats work

how I can found the truth color ? plz

thx to all who can respond me :wink:

 Forum: Support   Topic: How to REG SEARCH plz.

Posted: June 19th, 2006, 2:01 am 

Replies: 2
Views: 520


SetBatchLines -1 ; Makes searching occur at maximum speed. RegSearchTarget = Config ; Tell the subroutine what to search for. Gosub, RegSearch return RegSearch: ContinueRegSearch = y Loop, HKEY_USERS, , 1, 1 { Gosub, CheckThisRegItem if ContinueRegSearch = n ; It told us to stop. return }...

 Forum: Support   Topic: How to REG SEARCH plz.

 Post subject: How to REG SEARCH plz.
Posted: June 18th, 2006, 11:18 pm 

Replies: 2
Views: 520


How I can find: BGASUS in registy?

and when I found it, search in BGASUS for the key:

config Reg_SZ


and after save the final path (to the config Reg_SZ) into a variable.

thx

 Forum: Support   Topic: Help me to complete this code plz.

Posted: June 17th, 2006, 12:09 am 

Replies: 2
Views: 545


need help to complete this code. thx ;) numpad8:: SetTimer, search, 100 ToolTip, search activated!, 400, 0 return numpad9:: SetTimer, search, off ToolTip return search: { PixelSearch, Px, Py, 370, 285, 430, 345, 0x64B8D8, 1, fast if ErrorLevel = 0 ;here PixelSearch, Px2, Py2, Px+3, Py+3, Px+3, Py+3,...

 Forum: Support   Topic: need help with this UPDATE/DOWNLOAD files needed.

Posted: May 22nd, 2006, 4:09 am 

Replies: 6
Views: 666


:twisted:
Sort by:  
Page 1 of 3 [ Search found 31 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group