The Wiki for Tale 5 is in read-only mode and is available for archival and reference purposes only. Please visit the current Tale 11 Wiki in the meantime.
If you have any issues with this Wiki, please post in #wiki-editing on Discord or contact Brad in-game.
User talk:Anka/Macros/Veggies
From ATITD5
Jump to navigationJump to searchI'm (KasumiGhia) working on the values for 1600x1200 windowed: I've only done cabbage and leeks so far.
When $Res = 1600x1200Windowed //General (added for windowed) SetConst MoveLeft = 36, 94 SetConst MoveRight = 81, 94 SetConst MoveUP = 59, 71 SetConst MoveDown = 59, 117 SetConst Build = 30, 155 //Cabbage (updated for 1600x1200Windowed) SetConst CabSX = 65 SetConst CabSY = 116 SetConst CabBXSM = 65 SetConst CabBYSM = 1 SetConst CabCXSM = 88 SetConst CabCYSM = 161 SetConst CabDXSM = 31 SetConst CabDYSM = 143 SetConst CabAXadj = 12 SetConst CabAYadj = 23 SetConst CabBXadj = 14 SetConst CabBYadj = 24 SetConst CabCXadj = 15 SetConst CabCYadj = 22 SetConst CabDXadj = 23 SetConst CabDYadj = 7 //Carrots (not updated yet) SetConst CarSX = 23 SetConst CarSY = 78 SetConst CarAYSM = 1 SetConst CarBXSM = 77 SetConst CarCXSM = 88 SetConst CarCYSM = 137 SetConst CarDXSM = 41 SetConst CarDYSM = 110 SetConst CarAXadj = 8 SetConst CarAYadj = 10 SetConst CarBXadj = 8 SetConst CarBYadj = 10 SetConst CarCXadj = 10 SetConst CarCYadj = 21 SetConst CarDXadj = 20 SetConst CarDYadj = 6 //Garlic (not updated yet) SetConst GarSX = 55 SetConst GarSY = 69 SetConst GarAYSM = 2 SetConst GarBXSM = 79 SetConst GarCXSM = 67 SetConst GarCYSM = 139 SetConst GarDXSM = 11 SetConst GarDYSM = 139 SetConst GarAXadj = 8 SetConst GarAYadj = 13 SetConst GarBXadj = 8 SetConst GarBYadj = 13 SetConst GarCXadj = 6 SetConst GarCYadj = 15 SetConst GarDXadj = 3 SetConst GarDYadj = 18 //Leeks (updated for 1600x1200Windowed) SetConst LeekSX = 63 SetConst LeekSY = 69 SetConst LeekBXSM = 78 SetConst LeekCXSM = 86 SetConst LeekCYSM = 125 SetConst LeekDXSM = 9 SetConst LeekDYSM = 114 SetConst LeekAXadj = 8 SetConst LeekAYadj = 19 SetConst LeekBXadj = -2 SetConst LeekBYadj = 19 SetConst LeekCXadj = 10 SetConst LeekCYadj = 16 SetConst LeekDXadj = 12 SetConst LeekDYadj = 9 //Onions (not updated yet) SetConst OSx = 78 SetConst OSy = 29 SetConst ResetX = 1135 SetConst ResetY = 556 SetConst OStep = 76 SetConst OPinX = 172 SetConst OPinY = 30 SetConst ODragYAdd = 60
- I've also noted some timing issues while trying to find the first cabbage. It's checking for the plant screen, before it's appeared for me. Which I fixed by changing the FindLeft, FindRight, and FindTop procedures by changing the $MDelay to $M2Delay after the rightclick, and after the Keys {Esc}
- And lastly, the 'Mouse Delay' setting in the menu is never actually used...
-- end KasumiGhia