MMOMinion

Full Version: Gold Saucer!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
I am a bit clueless on how to make the script work. I am guessing 1st of all I should have 60 cards ?
Is this completely AFK??? Please tell me it is.
Yes, you have to have at least 60 cards for this to work and the 5 scion cards: Papalymo+Yda, Yhstola, Thancred, Alphinaud/Alisae, Urianger.

I recommend setting your Triple Triad to default position (right click and set to default) to make sure your pixel position doesn't change when you accidentally drag it somewhere and have to restart getting the conditional pixels again.
Also use Autohotkey 1.0.48.05 because my friend had problems with the 1.1 version, kept giving wrong pixel positions(not sure if it's just his error).

And yes it is completely AFK, but you need to have the game as active window since it uses clicks and not just keystrokes.

here are some of the pixels i listed for my own code, to give you an idea:
Code:
list free slots xy coords and pixel color
1: 632, 292 0xBCC7C8
2: 780, 275 0xCFDDDF
3: 937, 273 0xB6C0C0
4: 638, 413 0xD0DEE3
5: 795, 414 0xB6C3C5
6; 951, 413 0xCFDBDB
7: 643, 560 0xB6C3C5
8: 784, 565 0xCFDEE2
9: 944, 560 0xB6C2C3

list your card coords and unplayed pixel color
C1 PAPA    232, 411 0x6B4C2C
C2 YSH    345, 422 0x614328
C3 THN    467, 414 0x573E24
C4 ALP    319, 558 0x6B4B2C
C5 URI    429, 562 0xC39085

list "Rematch" window pixel coord and color
BOX: 634, 545 0x242424

Special condition net:
8 nero    794, 566 0x2F1479
8 garud    785, 559 0x85A58E
2 gaius    801, 263 0x443829
7 gaius 650, 558 0x231E19
6 baha    953, 415 0x201828
8 baha    799, 568 0x383139
4 rhita 644, 413 0x271014
4 Baham 659, 417 0x534245
4 Livia 643, 410 0x8F9EB6
7 Scarfc 651, 560 0x241D2C
4 nero 653, 409 0x24196C
6 nero 936, 412 0x361987
3 taken 885, 320 0xB1C5EB
4 taken 714, 462 0xB4C4EB
5 taken 736, 467 0xB3C6EB
6 taken 884, 445 0xB8C7EC
7 taken 713, 587 0xB4C5EB
8 taken 735, 586 0xB4C4EB
5 Uria taken 828, 412 0x282660
Does your resolution affect default position?
Anything that affects placement of the window will affect positions (screen size, resolution, running in a window, etc)
(03-21-2015, 10:25 AM)brooklynbase Wrote: [ -> ]For some reason the code completely skips the Thancred section. After Urianger is placed it places Y'shtola next, and I can't fathom why since the code for each card is identical except for the pixel info. Anyone have any suggestions?

Otherwise this would be good to go!


I had that issue running from your script and found that the sleep timer was too short for some odd reason. Increase the sleep timer to 8000 and it should fix your issue. However I'm running into the issue of it not restarting when I go first.
edit: Nvm i figured out why i couldn't get it to restart if i went first.
I can't get the AHK to work....it does the talk >> confirm portion but from there, it does nothing for like 2 minutes. Don't know anything abut AHK and tried reading the tutorial but it's very alien to me. My deck is currently Papalimo >> Yash >> Sancred >> Twins >> Wolfrange(?) in that order, 1080p resolution. defaulted and 100% window size
Would anyone be kind enough to do a step-by-step guide on how to use the code by brooklyn base? It so confusing and I'm not sure where to begin >< x.x
I will try to post a guide this week, just a bit busy at the moment but should be able to make it soon...
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20