GOTA Extender

Game of Thrones Ascent Extender

< 脚本 GOTA Extender 的反馈

评价:好评 - 脚本运行良好

§
发布于:2015-11-20

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!

§
发布于:2015-11-30

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 ?

发布留言

登录以发布留言。