Jump to content

twbp

Members
  • Posts

    18
  • Joined

  • Last visited

Posts posted by twbp

  1. for (int i = 0; i < 100; i++)
            {
                wManager.Wow.Helpers.Lua.RunMacroText("/run if atbmi==nil then atbmi=1 end atbni=GetInboxNumItems() if atbmi&gt;atbni then atbmi=1 end atbit=GetInboxInvoiceInfo(atbmi) if atbit==&quot;seller_temp_invoice&quot; then GetInboxText(atbmi); DeleteInboxItem(atbmi) else atbmi=atbmi+1 end");
                wManager.Wow.Helpers.Lua.RunMacroText("/run if atbmi==nil then atbmi=1 end atbni=GetInboxNumItems() if atbmi>atbni then atbmi=1 end atbit=GetInboxInvoiceInfo(atbmi) if atbit=="seller_temp_invoice" then GetInboxText(atbmi); DeleteInboxItem(atbmi) else atbmi=atbmi+1 end");
                Thread.Sleep(100); 
            }

     

    Ok so i got the one you helped me with, now im trying to add this in, but i realize now it is in the RunMacroLua section, ive tried changing wManager.Wow.Helpers.Lua.RunMacroText to

    wManager.Wow.Helpers.Lua.RunMacroLua. Unfortunately it doesnt work, i looked in Visual Studio and all i can find is wManager.Wow.Class.QuestAction.RunMacroLua, but it keeps giving me a error that it cannot find it, is there another way i can use this RunMacroLua with the loop?

  2. 20:34:04.493 - [Gatherer] Loaded
    [D] 20:34:04.514 - [Blacklist] Added, 8 uniques Npcs, 885 Blackspots and 0 Npcs types (Training dummy ignored = True).
    [E] 20:34:04.549 - Load(): System.NullReferenceException: Object reference not set to an instance of an object.
       at Gatherer.SettingsUserControl.UweiroloutiusiCujoata()
    [E] 20:34:05.652 - Save(): System.NullReferenceException: Object reference not set to an instance of an object.
       at Gatherer.SettingsUserControl.EcawitikotoMeodi()
    [E] 20:34:06.669 - Save(): System.NullReferenceException: Object reference not set to an instance of an object.
       at Gatherer.SettingsUserControl.EcawitikotoMeodi()
    [E] 20:34:07.037 - Save(): System.NullReferenceException: Object reference not set to an instance of an object.
       at Gatherer.SettingsUserControl.EcawitikotoMeodi()
    [E] 20:34:08.503 - Save(): System.NullReferenceException: Object reference not set to an instance of an object.
       at Gatherer.SettingsUserControl.EcawitikotoMeodi()
    [E] 20:34:08.575 - Save(): System.NullReferenceException: Object reference not set to an instance of an object.
       at Gatherer.SettingsUserControl.EcawitikotoMeodi()
    [E] 20:34:09.884 - Save(): System.NullReferenceException: Object reference not set to an instance of an object.
       at Gatherer.SettingsUserControl.EcawitikotoMeodi()
    [E] 20:34:10.511 - Save(): System.NullReferenceException: Object reference not set to an instance of an object.
       at Gatherer.SettingsUserControl.EcawitikotoMeodi()
    [E] 20:34:15.330 - Save(): System.NullReferenceException: Object reference not set to an instance of an object.
       at Gatherer.SettingsUserControl.EcawitikotoMeodi()
    [E] 20:34:16.597 - Gatherer > Main > Start(): System.NullReferenceException: Object reference not set to an instance of an object.
       at Main.Start()
    [E] 20:34:18.284 - Save(): System.NullReferenceException: Object reference not set to an instance of an object.
       at Gatherer.SettingsUserControl.EcawitikotoMeodi()

×
×
  • Create New...