Fate-Grand-Order_Lua icon indicating copy to clipboard operation
Fate-Grand-Order_Lua copied to clipboard

Is there a way to increase the time or amount of continuous clicks on the auto gift exchange script?

Open Sabersirius opened this issue 5 years ago • 3 comments

Whenever I use auto gift exchange, continuous clicks stop just before finishing a roulette, so I would like to know if it is possible to either increase the time of continuous clicks or increase the amount of clicks before automatically stopping.

Sabersirius avatar Jan 13 '20 22:01 Sabersirius

I apologize in advance I don't mean to deviate your question, but I was curious what are you running the Lua under? Is it Nox or a specific andriod device?

cboldes avatar Jan 13 '20 23:01 cboldes

@cboldes my device is Xiaomi Mi 9T Pro

Sabersirius avatar Jan 14 '20 00:01 Sabersirius

if you go into the _auto_gift_exchange.lua file, you can change line 26 to be whatever value you want. eg.

-- script local function spin() continueClick(SpinClick,480) end

to

-- script local function spin() continueClick(SpinClick,600) end

forgehe avatar Jan 15 '20 15:01 forgehe