Problem when using multiple potions in Downshit and holyshit
Posted: Sun Jul 19, 2009 3:12 am
I put in the edit http://www.macroquest2.com/wiki/index.p ... ting.2FFAQ
Under Troubleshooting put:
I get the message "Exchange: -1 slot can not be Found" or "Item "XYZ" is not found" for potion belt enabled items and using in downshit & holyshit command lines.
MQ2melee does not recognize the item in you are trying to use at present time
using the following lines in .ini
downshit5=/if (${Spell[Bite of the Shissar Poison VIII].Stacks} && !${Me.Buff[Bite of the Shissar Poison VIII].ID} && !${Me.Moving}) /casting 44545|item
downshit6=/if (${Spell[Elixir of Speed X].Stacks} && !${Me.Buff[Elixir of Speed X].ID} && !${Me.Moving}) /casting 77818|item
downshit5 works just fine
downshit6 gives the messages
I did have another line for using another poison, but it went into an endless loop and ran them all out in the time frame of turning the flag off.
the lines are all identical except the spell names and the item ID, have even tried item name, and filled every slot of belt with the item to make sure it wasn't a slot issue.
From what I can tell its not identifying the item, I get the same message when celestial healing potion is supposed to go off and I do not usually have them in the belt.
I have only been using this for a few days checking it out, so I guess it is possible to do something with the last cpl of patches
Any help with this will be appreciated, Thanks
Under Troubleshooting put:
I get the message "Exchange: -1 slot can not be Found" or "Item "XYZ" is not found" for potion belt enabled items and using in downshit & holyshit command lines.
MQ2melee does not recognize the item in you are trying to use at present time
using the following lines in .ini
downshit5=/if (${Spell[Bite of the Shissar Poison VIII].Stacks} && !${Me.Buff[Bite of the Shissar Poison VIII].ID} && !${Me.Moving}) /casting 44545|item
downshit6=/if (${Spell[Elixir of Speed X].Stacks} && !${Me.Buff[Elixir of Speed X].ID} && !${Me.Moving}) /casting 77818|item
downshit5 works just fine
downshit6 gives the messages
I did have another line for using another poison, but it went into an endless loop and ran them all out in the time frame of turning the flag off.
the lines are all identical except the spell names and the item ID, have even tried item name, and filled every slot of belt with the item to make sure it wasn't a slot issue.
From what I can tell its not identifying the item, I get the same message when celestial healing potion is supposed to go off and I do not usually have them in the belt.
I have only been using this for a few days checking it out, so I guess it is possible to do something with the last cpl of patches
Any help with this will be appreciated, Thanks