We have detected that cookies are not enabled on your browser. Please enable cookies to ensure the proper experience.
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2011
    Posts
    162

    Question Create button that does a chat command after a delay?

    Hello,

    I have not figured out how to do this.

    I need a button that executes a command (e.g. /dance), but it should wait some specific number of seconds after the button press to execute that command.

    How do I do that? I can make a slot that has an alias attached, but that will execute immediately..

  2. #2
    Join Date
    Mar 2007
    Posts
    1,590
    Quote Originally Posted by Splik View Post
    Hello,

    I have not figured out how to do this.

    I need a button that executes a command (e.g. /dance), but it should wait some specific number of seconds after the button press to execute that command.

    How do I do that? I can make a slot that has an alias attached, but that will execute immediately..
    Quickslots are the only way to do this. The game's Lua API was specifically designed to prevent executing chat commands (or any other game commands) programmatically to prevent botting. Since Quickslots require immediate user interaction (clicking) they are less susceptible to botting abuse. Unfortunately, that also means they are less flexible for things like what you are trying to do

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

This form's session has expired. You need to reload the page.

Reload