Wetix

Wetix task creation guide

Tasks.csv

  • Mode (required) : The mode used by the task NORMAL, NORMAL QUEUE or IGNORE

NORMAL mode is here to allow you to inject cookie in your tasks.csv file, this mode won't join queue on your task, it will wait for you to input cookie in your CSV file. You can see how to inject cookie at the end of the Wetix guide. This mode is useful only if you are running Wetix Queue module and you receive queue pass from it.

WARNING : Wetix Queue cookie are unique !


  • EventName (required) : This will be for you to identify which task is running.

(eg : Morocco vs Comorros)


  • EventLink (required) : You have multiple ways and type of link to put in this column.

  1. The link of the event :

  1. The link of the queue with the link of the event

  1. Multiple links by separating them with a ;


  • Delay (required) : It's the time duration in milliseconds a task will wait before each attempt to check stock. Must be equal or above 0 (eg : 2000)


  • QuantitiesFilter (required) : The different quantities you want to target on a task.

(eg : 1;2;3;4 Here the bot will only target solo, duo, trio and quartor on the task) (eg : 2;3 Here the bot will only target duo and trio on the task) (eg : 2 Here the bot will only target duo on the task)


  • CategoriesFilter (optional) : The categories number you want to target on a task.

(eg : 1;2;3;4 Here the bot will only target solo, duo, trio and quartor on the task) (eg : 2;3 Here the bot will only target duo and trio on the task) (eg : 2 Here the bot will only target duo on the task)


  • MinPriceFilter (optional) : The bot will target all the categories equal or above the given price.

(eg : 100 Here the bot will focus all the categories with ticket price above 100)


  • MaxPriceFilter (optional) : The bot will target all the categories equal or below the given price.

(eg : 1000 Here the bot will focus all the categories with ticket price below 1000)


  • CookieName (optional) : The name of the queue cookie associated with the event. If you don't have any queue passing automatically, and your cookgroup or a friend sent you a working cookie, you can input it here to use their cookie.

Usually starting by "SSESS" (eg : SSESS7a414a2f8156fdfd909fff4c79fb6203 )


  • CookieValue (optional) : The value of the queue cookie associated with the event. If you don't have any queue passing automatically, and your cookgroup or a friend sent you a working cookie, you can input it here to use their cookie.

It's the value associated to the cookie starting by SSESS (eg: A%2CbJ7d5MDR2S062qEO2IzVmhqrw1ZattNBPDVVD4nQ5-OEqz )



  • CartWebhook (required) : The discord webhook channel where your cart webhook will be sent.


  • HideCheckout (optional) : Set this to true to prevent event name and event link from appearing in the checkout logs.



Last updated