Произвольная подсказка: Когда вы спите, вас не могут вызвать на дуэль.

The West Stats

Общее

Главная
Новости
Чат
Контакт

Помочь нам

Информация

Навыки
Работы
Задания
Строения
Города
Комплекты одежды
Статистика вещей
NewAwards

Инструменты

Опубликовать навыки
Опубликовать багаж
Калькулятор работ
Лучшие вещи для работы

Магазины

Магазин
Портной
Оружейник

Продукты

Продукты
Оружие
Guns
На голову
На шею
одежда
На ноги
Животные
Secret & Rumoured

Мой профиль

Войти
Зарегистрироваться

 

Обработчик навыков

The Skill Parser lets you easily show other players what your skills and attributes are. Once you have imported your information you will be given a link to give to your friends. The link will display the list of skills and information.


Publicising your attributes and skills is easy. Just copy all the code below, and paste it in to a tab where The-West is open. Then press enter!

javascript:var wsurl = 'http://ru.weststats.com/incoming.php?type=public&data=';var collectedinfo = '';for(var p in Character.attributes){collectedinfo += Character.attributes[p] + ',';}for(var s in Character.skills){collectedinfo += Character.skills[s] + ',';}try {var charname = $('avatar').textContent.replace(Character.level, '');}catch (e){var charname = $('avatar').innerText.replace(Character.level, '');}collectedinfo += charname; wsurl += collectedinfo;wsurl += "&w=" + encodeURIComponent(location.href);document.location.replace(wsurl);end();
Jolt