Description for Version 0.3 beta:
-------------------------------------------------
This is my first RoM addon.
This addon add the command
/castsquence
which maybe some people known from WoW.
The castsequence can be easy used in a macro and work like WoW's castsquence.
Usage:
/castsequence [reset={target or combat}] [auto={on or off}] [restart=List_position] {Spell or wait time}[, ...]
example for time: /castsequence reset=combat auto=on restart=3 Plasma Arrow, wait 3, Fireball, wait 6
example for manual action: /castsquence reset=combat auto=off Fireball, Plasma Arrow
reset - at which moment will be reset the sequence? combat = after fight target = on target change
auto - on = sequence activate the next spell automaticaly
restart - index number = restart the sequence after the last spell not on begin, start at position in list
wait - wait for time seconds and activate the next spell in the list. Notice: wait is a pseudo spell. Dont forget the comma after the time
time can be also wrriten in float number: 1.23
Spell - the to casting spell
Now for the german friends ;) ... nochmal in deutsch:
Das ist mein erstes Addon für Rom.
Dieses Addon fügt das
/castsquence
Kommando, was Ihr vielleicht auf WoW kennt, hinzu.
Der castsequence Befehl kann einfach in Makros verwendet werden und funktioniert wie in WoW.
Benutzung:
/castsequence [reset={target or combat}] [auto={on or off}] [restart=List_position] {Spell or wait time}[, ...]
Zeitbeispiel: /castsequence reset=combat auto=on restart=3 Plasma Arrow, wait 3, Fireball, wait 6
Beispiel für manuelle Aktivierung(BlizzLike): /castsquence reset=combat auto=off Fireball, Plasma Arrow
reset - Wann soll die Sequence zurück gesetzt werden? combat = nach dem kampf target = beim Zielwechsel
auto - on = Sequence startet nächten Spruch automatisch
restart - index number = An welcher Position die Sequence beginnen soll, wenn das Ende erreicht ist. Standard ist 1
wait - Wartet time Sekunden. wait wird als Spruch benutzt, also das Komma nicht vergessen.
Die time kann auch als Kommawert angegeben werden. Wichtig: Mit Punkt schrieben, nicht mit Komma. Beispiel: 1.23
Spell - Der zu castende Spruch
--------------------------------------------------------------------------------------------------------------------------------------------
Extra Informations:
Default values are / Stardardwerte sind:
auto=off
restart=1
reset=combat
The spell "wait" irgnore the auto setting. So you can create a bomb casting sequence with follow example:
Der Spruch "wait" ignoriert die auto Einstellung. So könnt Ihr mit folgenden Beispiel eine Bomb-Casting-Sequence aufbauen:
/castsequence Electrostatic Charge, wait 0.7, Discharge, wait 0.7, Purgatory Fire
/castsequence Statische Aufladung, wait 0.7, Entladung, wait 0.7, Fegefeuer
Attantion: Don't write a wait spell at last position. This will create a endless spelling.
Achtung: Als letzter Spruch darf auf keinen Fall wait stehen, das sonst eine Endlosschleife entsteht.
0.3 beta - remove next target and select target now automatic
0.2.2 beta - better event handling
0.2.1 beta - fix wait behavior and add next target
0.2 beta - extend restart and wait
0.1 beta - first version