view plugins/quotebox.xml @ 145:067922263f07 alpha

Traipse Alpha 'OpenRPG' {091123-03} Traipse is a distribution of OpenRPG that is designed to be easy to setup and go. Traipse also makes it easy for developers to work on code without fear of sacrifice. 'Ornery-Orc' continues the trend of 'Grumpy' and adds fixes to the code. 'Ornery-Orc's main goal is to offer more advanced features and enhance the productivity of the user. Update Summary (Cleaning up for Beta) Added Bookmarks Fix to Remote Admin Commands Minor fix to text based Server Fix to Pretty Print, from Core Fix to Splitter Nodes not being created Fix to massive amounts of images loading, from Core Added 'boot' command to remote admin Added confirmation window for sent nodes Minor changes to allow for portability to an OpenSUSE linux OS Miniatures Layer pop up box allows users to turn off Mini labels, from FlexiRPG Zoom Mouse plugin added Images added to Plugin UI Switching to Element Tree Map efficiency, from FlexiRPG Added Status Bar to Update Manager default_manifest.xml renamed to default_upmana.xml Cleaner clode for saved repositories New TrueDebug Class in orpg_log (See documentation for usage) Mercurial's hgweb folder is ported to upmana Pretty important update that can help remove thousands of dead children from your gametree. Children, <forms />, <group_atts />, <horizontal />, <cols />, <rows />, <height />, etc... are all tags now. Check your gametree and look for dead children!! New Gametree Recursion method, mapping, and context sensitivity. !Infinite Loops return error instead of freezing the software! New Syntax added for custom PC sheets Tip of the Day added, from Core and community Fixed Whiteboard ID to prevent random line or text deleting. Modified ID's to prevent non updated clients from ruining the fix.
author sirebral
date Mon, 23 Nov 2009 20:01:47 -0600
parents 4385a7d0efd1
children
line wrap: on
line source


<nodehandler class="group_handler" icon="image" module="containers" name="QuoteBox" version="1.0">
  <group_atts border="1" cols="1"/>
  <nodehandler class="group_handler" icon="image" module="containers" name="QuoteBox Settings" version="1.0">
    <group_atts border="1" cols="1"/>
    <nodehandler class="macro_handler" icon="8ball" module="chatmacro" name="Show Settings" version="1.0">
      <text>/box</text>
    </nodehandler>
    <nodehandler class="macro_handler" icon="rome" module="chatmacro" name="Set BG Color" version="1.0">
      <text>/box_bgcol</text>
    </nodehandler>
    <nodehandler class="macro_handler" icon="rome" module="chatmacro" name="Set Font Color" version="1.0">
      <text>/box_fontcol</text>
    </nodehandler>
    <nodehandler class="macro_handler" icon="rome" module="chatmacro" name="Toggle Border" version="1.0">
      <text>/box_border</text>
    </nodehandler>
    <nodehandler class="macro_handler" icon="rome" module="chatmacro" name="Toggle Italics" version="1.0">
      <text>/box_italics</text>
    </nodehandler>
    <nodehandler class="macro_handler" icon="rome" module="chatmacro" name="Toggle Bold" version="1.0">
      <text>/box_bold</text>
    </nodehandler>
    <nodehandler class="group_handler" icon="divider" module="containers" name="Change Size" version="1.0">
      <group_atts border="1" cols="1"/>
      <nodehandler class="macro_handler" icon="rome" module="chatmacro" name="Set Size 1" version="1.0">
        <text>/box_size 1</text>
      </nodehandler>
      <nodehandler class="macro_handler" icon="rome" module="chatmacro" name="Set Size 2" version="1.0">
        <text>/box_size 2</text>
      </nodehandler>
      <nodehandler class="macro_handler" icon="rome" module="chatmacro" name="Set Size 3" version="1.0">
        <text>/box_size 3</text>
      </nodehandler>
      <nodehandler class="macro_handler" icon="rome" module="chatmacro" name="Set Size 4" version="1.0">
        <text>/box_size 4</text>
      </nodehandler>
      <nodehandler class="macro_handler" icon="rome" module="chatmacro" name="Set Size 5" version="1.0">
        <text>/box_size 5</text>
      </nodehandler>
      <nodehandler class="macro_handler" icon="rome" module="chatmacro" name="Set Size 6" version="1.0">
        <text>/box_size 6</text>
      </nodehandler>
      <nodehandler class="macro_handler" icon="rome" module="chatmacro" name="Set Size 7" version="1.0">
        <text>/box_size 7</text>
      </nodehandler>
    </nodehandler>
    <nodehandler class="macro_handler" icon="rome" module="chatmacro" name="Set All Default" version="1.0">
      <text>/box_default</text>
    </nodehandler>
  </nodehandler>
  <nodehandler class="textctrl_handler" icon="note" module="forms" name="QuoteBox Help!" version="1.0">
    <text hide_title="0" multiline="1" raw_mode="0" send_button="0">To use the QuoteBox, simply type into the chat:

    /box *yourmessage*

To change your QuoteBox's font color, size, etc., look in Settings under this node of your gametree.</text>
  </nodehandler>
</nodehandler>