MQ2Bot - summon Modrod

Wolfy

Premium Member
Joined
Jul 28, 2005
Messages
97
Reaction score
10
Points
8
Hi All

one little problem, since the last expansion my mage has been giving me hell with mod rods - it still wants to use the lower level summon mod rod spell instead of the newer Sickle of Umbral Modulation spell. If I have that one summoned it will keep trying to cast the lower level spell over and over and over.

Is there a setting where I can get it to summon the higher level spell instead?

Thanks
 
  • Like
Reactions: EQDAB
This is something we'll need to update in MQ2Bot source.

Can I get the following:

Name of spell that summons old mod rod?
Name of spell that summons new mod rod?
Item name of old mod rod?
Item name of new mod rod?
 
  • Like
Reactions: EQDAB
Name of spell that summons old mod rod? = Spell: Wand of Frozen Modulation
Name of spell that summons new mod rod? = Spell: Sickle of Umbral Modulation
Item name of old mod rod? = Wand of Restless Modulation
Item name of new mod rod? = Sickle of Umbral Modulation
 
  • Like
Reactions: EQDAB
There is an AA that mages also cast that needs to be added

Name of AA that summons old mod rod? summon Modulation Shard
Ability activation # 596
Name of item ( mod rod): Summoned: Radiant Modulation Shard
Name of spell: Wand of Frozen Modulation
Name of Item (mod rod)? Wand of frozen modulation
 
  • Like
Reactions: EQDAB
This is something we'll need to update in MQ2Bot source.

Can I get the following:

Name of spell that summons old mod rod?
Name of spell that summons new mod rod?
Item name of old mod rod?
Item name of new mod rod?

Ability activation # 596 needs update

the highest level item should be
Name of item ( mod rod): Summoned: Dazzling Modulation Shard

for now just keep summon again and again
 
I have a great history of screwing up modrods for MQ2Bot. Here is the current MQ2Bot modrod list.

Code:
	{ "Modulating Rod", "Summoned: Modulating Rod", 6346, 150, 225, 1, MOD_SPELL, MOD_SELF, 1, 0 },
	{ "Rod of Mystical Transvergence", "Rod of Mystical Transvergence", 3426, 360, 450, 1, MOD_SPELL, MOD_SELF, 1, 0 },
	{ "Mass Mystical Transvergence", "Rod of Mystical Transvergence", 3426, 360, 450, 1, MOD_SPELL, MOD_MASS, 1, 0 },
	{ "Wand of Elemental Transvergence", "Wand of Elemental Transvergence", 52674, 656, 820, 71, MOD_SPELL, MOD_SELF, 1, 0 },
	{ "Mass Elemental Transvergence", "Wand of Elemental Transvergence", 52674, 656, 820, 71, MOD_SPELL, MOD_MASS, 1, 0 },
	{ "Wand of Prime Transvergence", "Rod of Prime Transvergence", 52709, 800, 1000, 76, MOD_SPELL, MOD_SELF, 1, 0 },
	{ "Mass Prime Transvergence", "Rod of Prime Transvergence", 52709, 800, 1000, 76, MOD_SPELL, MOD_MASS, 1, 0 },
	{ "Wand of Ethereal Transvergence", "Rod of Ethereal Transvergence", 52817, 976, 1220, 81, MOD_SPELL, MOD_SELF, 1, 0 },
	{ "Mass Ethereal Transvergence", "Rod of Ethereal Transvergence", 52817, 976, 1220, 81, MOD_SPELL, MOD_MASS, 1, 0 },
	{ "Wand of Spectral Transvergence", "Rod of Spectral Transvergence", 57264, 1350, 1620, 86, MOD_SPELL, MOD_SELF, 1, 0 },
	{ "Mass Spectral Transvergence", "Rod of Spectral Transvergence", 57264, 1350, 1620, 86, MOD_SPELL, MOD_MASS, 1, 0 },
	{ "Wand of Arcane Transvergence", "Rod of Arcane Transvergence", 64951, 2025, 2430, 91, MOD_SPELL, MOD_SELF, 1, 0 },
	{ "Mass Arcane Transvergence", "Rod of Arcane Transvergence", 64951, 2025, 2430, 91, MOD_SPELL, MOD_MASS, 1, 0 },
	{ "Wand of Phantasmal Modulation", "Wand of Phantasmal Modulation", 76502, 7500, 11000, 96, MOD_SPELL, MOD_SELF, 1, 0 },
	{ "Mass Phantasmal Transvergence", "Wand of Phantasmal Transvergence", 76503, 2531, 3038, 96, MOD_SPELL, MOD_MASS, 1, 0 },
	{ "Wand of Dark Modulation", "Wand of Pelagic Modulation", 99782, 8500, 12750, 101, MOD_SPELL, MOD_SELF, 1, 0 },
	{ "Mass Dark Transvergence", "Wand of Pelagic Transvergence", 99783, 2970, 3494, 101, MOD_SPELL, MOD_MASS, 1, 0 },
	{ "Wand of Burning Modulation", "Wand of Arcronite Modulation", 99838, 21250, 35063, 106, MOD_SPELL, MOD_SELF, 1, 0 },
	{ "Wand of Frozen Modulation", "Wand of Restless Modulation", 150436, 26563, 44881, 106, MOD_SPELL, MOD_SELF, 1, 0 },
	{ "Sickle of Umbral Modulation", "Sickle of Umbral Modulation", 124392, 32141, 54306, 111, MOD_SPELL, MOD_SELF, 1, 0 },
	{ "Summon Modulation Shard", "Summoned: Small Modulation Shard", 79320, 2500, 7500, 1, MOD_AA, MOD_MASS, 1, 0 },
	{ "Summon Modulation Shard", "Summoned: Medium Modulation Shard", 79321, 5000, 15000, 1, MOD_AA, MOD_MASS, 1, 0 },
	{ "Summon Modulation Shard", "Summoned: Large Modulation Shard", 79322, 7500, 23000, 1, MOD_AA, MOD_MASS, 1, 0 },
	{ "Summon Modulation Shard", "Summoned: Giant Modulation Shard", 79497, 10000, 30000, 1, MOD_AA, MOD_MASS, 1, 0 },
	{ "Summon Modulation Shard", "Summoned: Glowing Modulation Shard", 79498, 15000, 45000, 1, MOD_AA, MOD_MASS, 1, 0 },
	{ "Summon Modulation Shard", "Summoned: Radiant Modulation Shard", 81687, 25000, 75000, 1, MOD_AA, MOD_MASS, 1, 0 },
	{ "Azure Mind Crystal", "Azure Mind Crystal", 999999, 6000, 0, 1, MOD_AA, MOD_SELF, 1, 0 },  // Azure Mind Crystal ranks, starts 1000 mana rk1

It goes.
Spell Name, Item Name, ItemID, ManaAdded, HPCost, ReqLevel, ModRodType, ModRodTarget, InStock, RecheckTimer.

Here is link to item: https://items.eqresource.com/items.php?id=67438 Dazzling Modulation Shard.

So this looks like it what should be added to add Dazzling Modulation Shard.

{ "Summon Dazzling Modulation Shard", "Summoned: Dazzling Modulation Shard", 67438, 35000, 105000, 1, MOD_AA, MOD_MASS, 1, 0 },

Can someone double check this? Also spot any issues or ones we're missing?
 
Last edited:
  • Wow
Reactions: EQDAB