|
Post by vinnie on Jan 13, 2005 18:28:07 GMT -5
umm.... were do i right click?
|
|
|
Post by Kelpinn on Jan 19, 2005 11:15:35 GMT -5
Help with Screenshots... I've taken some screen shots in FFXI... and when I open them they are JPG's saved in a 512 x 382 format... But on the screen the picture is 1024 x 768... Now if I wanted to calculate the proper pixel coordinates is there another way to save the screen shot Thanks again for the help !!
|
|
|
Post by TinyTerror on Jan 19, 2005 11:20:52 GMT -5
How are you taking screen shots?
The important thing here is to make sure you are saving a 1 to 1 scale BMP of the screen. JPEGs and GIFs wont work. Try FRAPS to take screenshots.
|
|
|
Post by Kelpinn on Jan 19, 2005 11:39:38 GMT -5
I was using the screenshot tool inside FFXI itself... Basically using the Prtscrn button and that saves the screenshot inside of the PlayOnline module where I can send it to myself to open it inside another program... I was using Corel to open the pic and try to get the pixel coordinates.
This other program you're talking about lets me take pics inside of FFXI ?? It runs as a background application ?? Because the FFXI runs in full screen mode...
Thanks.
|
|
|
Post by Kelpinn on Jan 19, 2005 13:18:16 GMT -5
Ok, here we go... I got the FRAPS program and installed it.. tried taking a screenshot with it and it seems to work fine.. Now i've tried a couple of my programs here to verify pixel coordinates as well as color... And my program doesn't seem to be flexible enough for what i need to do... Any recommendations for a program that will accurately give me coordinates as well as pixel color ?? Second part to this post.. When you guys track the coordinates of the pixels in the GetPixelColor command... are you basically tracking a letter from the beginning, then one in the middle and then one at the end How many GetPixelColor commands are necessary to get a clean picture of the words your looking for ?? Thanks !!
|
|
Djinn
New Member
Posts: 3
|
Post by Djinn on Jan 31, 2005 20:40:18 GMT -5
If your script has no errors, it will run happily in the background. You will see a little AutoIT icon in your system tray. Clicking on this icon will pause the script. Right click and uncheck pause to continue. What happens if AutoIT refuses to unpause?
|
|
|
Post by TinyTerror on Jan 31, 2005 22:15:38 GMT -5
It wont.
|
|
Djinn
New Member
Posts: 3
|
Post by Djinn on Feb 1, 2005 3:49:20 GMT -5
Well that's strange..
I installed AutoIT3 I copied a script from Hzzy to a .txt and then changed it to .au3 I loaded the script.au3 with AutoIT3 I started ffxi with 800x600 resolution and compact keyboard settings I use the macro setting Hzzy suggests I load up on bait, equip a fishing rod, I go into first person mode Using ffxi windower I try and unpause, nothing.
|
|
|
Post by TinyTerror on Feb 1, 2005 10:08:29 GMT -5
Scripts dont pause when you first start them up. Its likely that there are errors in the script that occured during runtime. This might look like the script is paused, but its really because of an error. Are there any error windows that pop up?
|
|
Djinn
New Member
Posts: 3
|
Post by Djinn on Feb 1, 2005 14:01:30 GMT -5
Eh.. guess everything worked just fine. It was the icon in the taskbar that confused me, the doodle in front of Script Paused refused to go away. Thanks though!
|
|
|
Post by weeman on Mar 4, 2005 15:40:27 GMT -5
i understand wootz ;D sorry bout all the pms just one question will it work if i simply copy your spook bot you post and pasted ?
|
|
Mit
New Member
Posts: 12
|
Post by Mit on Apr 17, 2005 9:30:12 GMT -5
Can Autoit can convert other script into its script?
|
|
|
Post by musashi on May 1, 2005 10:25:35 GMT -5
hello i must be stupid, but i don't understand.... AutoItSetOption("SendKeyDelay", 40); Send ("!1"); with that, nothing moves Ihave set a basic /ma Cure <me> on my alt+1 but it doesn't work Is it the delay? thank you
|
|
Yrael
New Member
Posts: 6
|
Post by Yrael on May 14, 2005 21:39:27 GMT -5
This is my first day using this program so I may or may not have this right.....but upon using a script of:
AutoItSetOption("SendKeyDelay", 40)
Func Time() send("Hi my names joe") EndFunc
Time()
The letters were typed extremly fast I think if I went much lower it would miss letters. So perhaps you should increase the KeyDelay
I've also noticed that in a lot of Tiny Terror's scripts there is not only a:
AutoItSetOption("SendKeyDelay",X)
but also a:
AutoItSetOption("SendKeyDownDelay", X)
I'm not sure what these mean (Tinyterror please help!!) but maybe its part of your problem. GL ne ways.
|
|
Yrael
New Member
Posts: 6
|
Post by Yrael on May 15, 2005 20:28:32 GMT -5
Btw musashi do you play FFXI on the diabolos server?
|
|