Skip to content
This repository has been archived by the owner on Feb 22, 2021. It is now read-only.

postrov/sc-character-import

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UPDATE:

The scripts have been imported to dazer's ShadowCraft-Engine repository. There are also several fixes there, so it's best to just pull ShadowCraft-Engineinstead of this repository.

sc-character-import

Character import for use with ShadowCraft scripts.

This is quick and dirty implementation of character import from battle.net profiles.

Included example shadowcraft scripts are taken from ShadowCraft (https://github.com/dazer/ShadowCraft-Engine). I did not write them. I only edited them to use this character import instead of fixed values. To run them for your character you need to edit them and replace region, realm and character name with your own.

For guide on editing ShadowCraft scripts, look here:

https://github.com/dazer/ShadowCraft-Engine/wiki/Customizing-the-Spec-Scripts

Requirements:

Setup (Windows):

  • download and install python from http://www.python.org/download/, I am using python 2.7.3
  • download and install setuptools from http://pypi.python.org/pypi/setuptools#downloads, I am using setuptools-0.6c11.win32-py2.7.exe
  • add the python path from step 1 to system path (My Computer -> properties -> advanced -> environmental variables -> system variables -> path)
  • clone ShadowCraft-Engine (you can download zip from github, or use github client)
  • clone wowapi
  • clone this repository (sc-character-import)
  • Run -> cmd
  • go to ShadowCraft-Engine repository (for me it's: cd c:\Users\MyName\Documents\GitHub\ShadowCraft-Engine)
  • type python setup.py install --user
  • go to wowapi repository
  • type python setup.py install --user
  • go to sc-character-import repository
  • type python mop_assassination.py

If everything worked fine, you should see some EP values and DPS figures. To get personalized results, you need to edit mop_*.py scripts.

Known issues:

About

character import for ShadowCraft scripts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages