Random tip: Dueling a NPC for a quest does not require any energy.

The West Stats

General

Home
News
Chat
Contact
Team
Help us

Information

Skills
Jobs
Quests
Buildings
Towns
Item sets
Item stats
NewAwards

Tools

Publicise skills
Publicise inventory
Job calculator
Best job items
Signature generator

Shops

General store
Tailor
Gunsmith

Items

Products
Weapons
Guns
Headgear
Neckbands
Clothing
Shoes
Animals
Secret & Rumoured

My Account

Login
Register

 

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://www.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