forked from daemitus/SomethingNeedDoing
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/Jaksuhn/SomethingNeedDoing
- Loading branch information
Showing
10 changed files
with
573 additions
and
320 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
70 changes: 70 additions & 0 deletions
70
Community Scripts/AutoRetainer Companions/RobustGCturnin/turninDOLandPromote_McVaxius.lua
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
--so this will go to your GC desk try a single DOL turn in, then try to run a promotion. then teleport back to FC Estate. | ||
--this is meant to be used from where ever you are after you acquire the daily DOL item | ||
|
||
--borrowed some code and ideas from the wonderful: (make sure the _functions is in the snd folder) | ||
--https://github.com/elijabesu/ffxiv-scripts/blob/main/snd/_functions.lua | ||
loadfiyel = os.getenv("appdata").."\\XIVLauncher\\pluginConfigs\\SomethingNeedDoing\\_functions.lua" | ||
functionsToLoad = loadfile(loadfiyel) | ||
functionsToLoad() | ||
DidWeLoadcorrectly() | ||
|
||
yield("/wait 2") | ||
CharacterSafeWait() | ||
yield("/echo Attempting to turn in DOL turnin item") | ||
TeleportToGCTown() | ||
ZoneTransition() | ||
WalkToGC() | ||
|
||
yield("/echo movement stopped - time for GC turn ins") | ||
--yield("<wait.15>") | ||
--yield("/waitaddon SelectString <maxwait.120>") | ||
yield("/visland stop") | ||
yield("/wait 1") | ||
yield("/target Personnel Officer") | ||
yield("/wait 1") | ||
yield("/send NUMPAD0") | ||
yield("/pcall SelectString true 0 <wait.1>") | ||
yield("/send NUMPAD0") | ||
yield("/wait 1") | ||
yield("/send NUMPAD0") | ||
yield("/wait 1") | ||
yield("/pcall GrandCompanySupplyList true 0 1 2") | ||
yield("/wait 1") | ||
yield("/send NUMPAD0") | ||
yield("/wait 1") | ||
yield("/send NUMPAD0") | ||
yield("/wait 1") | ||
yield("/send ESCAPE <wait.1.5>") | ||
yield("/send ESCAPE <wait.1.5>") | ||
yield("/wait 3") | ||
|
||
--try to promote | ||
yield("/wait 1") | ||
yield("/target Personnel Officer") | ||
yield("/wait 1") | ||
yield("/send NUMPAD0") | ||
yield("/wait 1") | ||
yield("/send NUMPAD2") | ||
yield("/wait 0.5") | ||
yield("/send NUMPAD0") | ||
yield("/wait 0.5") | ||
yield("/send NUMPAD0") | ||
yield("/send ESCAPE <wait.1.5>") | ||
yield("/send ESCAPE <wait.1.5>") | ||
yield("/wait 3") | ||
|
||
|
||
-- Teleport back to FC House | ||
yield("/tp Estate Hall <wait.10>") | ||
yield("/waitaddon _ActionBar <maxwait.600><wait.5>") | ||
for i=1, 20 do | ||
yield("/send W") | ||
end | ||
|
||
yield("/send Right") | ||
yield("/send Right") | ||
|
||
yield("/target Entrance <wait.1>") | ||
yield("/lockon on") | ||
yield("/automove on <wait.2.5>") | ||
yield("/automove off <wait.1.5>") |
64 changes: 0 additions & 64 deletions
64
Community Scripts/Dungeons/arbitrary duty solver/Trial_Farmer_MxVaxius.ini
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.