Table of Contents

YarnBall (3.02)

Plugin Information

Information
Developer: Ragns
Download: YarnBall
Download Count: 12111
Release Date: April 6th, 2008
Changelog: Click Here

What is YarnBall

YarnBall (3.02) is a plugin that displays duration timers of spells and abilities you use, letting you know when they will wear off.

Usage

YarnBall (3.02) can be loaded by opening your Windower console and typing load yarnball. YarnBall (3.02) works best when it is loaded automatically, so one should add the load yarnball command to the init.txt file in the scripts folder where Windower resides.

YarnBall (3.02) does not require the chat filters to be turned off. You may filter the chat as you please and YarnBall (3.02) will continue to work.

Configuration

Timers Location

The position of the display can be changed using the Pos X Y command. X and Y are the values to the number of pixels from the top left corner of the ffxi window.

  .yarnball Pos 20 300

Font Size

The font size can be changed using the FontSize size command. Set the size value to the size of the font.

  .yarnball FontSize 10

Font Bold

The font weight can be changed using the FontBold value command. Set the value to 0 or 1 to disable or enable the bold effect on the displayed text.

  .yarnball FontBold 1

Double Food

By default YarnBall (3.02) assumes that the player doesn't have the Increased meal duration bonus. To override this one can use the DoubleFood value command. Set the value to 0 or 1 to disable or enable the Increased meal duration bonus.

  .yarnball DoubleFood 1

Winning Streak

By default YarnBall (3.02) assumes that the player doesn't have any Winning Streak merits. To override this one can use the WinningStreak value command. Set the value to 0, 1, 2, 3 to see the extra time bonus on rolls.

  .yarnball WinningStreak 3

Bar Elemental

By default YarnBall (3.02) assumes that the barelemental spells duration is 2:30 (which fits with most job75/whm37). Because the calculation for barelemental spells duration isn't known yet, one may use the BarElement time command to use his own values. Set the time to the number of seconds the effect last.

  // duration for most whm75
  .yarnball BarElement 190

Dancer AF

By default YarnBall (3.02) assumes that the player uses the Dancer AF which gives a duration bonus on sambas. To override this one can use the DncAF value command. Set the value to 0 or 1 to disable or enable the time bonus.

  .yarnball DncAF 1

Bard Instruments

By default YarnBall (3.02) assumes that the player uses all the +2 instruments except for Mazurka and Ballad. To override this one can use the song value command. Set the value to 0, 1, 2 or 3 if you use the NQ, +1, +2 or +3 instruments.

  .yarnball Paeon 2
  .yarnball Ballad 0
  .yarnball Minne 2
  .yarnball Minuet 2
  .yarnball Madrigal 2
  .yarnball Aubade 2
  .yarnball Pastoral 2
  .yarnball Hum 2
  .yarnball Fantasia 2
  .yarnball Operetta 2
  .yarnball Capriccio 2
  .yarnball Round 2
  .yarnball Serenade 2
  .yarnball Gavotte 2
  .yarnball Rhapsody 2
  .yarnball Aria 2
  .yarnball March 2
  .yarnball Carol 2
  .yarnball Hymnus 2
  .yarnball Mazurka 0
  .yarnball Prelude 2
  .yarnball Sirvente 2
  .yarnball Dirge 2
  .yarnball Etude 2

Sample init.txt

  load yarnball
  .yarnball Pos 20 400
  .yarnball FontSize 14
  .yarnball DncAF 0
  .yarnball Ballad 2
  .yarnball Mazurka 2

Monitored Actions

Known Issues