BPAlpha
New Member
- Joined
- Jan 15, 2010
- Messages
- 594
- Reaction score
- 41
working on a rewrite of highvolts autosmelt plugin.. got working great so far but cant seem to get it to cast smelting saronites..
here a small snipit of code for smelting any help would be great
thanks alpha out 
here a small snipit of code for smelting any help would be great
Code:
while (NumOfItemsInBag(36912) > 1) // saronite ore
{
SpellManager.Cast(49258);
//while (Me.Casting != 0)
Thread.Sleep(100);
}
