|
Post by solid on Jul 21, 2011 23:58:56 GMT
Yeah... like the title says... How in gods name do you make one in uoap? Is it just to make hundreds of deeds in your backpack and just hope uoap clicks one of them? I'm pretty sure you can make it click a fixed value/pixel or even color, but how? Help would be appreciated, since I can't find an uoassist that works anywhere >_>.
|
|
|
Post by Kirish Ku on Sept 17, 2011 3:13:02 GMT
Hail ! Your are right, UOAP as a fonction that can "check" pixel colors but the thing is...(if i remember well)...it's used for true/fauls system EX: // Test to see if color at location #1 has the value of Variable #1 If Color at Location #1 is the same as Variable #1 … do something End If // Test to see if color at location #1 does NOT have the value of Variable #1 If Color at Location #1 is Not the same as Variable #1 … do something End If // Is variable 1 greater than variable 2? If Variable #1 > Variable #2 … do something End If // Is variable 1 not equal to 5? (!= means not equal) If Variable #1 != 5 … do something End If It's a shame my macros where deleted long ago but i had a wicked healing macro that constantly checked my hp and healed my char when my HP droped under 3/4 PS: I also read somehere that someone wanted to know how to say stuff like ".autoloop 2" and such...here's how to make this happen: say "text you need to say" Cheers ! Kirish Ku
|
|
|
Post by Asmodai on Oct 13, 2011 6:48:19 GMT
I capped Item ID with this afk macro for autopilot V2.8a (If the attachment doesn't work I also uploaded it here) www.easy-share.com/0E66F962B52F4584883112FD8409D54D/Item ID.apf You will need: 1 - Your main pack almost full of deeds (I used 120 forge deeds) 2- A little bit of room to place the forge in front of you (I set my location to the tile South of my character) I have written some help in the notes tab to get it working but feel free to ask me if you get stuck. Last thing, autopilot v2.8a is very unstable when you use more than 10 locations, it crashes most of the time when saving, so I had to set each new location one at a time and save the script, it took me like 30 minutes just to get all my locations set! Basically the script will Item ID a deed, open and place that deed in front of you and then .redeed it (the 'new' deed appears at a random place in your pack) and then move on to the next location. The beauty of this script is that after it hits all your deed locations it .moves a specific deed (which is always there) and targets self, which shuffles your pack around, thus ensuring you never end up clicking empty pack after 10 minutes. I macro'd for 3 days straight using this script and it didn't mess up once. Hope it helps Attachments:
|
|
|
Post by Prometheus on Oct 13, 2011 8:12:03 GMT
Mother of God Asmodai, that's a genius macro.
|
|
|
Post by payne on Oct 13, 2011 11:08:11 GMT
Isnt Deed/Redeeding the same as Mounting/Dismounting an ostard?
|
|
|
Post by Prometheus on Oct 13, 2011 12:54:23 GMT
Isnt Deed/Redeeding the same as Mounting/Dismounting an ostard? I can't help but feel that you'd like that rule removed?
|
|
|
Post by payne on Oct 13, 2011 13:25:13 GMT
No kidding. Even tho I found a way around it I haven't tested that one yet. What im most concerned with is this tho Prome.
Y BLESS FISH AND THE OTHER BUFF FISH NO STACK?
|
|
Fury
Administrator
Posts: 320
|
Post by Fury on Oct 13, 2011 17:36:14 GMT
Nice macro asmo
|
|