Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/funkydude/slashin
Provides the /in command for delayed execution in World of Warcraft.
https://github.com/funkydude/slashin
warcraft-addon world-of-warcraft
Last synced: 21 days ago
JSON representation
Provides the /in command for delayed execution in World of Warcraft.
- Host: GitHub
- URL: https://github.com/funkydude/slashin
- Owner: funkydude
- Created: 2017-11-19T18:06:08.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-08T03:49:42.000Z (about 1 year ago)
- Last Synced: 2024-12-13T04:21:33.310Z (28 days ago)
- Topics: warcraft-addon, world-of-warcraft
- Language: Lua
- Homepage:
- Size: 39.1 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: .github/README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# SlashIn
* Provides the /in command for delayed execution. Also provides /slashin, in case of conflicts with other addons providing /in.
* Also provides the /int command for throttled actions, when you like to spam click macros but only want the action to happen once.## Examples
**Emote "yourname rocks" in 1.5 seconds:**
`/in 1.5 /emote rocks`**Use your Argent Crusader's Tabard to teleport, then put your other tabard back afterwards:**
`/equip Argent Crusader's Tabard`
`/use Argent Crusader's Tabard`
`/in 12 /equip Scryers Tabard`**Spam click a macro to send a message in party chat, but you only want the message to appear once:**
`/int 5 /p Here we go`## WARNING: Known Limitations
* `/say` and `/yell` can only be automated in dungeons/raids, not outdoors. Use `/emote` when outdoors.
* Many types of commands can't be delayed, especially ones that cast spells. If you receive an error dialog saying "Interface action failed because of an AddOn" then that command can't be delayed.## Download
https://www.curseforge.com/wow/addons/slash-in