OGame Transfert

By Gillou Last update Dec 10, 2009 — Installed 10,864 times.

V0.8 Beta 018

in
Subscribe to V0.8 Beta 018  5 posts, 3 voices



Tikin User

Hi

Great script

Seach for :

var EmpireLinkName = GetValue(Get, 'EmpireLinkName', A_Language[C_Empire]+' (OT)');

replace with

var EmpireLinkName = GetValue(Get, 'EmpireLinkName', A_Language[C_Empire]);

to make the Empire label follow the option settings.

 
viktorc User

Problem is at another part of script - in detecting 'Account' when in 'galaxy' view.

Fixup part of code follows:

if (AccountFound == false) {
if (A_Account.length > 0) {
//Account = A_Account.length;
Account = A_Account.length - 1; // viktorc090208 if the right account can't be selected, use first account (opposit to new/empty)
}
A_Account[Account] = new Array(PlanetSelect.length);
for (i = 0; i < PlanetSelect.length; i++) {
A_Account[Account][i] = A_Planet[i].Id;
}
}
if (OgamePage != 'galaxy') // viktorc090208 save only if not in galaxy page (where no account can't by selected)
SaveAccount();

 
Tikin User

arrgh. Just found out today that my post was rubbish.

Glad to see a pro supply a real fix..

 
Gillou Script's Author

Thanks for yours fixups, i'll added them in the next release.

 
Tikin User

I'm not really sure that it works....:-(

Hope to see your next release soon.

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel