Difference between revisions of "MQ2Twist" - MMOBugs Wiki

(→‎Commands: Added missing commands.)
(Added TLO section.)
Line 52: Line 52:
 
                         recast time to cast a long song.  
 
                         recast time to cast a long song.  
  
 +
 +
==Macro Data==
 +
 +
This plugin adds a new TLO called Twist.
 +
 +
===ExampleType===
 +
* <span class="highlight2">${Twist.Twisting} : bool</span> - Return TRUE if twisting.
 +
* <span class="highlight2">${Twist.Next} : int</span> - Return next song: 0 if not twisting, -1 if casting item, or gem # of current twisted song.
 +
* <span class="highlight2">${Twist.Current} : int</span> - Return current song: 0 if not twisting, -1 if casting item, or gem # of current twisted song.
 +
* <span class="highlight2">${Twist.List} : string</span> - Return space separated list of gem and item #'s being twisted, in order.
  
 
==Availability==
 
==Availability==

Revision as of 23:44, 13 February 2010

Plugin Info
Name MQ2Twist
Author Cr4zyb4rd
Link Wiki Link
Commands /twist
Source Available Yes
Uses INI File Yes

Description

Bard song twisting. Like melody on steroids.

Commands

  • /twist # [#] [#] [#] [#] [...]/span> : Twists in the order given.
           Valid options are 1 thru 12 for song gems, and 21 thru 40 for item clicks. 
           These may be mixed in any order, and repeats are allowable. Up to 32 may be 
           specified. 
           If a song is specified with a duration longer than standard (ie, selos) 
           that song will be twisted based on it's duration.  For example, riz+mana+selos 
           would be a 2 song twist with selos pulsed every 2.5 min. 

  • /twist hold <GEM #> : Pause twisting and sing only the specified song
  • /sing <GEM#> : alias for /twist hold
  • /twist once # [#] [...] : Twists once in the order given, then reverts to original twist.
  • /twist [stop|end|off] : Stop twisting, does not clear the twist queue
  • /stoptwist : alias for /twist stop
  • /twist or /twist [start|on] - Resume the twist after using /twist hold or /twist stop
  • /twist reset : Reset timers for item clicks and long duration songs
  • /twist adjust : In ticks, how early to recast long duration songs
  • /twist delay # : (10ths of a second, minimum of 30, default 33
  • /twist reload : Reload the INI file to update item clicks and AAs
  • /twist load : Same as /twist reload
  • /twist slots : List the slots defined in the INI and their #'s
  • /twist set [click#] [Cast] [Recast] [Name] [Slot] : Sets a slot to be defined in the INI
  • /twist quiet : Toggles songs listing and start/stop messages for one-shot twists

Examples

     /twist 1           Sing gem 1 forever 
     /twist 1 2 3       Twist gems 1,2, and 3 forever 
     /twist 1 2 3 10    Twist gems 1,2,3, and clicky 10, forever 
     /twist hold 4      Sing gem 4 forever, until another singing-related /twist command is given
     /sing 4            Same as above

INI File

    [MQ2Twist] 
    Delay=32                 Delay between twists (in 10ths of a second). Lag & System dependant. 
    Adjust=1                 This defines  how many ticks before the 'normal' 
                        recast time to cast a long song. 


Macro Data

This plugin adds a new TLO called Twist.

ExampleType

  • ${Twist.Twisting} : bool - Return TRUE if twisting.
  • ${Twist.Next} : int - Return next song: 0 if not twisting, -1 if casting item, or gem # of current twisted song.
  • ${Twist.Current} : int - Return current song: 0 if not twisting, -1 if casting item, or gem # of current twisted song.
  • ${Twist.List} : string - Return space separated list of gem and item #'s being twisted, in order.

Availability

This plugin is included with the MMOBugs Compile.