vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | DISTANCE v1.28 |
2 | |||
3 | **DELETE THE OLD DISTANCE FOLDER BEFORE INSTALLING VERSION v1.26** |
||
4 | |||
5 | Distance shows how far your target is away, based on the spell ranges your class has. |
||
6 | |||
7 | --------------------------------------------- |
||
8 | white bar: next farther distance |
||
9 | yellow bar: current distance |
||
10 | red bar: next nearer distance |
||
11 | --------------------------------------------- |
||
12 | |||
13 | Thank you: |
||
14 | PDI175: for Traditional Chinese, Sinplified Chinese localization |
||
15 | Sayclub: for Korean Translation |
||
16 | teclis28: for Paladin spell information |
||
17 | Bitbyte of Icecrown: for Druid spell information |
||
18 | Zeusjuice: for Mage spell information |
||
19 | |||
20 | --------------------------------------------------------------------------------- |
||
21 | CLASSES: |
||
22 | --------------------------------------------------------------------------------- |
||
23 | Hunter: supported |
||
24 | Shaman: supported |
||
25 | Mage: supported |
||
26 | Paladin: supported |
||
27 | Priest: supported |
||
28 | Druid: TEST |
||
29 | Warlock: TEST |
||
30 | Warrior: TEST |
||
31 | Rogue: TEST |
||
32 | |||
33 | i need your help to get the SpellTextureNames and some details for the spells for the unsupported classes to make this addon work for them. |
||
34 | |||
35 | drag the spell you want in the first slot of the action bar and type "/script actionspell();" or make a macro with it to get the SpellTextureName. list the spells like in the example below and post them;D |
||
36 | |||
37 | example: |
||
38 | Class __ Range __ Target __ SpellName __ SpellTextureName |
||
39 | ------------------------------------------------------------------------------------------------ |
||
40 | Hunter __ 8y-41y __ Enemy __ Arcane Shot __ Interface\Icons\Ability_ImpalingBolt |
||
41 | Hunter __ 8y-30y __ Enemy __ Throw __ Interface\Icons\Ability_Throw |
||
42 | |||
43 | --------------------------------------------------------------------------------- |
||
44 | Commands: |
||
45 | --------------------------------------------------------------------------------- |
||
46 | type /distance or /dist to list the commands |
||
47 | |||
48 | /dist menu (open options menu) |
||
49 | /distance unlock (unlocks position) |
||
50 | /distance lock (locks position) |
||
51 | /distance reset (resets position to the center of the screen) |
||
52 | /distance alpha [value] values=[1/ 0.9/ 0.8/ 0.7/ 0.6/ 0.5/ 0.4/ 0.3/ 0.2/ 0.1] |
||
53 | /distance [position] positions=[topright, topleft, bottomleft, bottomright. topcenter, bottomcenter] |
||
54 | |||
55 | |||
56 | by Mahiro from Aegwynn (EU) |