vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | Simple Self Cast 1.10 |
2 | by Zugreg |
||
3 | |||
4 | -- English -- |
||
5 | This mod is an easy solution for casting heals and buffs on yourself. |
||
6 | Whenever you would get a target selction cursor without this mod, the spell is cast on yourself with this mod. So, if you have a friendly target selected you will cast the spell on the target, else you will cast the spell on yourself. |
||
7 | |||
8 | This mod works with all language versions of World of Warcraft. |
||
9 | |||
10 | You have the following command options: |
||
11 | /ssc - Toggles self casting. |
||
12 | /ssc help - Displays this message. |
||
13 | /ssc enable - Enables self casting. |
||
14 | /ssc disable - Disables self casting. |
||
15 | /ssc nosplash - Prevents the splash message from being displayed. |
||
16 | /ssc splash - Displays the splash message at each startup. |
||
17 | |||
18 | -- German -- |
||
19 | Simple Self Cast ist ein Mod um Buff- oder Heilzauber ohne den Auswahlcursor auf sich selber zu zaubern. |
||
20 | |||
21 | Immer wenn ihr, ohne dieses Mod, einen Auswahlcursor bekommen würdet, wird der Zauber mit Simple Self Cast auf euch gezaubert. |
||
22 | |||
23 | Das Mod kann man mit folgenden Befehlen steuern: |
||
24 | /ssc - Umkehren des Self Cast Modus. |
||
25 | /ssc help - Diese Nachricht. |
||
26 | /ssc enable - Aktivieren des Self Cast Modus. |
||
27 | /ssc disable - Deaktivieren des Self Cast Modus. |
||
28 | /ssc nosplash - Die Begrüßungsnachricht wird nicht dagestellt. |
||
29 | /ssc splash - Die Begrüßungsnachricht wird dagestellt. |
||
30 | |||
31 | -- Versions -- |
||
32 | v1.10 |
||
33 | -changed the targeting behaviour a little bit: |
||
34 | When targeting a friendly unit which is too far away the spell isnt cast on yourself. |
||
35 | You get a targeting cursor instead.(thanks to Wackee for the idea) |
||
36 | v1.01 |
||
37 | -now checking if messages can be printed |
||
38 | v1.0 |
||
39 | -initial Version |