Aurastin
Member
I am attempting to modify the equipment that is sold by vendors, and if I am not mistaken the SBInfo scripts is the place to do so.
In the following code snip, what do the number values represent? 123, 20, 0x1B74, 0
And where can I find the information for each item type?
I see that the information is different for each item, and I have concluded that the 0x1B74 represents the item itself, in this case 'a metal kite shield'.
In the following code snip, what do the number values represent? 123, 20, 0x1B74, 0
And where can I find the information for each item type?
I see that the information is different for each item, and I have concluded that the 0x1B74 represents the item itself, in this case 'a metal kite shield'.
Code:
this.Add(new GenericBuyInfo(typeof(MetalKiteShield), 123, 20, 0x1B74, 0));