Search found 510 matches

by PepsiHog
Sat Oct 01, 2011 8:05 pm
Forum: Technical / Scripting
Topic: EasyPattern Vs ReadlLn
Replies: 3
Views: 4267

I'm nuts.

Hello kpassaur,
What is EasyPattern and what is the reference page? Is that part of vbs?

I found software called easypattern is that it?
by PepsiHog
Sun Aug 21, 2011 3:49 am
Forum: Technical / Scripting
Topic: Wait Cursor Change Command
Replies: 9
Views: 6560

Hello

Curious. What would happen if you click where a mob is NOT dead? If you get no result from such an action, then a work-around might be to have the macro click the entire interface. You press a "hotkey" and the macro very quickly clicks the entire interface. The macro could do it within a matter of s...
by PepsiHog
Thu Aug 18, 2011 11:17 pm
Forum: Technical / Scripting
Topic: Problems with point and comma.
Replies: 2
Views: 2794

hello

Just use StringReplace. ReadIniFile>c:\Parâmetros.ini,PorcentagemStop Robô,PorcentagemDoStop,PorcentagemStop let>comma=, let>point=. StringReplace>PorcentagemStop,%comma%,%point%,PorcentagemStop Let>PorcentagemStop=%PorcentagemStop%/100 MessageModal>%PorcentagemStop% That should do it. Ofcourse, a...
by PepsiHog
Thu Aug 18, 2011 10:35 pm
Forum: Technical / Scripting
Topic: Wait Cursor Change Command
Replies: 9
Views: 6560

hello

Just a thought. When you test the macro, how do you run it? Do you compile first? Or run directly from the editor?

In my experience sometimes a macro will succeed as an exe but not from the editor.
by PepsiHog
Sun Aug 14, 2011 9:12 pm
Forum: Technical / Scripting
Topic: ADVISORY
Replies: 5
Views: 4209

ok

Ok. I never thought about the fact that AddDialogHandler would have coding behind it. I knew that, but never considered it. So one very good reason might be to cut the exe file size down. And as you said, if it's a simple dialog why bother with AddDialogHandler. Even so, there's still no reason why ...
by PepsiHog
Sun Aug 14, 2011 3:41 pm
Forum: Technical / Scripting
Topic: Wait Cursor Change Command
Replies: 9
Views: 6560

ok

Ok here is a macro that might work. // Depending on the keys used in the game, you might need to change // the following keys. // Looks for the F2 key to be pressed OnEvent>Key_Down,VK113,0,DoMacro // Looks for the F3 key to be pressed OnEvent>Key_Down,VK114,0,DoExit Label>Start Goto>Start srt>DoMac...
by PepsiHog
Sun Aug 14, 2011 2:31 pm
Forum: Technical / Scripting
Topic: Wait Cursor Change Command
Replies: 9
Views: 6560

ok

BTW - Any script you write to aid in a game is going to be LEGAL. Because the script is interacting with the game just as you do. BOTS on the other hand, are another story and are Illegal by most game rules.
by PepsiHog
Sun Aug 14, 2011 5:53 am
Forum: Technical / Scripting
Topic: Wait Cursor Change Command
Replies: 9
Views: 6560

why

Hello VeroPC, It is difficult to understand your post. If I understand you correctly, you are saying you use this macro with a game. But the game freezes. I believe to simplify, you posted an example macro. But there is no real information about what you are trying to accomplish. I can't test the ma...
by PepsiHog
Sun Aug 14, 2011 3:54 am
Forum: Technical / Scripting
Topic: ADVISORY
Replies: 5
Views: 4209

OK

Ok. It does set the ModalResult to 2, I was incorrect. But it appears as though it doesn't change until after you close the Dialog Designer. Then when you re-open to edit, it is set to 2. Kind changes to 1 for an OK button and 2 for a Cancel button which is what I would expect: Yes. So would I while...
by PepsiHog
Wed Aug 10, 2011 12:39 am
Forum: Technical / Scripting
Topic: random radio buttons
Replies: 2
Views: 4263

any

I wish I could explain it to you but I wrote it last night and how it works is already fuzzy. LOL! I thought that only happened to me! I completely understand THAT! Some times reviewing my code makes my head spin and me to ask, "Was I on something?" But yet it works. :lol: Sorry if this is abuse of...
by PepsiHog
Tue Aug 09, 2011 11:56 pm
Forum: Technical / Scripting
Topic: Help with If/else regarding text in a box.
Replies: 4
Views: 5262

any

There is a command GetText. Type GetText in the editor and select one from the little window. Then to find out more about it, while the cursor is on the command press F1.
by PepsiHog
Tue Aug 09, 2011 11:05 pm
Forum: Technical / Scripting
Topic: ADVISORY
Replies: 5
Views: 4209

ADVISORY

Macro Scheduler v12.1.6 Hello Everyone, I just had about a 3 hour spat with MS 12. Let me say first that there may be more to this than I am currently aware of. And for the record..... I LOVE MACRO SCHEDULER 12!!! As far as I know the Dialog Property "ModalResult" is for backward compatability. I do...
by PepsiHog
Sun May 29, 2011 6:55 am
Forum: Technical / Scripting
Topic: top,left should be y,x
Replies: 2
Views: 3091

blah

Ok. Thanks.

I went back and fourth with the x,y. I had it right (that's what I started out thinking, what you said) but then the problems.

I was confused. But I did not think about getcursorpos being the full screen. That got by me. Oh well.

Thanks for the assist.
by PepsiHog
Sat May 28, 2011 5:07 pm
Forum: Technical / Scripting
Topic: top,left should be y,x
Replies: 2
Views: 3091

top,left should be y,x

v12.1.4 Windows XP sp3 Hello Everyone, I'm messing around with trying to make a right-click menu. The rclick menu is initially not visible. When you rclick it becomes visible only after the Top,Left coordinates is set to the cursor pos. But it never appears near the cursor. It just jumps around. Top...
by PepsiHog
Sat May 28, 2011 6:23 am
Forum: Technical / Scripting
Topic: Color Selection
Replies: 6
Views: 4809

Blah

Cool design. But too big for my purpose. But I'll look it over for possibilities of size adjustment. The color select menu would be a child window of my dialog, so the size needs to be compact. I might like to dl some of your scripts for learning purposes only. Not to actually sell or use them in fu...
Sign up to our newsletter for free automation tips, tricks & discounts