04-01-2008, 10:30 PM
This is the code before it, and it executes properly, so I know the item exists:
And I checked the packets sent between the client and server and they include the value attribute at the 9th section.
Code:
Item(n).Name = Parse(2)
Item(n).Pic = Val(Parse(3))
Item(n).Type = Val(Parse(4))
Item(n).Data1 = Val(Parse(5))
Item(n).Data2 = Val(Parse(6))
Item(n).Data3 = Val(Parse(7))
Item(n).Weight = Val(Parse(8))
Item(n).Value = Val(Parse(9))
And I checked the packets sent between the client and server and they include the value attribute at the 9th section.