Project

General

Profile

Bug #1654

item.SubType - returns incorrect string, or CTD

Added by uiyice almost 8 years ago. Updated almost 8 years ago.

Status:
Resolved
Priority:
Low
Assignee:
Category:
Miscellaneous
vbulletin_issue_id:

Description

ISXEQ2.Version -> 20160712.0006

The SubType member of the item structure appears to be returning an incorrect string.  Often, it simply returns the item name.  Sometimes, it returns garbage.  And rarely, touching it invokes a Crash to Desktop.

An example level 1 item commonly found on the broker (although it seems to be all items)

${Me.Inventory[Brilliant Bristlebane Day Robe]} -> Brilliant Bristlebane Day Robe

${Me.Inventory[Brilliant Bristlebane Day Robe].Name} -> Brilliant Bristlebane Day Robe

${Me.Inventory[Brilliant Bristlebane Day Robe].Type} -> Armor

${Me.Inventory[Brilliant Bristlebane Day Robe].SubType} -> Brilliant Bristlebane Day Robe

#1

Updated by Amadeus almost 8 years ago

  • Status changed from New to Resolved

This is fixed in the test build of ISXEQ2 and will go live on Tuesday.

July 17, 2016
[20160712.0012 -- Test Build]
* Fixed the "SubType" member of the 'item' datatype
* Re-added the "DamageType" member back to the 'item' datatype 
* The "Type" MEMBER of the 'item' datatype has been modified as follows:
  - Ranged weapons will now return "Ranged Weapon"   
  - Adornments will now return "Adornment"
  - Sales Displays (Vendor Containers) will now return "Sales Display"

Also available in: Atom PDF