Wetix
Wetix task creation guide
Tasks.csv
Mode(required) : The mode used by the taskNORMAL,NORMAL QUEUEorIGNORE
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 !
NORMAL QUEUE mode is here to avoid you to input a cookie manually on each task, each task will enter the queue and when it will pass,the task will start to monitor and then cart. We strongly advice to use this mode during drop.
IGNORE mode will ignore the task and won't start it.
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.
The link of the event :
https://tickets.cafonline.com/fr/product/62
The link of the queue with the link of the event
https://static-can.mutu.fa.wetix-agency.fr/?destination=https://tickets.cafonline.com/fr/product/622
Multiple links by separating them with a
;
https://static-can.mutu.fa.wetix-agency.fr/destination=https://tickets.cafonline.com/fr/product/621;https://tickets.cafonline.com/fr/product/620;https://tickets.cafonline.com/fr/product/621
Delay(required) : It's the time duration in milliseconds a task will wait before each attempt to check stock. Must be equal or above0(eg :2000)
QuantitiesFilter(required) : The different quantities you want to target on a task.
(eg :
1;2;3;4Here the bot will only target solo, duo, trio and quartor on the task) (eg :2;3Here the bot will only target duo and trio on the task) (eg :2Here 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;4Here the bot will only target solo, duo, trio and quartor on the task) (eg :2;3Here the bot will only target duo and trio on the task) (eg :2Here the bot will only target duo on the task)
We only recommend to run with CategoriesFilter if you are sure about the category name on an event.
MinPriceFilter(optional) : The bot will target all the categories equal or above the given price.
(eg :
100Here the bot will focus all the categories with ticket price above100)
MaxPriceFilter(optional) : The bot will target all the categories equal or below the given price.
(eg :
1000Here the bot will focus all the categories with ticket price below1000)
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.
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.
Cookie Injecting Methods
There is only one method to inject cookie with tasks.csv:
By using cookies (You will need to fill CookieName and CookieValue columns).
Important Note
You can update CookieName and CookieValue columns without restarting the bot by just simply saving the file while the bot is running. Make sure you only set up a different cookie value for each task !!!
CartWebhook(required) : The discord webhook channel where your cart webhook will be sent.
HideCheckout(optional) : Set this totrueto prevent event name and event link from appearing in the checkout logs.
Last updated