Search found 2 matches

by Guard
Fri Jan 01, 2010 3:55 pm
Forum: Runes of Magic
Topic: Return to vendor when bags are full?
Replies: 1
Views: 859

Re: Return to vendor when bags are full?

I'm just guessing here but perhaps you could use something like

Code: Select all

UseBagItem(GetBagItemInfo(XX))
to check if there is an item in a certain slot. Normally, the slots fill from 1 till the end, so in theory if you can see if there is something in the last slot you can determine that it is full.
by Guard
Wed Dec 30, 2009 9:00 am
Forum: Runes of Magic
Topic: SVN 395: Autosell with check for durability and stats
Replies: 42
Views: 11607

Re: SVN 395: Autosell with check for durability and stats

It's definitely related to the colours. I'm looking through the code myself to see if I can find something.