Greasy Fork is available in English.

GOTA Extender

Game of Thrones Ascent Extender

< Отзив за GOTA Extender

Отзив: Отлично - скриптът работи

§
Публикуван на: 20.11.2015

PtP "Send All"

Send All is making life sending barters out a breeze - in fact I dont even mind sending out 70+ barters now where previously it was such a chore. One thing I'd like to see though if it's possible to stop trying to send SS once all CP is used? The "send all" keeps trying to send SS until you reload the page if you have more SS than your CP total.

Thanks!

§
Публикуван на: 30.11.2015

Hello,
pbm comes from CP not being refreshed during the send actions
workarround could be to set silver collection to 1 min

For code : I'm not familiar with Java and all others but I suppose following update could be done:
================||==============
function pvpSendBatch(swornswords, loops) {
var loops_new=loops-1;
if(loops_new<0){
inform("Nunber of loops done.
Action finished.");
return;
...
...
...
pvpSendBatch(swornswords,loops_new);
===============||=================
Loops number could be added as parameter in the options...

I'm curious how the objects: pvpFormStore & pvpForm are managed and initialized?
Panayot is it possible to contact you in any manner trough this site? something like PM ?

Публикувайте отговор

Влезте, за да публикувате отговор.