06-01-2007, 05:30 PM
In the traderequest packet, is this line:
x = FindOpenInvSlot(index, Shop(i).TradeItem(n).GetItem)
i = 1
n = 1
Yet,
x = 0
Any idea why this is happening? With x = 0 I can't purchase anything from the shop.
x = FindOpenInvSlot(index, Shop(i).TradeItem(n).GetItem)
i = 1
n = 1
Yet,
x = 0
Any idea why this is happening? With x = 0 I can't purchase anything from the shop.