Jump to content

twbp

Members
  • Posts

    18
  • Joined

  • Last visited

Everything 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. Could i do something like this? for (int i = 0; i < 100; i++) { wManager.Wow.Helpers.Lua.RunMacroText("/click MyButtonNameGoesHere1"); wManager.Wow.Helpers.Lua.RunMacroText("/click MyButtonNameGoesHere2"); Thread.Sleep(100); // wait 100 ms before next run, you can remove or edit this line. }
  3. Trying to click a button for a certain amount of times in a quester profile, i currently have <QuestsSorted Action="RunMacroLua" NameClass= ("/click MyButtonNameGoesHere") But i want to loop it for 100 times.
  4. trying to interact with the auction house with quest editor. but the interact with npc isnt helping me, i just want to talk to the auction house to open the auction window. please help
  5. 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()
  6. Looking to do the same thing. But cannot find a sample. Or something to work from. I personally haven't got the knowledge. Hoping there is something here for that
  7. Hello i got the plugin working for Cancel , Post , and Reset in the 3.3.5 client, the only thing i cannot get to work is the Opening of mail, is there anyway of fixing this, i understand that you say its for retail only, I have Since Fixed the Tsm addon for 3.3.5 and all of its Buttons.the only thing i cannot get working is the collection of mail.
  8. anyway to get this to work when not looting and standing in a city?
  9. i have tried this and it isnt working. any other way of doing this?
  10. im doing it right now, and i notice that it stands ontop of the person it is following
  11. Ive found some Honnorbuddy questing profiles 1-80 aswell as cata stuff, but i cant convert the questing profiles nor can i import it, could someone please explain how to do it. ill upload it all. from clasic - cata profiles , questing grinding rep farming etc. but i need help converting them. kicks-scripts.zip
×
×
  • Create New...