@Droidz: I cant get this to work can you suggest how it should be done? Im writing a C# fight class. need to know what to put here.
if(ItemsManager.GetItemCountByNameLUA("Minor Healthstone")==0 && ItemsManager.GetItemCountByNameLUA("Soul Shard")>=1 && CreateHealthstone.KnownSpell && CreateHealthstone.IsSpellUsable){
//CreateHealthstone.Launch();
//wManager.Wow.Helpers.SpellManager.CastSpellByIdLUA(6201, "target");
//Lua.LuaDoString("CastSpell((offset+1),"spell");");
}