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: 6 months 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-11-08T03:49:42.000Z (almost 2 years ago)
- Last Synced: 2025-04-30T04:49:54.506Z (6 months ago)
- Topics: warcraft-addon, world-of-warcraft
- Language: Lua
- Homepage:
- Size: 39.1 KB
- Stars: 7
- Watchers: 2
- Forks: 3
- 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