Search found 2 matches

by Raelin
Tue Oct 29, 2013 10:40 pm
Forum: MQ2::Macros::Help
Topic: Getting Weapon Base Damage from "Item" Data Type
Replies: 5
Views: 4977

Re: Getting Weapon Base Damage from "Item" Data Type

Strange ... neither ${Cursor.Damage} and ${FindItem[xx].Damage} both return a "Null" for me. Am I missing a plugin?
by Raelin
Tue Oct 29, 2013 8:01 pm
Forum: MQ2::Macros::Help
Topic: Getting Weapon Base Damage from "Item" Data Type
Replies: 5
Views: 4977

Getting Weapon Base Damage from "Item" Data Type

Is there a way to get a weapon's "Base Dmg" from the "Item" data type? I can get the AC, HP, etc for example by getting the item on my cursor and using "${Cursor.HP} and so on. BUT ... the "Item" data type seems to be missing the "base damage" attribute. ...