Random tip
Dueling can be a good way to gain experience and money quickly.
Poll

What is your opinion on forts?



 

Skill Parser

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://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();