Page 1 of 1

Getting Weapon Base Damage from "Item" Data Type

Posted: Tue Oct 29, 2013 8:01 pm
by Raelin
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.

Is there a better way to get this information about a weapon?

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

Posted: Tue Oct 29, 2013 8:54 pm
by desgn
${Cursor.Damage} works for me...

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

Posted: Tue Oct 29, 2013 9:30 pm
by Maskoi
Try

Code: Select all

/echo ${FindItem[Dagger].Damage} 

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

Posted: Tue Oct 29, 2013 10:40 pm
by Raelin
Strange ... neither ${Cursor.Damage} and ${FindItem[xx].Damage} both return a "Null" for me. Am I missing a plugin?

Great Product Tips

Posted: Fri Aug 18, 2023 6:43 pm
by FrankJScott
Why don't you Google it! before you post

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

Posted: Fri Jan 16, 2026 5:55 pm
by xyilla