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
9 changed files
with
293 additions
and
70 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
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
File renamed without changes.
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
10 changes: 10 additions & 0 deletions
10
Community Scripts/Dungeons/arbitrary duty solver/SSL_arbitraryduty_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,10 @@ | ||
--Super Sneaky Loader (tm) | ||
--purpose: edit the lua script in notepad++ instead of ingame because we dont want to use the ingame editor And we have a million clients running | ||
--does it change anything? no . it just simplifies editing multiple script instances locally for your use with multiple chars. | ||
|
||
--thanks to eden from the disc for the idea! | ||
--for fishing script | ||
loadfiyelZZ = os.getenv("appdata").."\\XIVLauncher\\pluginConfigs\\SomethingNeedDoing\\arbitraryduty_McVaxius.lua" | ||
functionsToLoad = loadfile(loadfiyelZZ) | ||
functionsToLoad() | ||
DidWeLoadcorrectly() |
Oops, something went wrong.