Gigs And Tours
GigsAndTours task creation guide
Tasks.csv
Mode(required) : The mode used by the taskNORMAL,BYPASSorIGNORE
SALE mode is the most common mode.
BYPASS if you want the bot to bypass the queue.
Mode is only activated for hyped events by administrators.
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 :
Ashnikko)
EventLink(required) : The event link used by the task
(eg :
https://www.gigsandtours.com/event/ashnikko/manchester-academy/3465595)
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)
Code(optional) : Only necessary if event is protected by a code (Usually required for presale).
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)
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 above 100 euros)
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 below 1000 euros)
CartLimit(optional) : This is the number of cart a task will do before stopping
(eg :
10Here the bot will do 10 cart on the task, then this task will stop automatically)
CaptchaNumber(optional) : Choose a number of pre-solved captchas that the task will use to cart.
CaptchaAPIKey(required) : Your Capsolver key. Will be used by the bot to solve captchas.
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