Difference between revisions of "Shambot" - MMOBugs Wiki

Line 67: Line 67:
 
** Revised casting variables coding so they no longer need “ “ quotation marks  
 
** Revised casting variables coding so they no longer need “ “ quotation marks  
 
** Removed spell gem variables to stream line and add logic according to level and AAs of the shaman.
 
** Removed spell gem variables to stream line and add logic according to level and AAs of the shaman.
** Replaced all bool variables with integers for faster processing  
+
** Replaced all bool variables with integers for faster processing i.e. now 1=ON and 0=OFF instead of TRUE/FALSE
    i.e. now 1=ON and 0=OFF instead of TRUE/FALSE
 
 
** Removed some obsolete uber rare spell variables i.e. Primal Essence
 
** Removed some obsolete uber rare spell variables i.e. Primal Essence
 
** Removed Dot3 and Dot4
 
** Removed Dot3 and Dot4

Revision as of 22:43, 21 January 2010

Macro Info
Name Shambot
Author Author
Link Wiki Link
Commands /command
Includes Yes
Uses INI File No
Required Plugins Yes


Description

Macro Template is a template. This is a sample description

Commands

  • /command1 Does action 1
  • /command2 Does action 2
  • /command3 parameter Does action 3 with parameter

Includes

  • spell_routines.inc Used for casting.

Required Plugins

  • MQ2Moveutils Used for movement.

Configuration

Macro Template provides the following configuration

Sample Configuration

Macro Template.ini

[Settings]
BuffTotal=1

Configuration Explanation

  • BuffTotal=1: The macro checks for 1 buff.

Version History

  • .05c Hubba @ 09/04/2004

It all started here with the original author Hubba and ver .05c way back in September 2004

    • Change 1
    • Change 2
  • 1.0c Ranma @ 10/20/2004

Was picked up by Ranma in the fall of the same year October 2004. Original Post at MQ2

    • Change 1
    • Change 2
  • 2.0c thread_001 @ 07/15/2005

Was picked up by thread_001 in the summer a year later of July 2005. The Macro moved into the VIP MQ2 Forums with this version. Original Post at MQ2 VIP Forums

    • Change 1
    • Change 2
  • 3.01c ioncache @ 12/17/2005

Was picked up by ioncache in the late fall of the same year December 2005. Ioncache took a almost 2 year break from EQ from August 2006 to June 2008. There were no major updates during this time. Last major update 3.31 added MQ2Cast as a required plugin in August 2008 First appearance at MQ2 VIP Forums New thread started for 3.0 at MQ2 VIP Forums

    • Change 1
    • Change 2
  • 4.0 Emperor @ 02/01/2010
    • Coming Soon to forum near you. **
    • Revised casting variables coding so they no longer need “ “ quotation marks
    • Removed spell gem variables to stream line and add logic according to level and AAs of the shaman.
    • Replaced all bool variables with integers for faster processing i.e. now 1=ON and 0=OFF instead of TRUE/FALSE
    • Removed some obsolete uber rare spell variables i.e. Primal Essence
    • Removed Dot3 and Dot4
    • Added support for new AA spell gems 11 and 12.
    • Removed the old clicky section. It was archaic and pretty much useless.
    • Added new Clicky Section - Define up to 8 items/buffs to keep up shaman
    • Intergrated Clicky Familiar into new clicky section
    • Revised & sorted all user defined variables into Chat, Shaman, Debuff, Heal, and DPs for clarity
    • Added support for Wild Growth Buff.
    • Add support for Mercenarcies
    • Added support for Unity line of spells
    • Added support for new Underfoot AAs Perfected Levitation and Group Shrink

Availability

This macro is located in at the following forum link at MMOBugs.com.