Forum › Forums › Discussion › Easiest way to farm GC seals? For loot boxes
This topic contains 2 replies, has 3 voices, and was last updated by CountChocula001 1 year, 4 months ago.
-
AuthorPosts
-
July 31, 2022 at 1:53 am #38265July 31, 2022 at 3:49 am #38266
You can use the “Holminster Tank Farm” to trick it into letting you do Holminster unsync, so I’m sure you could do the other instances unsync if you tweak the script.
Edit – If I wanted it to do Sohm Al for seals I would make a scenario like this. You could change the second part to buy materiel containers.
First Part of Scenario
repair()
//setup
dungeon(Sohm Al)
fullClear(on)
openCoffers(on)//dutyfinder
sendKey(u, 2)//wake cursor
sendKey(num6, 1)//go down to join
sendKey(num2, 0.5)
sendKey(num2, 0.5)
sendKey(num2, 0.5)
sendKey(num2, 0.5)
sendKey(num2, 0.5)
sendKey(num2, 0.5)
sendKey(num2, 0.5)
sendKey(num2, 0.5)
sendKey(num2, 0.5)
sendKey(num2, 0.5)
sendKey(num2, 0.5)
sendKey(num2, 0.5)
sendKey(num2, 0.5)
sendKey(num2, 0.5)
sendKey(num2, 0.5)
sendKey(num2, 0.5)
sendKey(num2, 0.5)
sendKey(num2, 0.5)
sendKey(num2, 0.5)
sendKey(num2, 0.5)
sendKey(num6, 0.5)
sendKey(num0, 0.5)//dutypop -> start dungeon
squadron(1)repeatAll(99)
Second Part of Scenario
// [► Get Seals ◄]Grid([Twin Adder Squadron Farm])
// [► Buy Prisms ◄]
Waypoint(34)
Angle(0.50)
vAngle(-1.00)
key(F12, .3) //target dude
key(num0, 3) //interactkey(num8, .5) //move up
key(num0, .2) //select
key(num9, .2) //right a tab
key(num9, .2) //right a tab
key(num2, .2) //down
key(num2, .2) //
key(num2, .2) //
key(num2, .2) // Gathering XP
key(num2, .2) // Cordial
key(num2, .2) //
key(num2, .2) //
key(num2, .2) //
key(num2, .2) // Prisms
key(num6, .4) //right to quantity
key(num9, .4) //select quantity
key(num4, .2) //left to item
key(num0, .2) //select item
key(num4, .2) //left to confirm buy
key(num0, .2) //confirm purchase
key(num0, .2) //select item
key(num4, .2) //left to confirm buy
key(num0, .2) //confirm purchase
key(num., .2) //
key(num., .2) //
key(num., .2) //Third Part of Scenario
repeatAll(999)- This reply was modified 2 years, 3 months ago by 1234snakesnake.
July 17, 2023 at 11:27 pm #40576 -
AuthorPosts
You must be logged in to reply to this topic.