Barok
Member
- Joined
- Sep 11, 2014
- Messages
- 231
- Reaction score
- 0
Dont Use labor potions. Not working code
and
and
Why?
Code:
UseItem(31145);
and
Code:
Item laborPotion = me.getItems().Where(x=> x.id == 31145).FirstOrDefault();
laborPotion.UseItem();
and
Code:
Item laborPotion = me.getInvItems(31145);
laborPotion.UseItem();
Why?