Subpage under development, new version coming soon!
Subject: Sokker Extensions
ca sert a lettre en valeur les skills de tes joueurs par le simple clic d un bouton
ca te genere un code que tu vois souvent sur les forums, du style :
nom prenom,
âge: ??
valeur: xxx xxx €,
salaire: x xxx € club: US Master, pays: xxxxxxxxx
formidable endurance, désespérant gardien
exceptionnel vitesse, très bon défense
médiocre technique, excellent construction
décevant passe, très bon buteur
(edited)
(edited)
(edited)
ca te genere un code que tu vois souvent sur les forums, du style :
nom prenom,
âge: ??
valeur: xxx xxx €,
salaire: x xxx € club: US Master, pays: xxxxxxxxx
formidable endurance, désespérant gardien
exceptionnel vitesse, très bon défense
médiocre technique, excellent construction
décevant passe, très bon buteur
(edited)
(edited)
(edited)
Mais ou est le lien vers cette dernière version ??? je ne trouve que les anciens :/
pour display player? il faut ajouter a la fin :
function getEnglishArray() {
var langArray = new Array();
langArray[0] = "forum presentation";
langArray[1] = "age";
langArray[2] = "value";
langArray[3] = "wage";
langArray[4] = "form";
langArray[5] = "tactical discipline";
langArray[6] = "Sell";
langArray[7] = "Public note";
langArray[8] = "Private note"
langArray[9] = ["stamina","pace","technique","passing","keeper","defender","playmaker","striker"];
langArray[10] = ["tragic","hopeless","unsatisfactory","poor","weak","average","adequate","good","solid","very good","excellent","formidable","outstanding","incredible","brilliant","magical","unearthly","divine"];
return langArray;
}
et modifier ceci :
/**************************/
/** Internationalization **/
/**************************/
function getLanguageArray() {
return getEnglishArray();
}
Formatting isn't correct. So continue modifying the script with alteration of the section "PlayerProperties":
/** **/
function getPlayerProperties() {
var returnStr;
var propString = getTextOnly(tables[propTableIndex].rows[0].cells[0]).trim();
var props = propString.split(LINE_FEED);
//Age
var ageValueWage = props[0].substring(props[0].indexOf(",")+2, props[0].length);
returnStr = ageValueWage.substring(0, ageValueWage.indexOf(dico[2]));
//Value + Wage Line
returnStr = returnStr +
ageValueWage.substring(ageValueWage.indexOf(dico[2]), ageValueWage.length) + LINE_FEED;
//Value
returnStr = returnStr + props[1].trim() + " ";
//Wage
returnStr = returnStr + props[2].trim() + LINE_FEED;
//Club
returnStr = returnStr + props[3].trim() + LINE_FEED;
//Country
returnStr = returnStr + props[4].trim();
//Form
returnStr = returnStr + props[5].trim() + " ";
//Tactical Discipline
returnStr = returnStr + props[6].trim();
return returnStr;
}
voila
dirty pourrait verfier que tout est bon?
(edited)
function getEnglishArray() {
var langArray = new Array();
langArray[0] = "forum presentation";
langArray[1] = "age";
langArray[2] = "value";
langArray[3] = "wage";
langArray[4] = "form";
langArray[5] = "tactical discipline";
langArray[6] = "Sell";
langArray[7] = "Public note";
langArray[8] = "Private note"
langArray[9] = ["stamina","pace","technique","passing","keeper","defender","playmaker","striker"];
langArray[10] = ["tragic","hopeless","unsatisfactory","poor","weak","average","adequate","good","solid","very good","excellent","formidable","outstanding","incredible","brilliant","magical","unearthly","divine"];
return langArray;
}
et modifier ceci :
/**************************/
/** Internationalization **/
/**************************/
function getLanguageArray() {
return getEnglishArray();
}
Formatting isn't correct. So continue modifying the script with alteration of the section "PlayerProperties":
/** **/
function getPlayerProperties() {
var returnStr;
var propString = getTextOnly(tables[propTableIndex].rows[0].cells[0]).trim();
var props = propString.split(LINE_FEED);
//Age
var ageValueWage = props[0].substring(props[0].indexOf(",")+2, props[0].length);
returnStr = ageValueWage.substring(0, ageValueWage.indexOf(dico[2]));
//Value + Wage Line
returnStr = returnStr +
ageValueWage.substring(ageValueWage.indexOf(dico[2]), ageValueWage.length) + LINE_FEED;
//Value
returnStr = returnStr + props[1].trim() + " ";
//Wage
returnStr = returnStr + props[2].trim() + LINE_FEED;
//Club
returnStr = returnStr + props[3].trim() + LINE_FEED;
//Country
returnStr = returnStr + props[4].trim();
//Form
returnStr = returnStr + props[5].trim() + " ";
//Tactical Discipline
returnStr = returnStr + props[6].trim();
return returnStr;
}
voila
dirty pourrait verfier que tout est bon?
(edited)
a quoi sers de caché l'age etc mais de mettre un raccourci sur le joueur ? ^^
Oula, j'ai rien compris conernant display player, et puis je sais même pas si j'ai réussi à l'installer car je le trouve pas dans mon greasemonkey :s
Je n'ai pas beaucoup de temps en ce moment à consacrer à display-Player. Peut-être que dans qqs semaines j'essayerai de corriger les bugs :).
La nouvelle version de PlayerListing (SokkerMonkey-PlayerListing 1.2) se souvient du dernier tri. Quand vous retournez à la liste des joueurs, la liste est triée selon les dernières options choisies.
Dites-moi si vous trouvez des bugs :)
(edited)
Dites-moi si vous trouvez des bugs :)
(edited)
j'ai fait que 2 tests.....
avec l'age ca marche et les prenoms...non :s
avec l'age ca marche et les prenoms...non :s
ya que les prenoms qui "beug" car l'effet ne marche pas mais pourtant en haut a droite c'est bien rester sur les "prenoms"