I’m trying to help you out but I’m not even seeing the cordials listed at the yellow script vendor, do you have to be a specific level for them to even show up? My Miner/Bot are 71 and I can’t find em.
Ok, after loading the Eulmore grid from that text file I don’t even see how it works at all, as the last place it puts you is waypoint 12 which is not right next to the collectable appraiser. Nonetheless, you’re going to have to modify the navigation grid to put yourself infront of the script exchange vendor. To do this, go to the navigation tab in miqobot, turn the editor on, move your character slightly to the left of the script exchange vendor, press the E button to add a new waypoint, it should automatically connect to waypoint 14. After that, make a new chapter in miqobot and copy/paste the following:
waypoint(15)
key(f12, 1.0)
key(num0, 2.0)
key(num6, 1)
key(num2, 1)
key(num0, 1.5)
key(num0, 1)
key(num6, 1)
key(num9, 1)
key(num4, 1)
key(num0, 1)
key(num4, 1)
key(num0, 1)
key({esc}, 1)
key({esc}, 1)
Add the above as a new chapter 12, and move repeatAll(99) from chapter 11 to new chapter (13). If you wan’t to test it out before you dump all your scripts into hi-cordials, replace the 9 in the 9th line with a 7, it should buy 2 instead of MAX. Change it back to a 9 after you test it.
-
This reply was modified 5 years, 2 months ago by iifetap.