The West, the-west.cz, On-Line, the-west-help.cz


Jak ukázat inventář

Analyzátor inventáře Vám snadno umožní ukázat ostatním hráčům co máte v inventáři. Jakmile svůj inventář importujete, obdržíte odkaz, který můžete dát svým přátelům. S jeho pomocí se jim zobrazí seznam položek a informace o nich.

Publikovat inventář je velmi snadné. Jednoduše zkopírujte text uvedný níže a zkopírujte jej do okna, kde máte otevřenou stránku The-West. Nezapomeňte, že musíte mít otevřený inventář. Pak zmáčkněte enter.

javascript:wsurl = ‘http://cz.weststats.com/incoming.php?type=inventpub&i=1&data=’;co = ”;count = 0;x = Bag.getInstance().items;for(var p in x) {var s = x[p].get_short();var t = x[p].get_type();var c = x[p].get_count_value();if(c > 1) {for (o=0;o<c;o++) {co += t.substring(0, 1) + ‘:’ + s + ‘,’;}count = count + c;}else{co += t.substring(0, 1) + ‘:’ + s + ‘,’;count = count + 1;}}if(count < 1) {new HumanMessage(’This script must be ran after the inventory has been opened!’);end();}w = Wear.wear;try {co += ‘a!:’ + w.animal.get_short() + ‘,’;} catch (e) {}try {co += ‘b!:’ + w.body.get_short() + ‘,’;} catch (e) {}try {co += ‘f!:’ + w.foot.get_short() + ‘,’;} catch (e) {}try {co += ‘h!:’ + w.head.get_short() + ‘,’;} catch (e) {}try {co += ‘n!:’ + w.neck.get_short() + ‘,’;} catch (e) {}try {co += ‘r!:’ + w.right_arm.get_short() + ‘,’;} catch (e) {}try {co += ‘y!:’ + w.yield.get_short() + ‘,’;} catch (e) {}try {var cn = $(’avatar’).textContent.replace(Character.level, ”);}catch (e){var cn = $(’avatar’).innerText.replace(Character.level, ”);}co += cn; wsurl += co;wsurl += “&w=” + location.href;document.location.replace(wsurl);end();

Komentáře jsou zavřeny.