Jump to content

Recommended Posts

  • 2 months later...
  On 8/20/2017 at 7:54 PM, eniac86 said:

How to open "Big-mouth Clam" while fishing?
I tried the combine - vanilla plugin but it does not open clams.
(I have all addons turned off, latency settings are OK aswell)

Expand  

Pretty ghetto, but works:

robotManager.Helpful.Keyboard.DownKey(wManager.Wow.Memory.WowMemory.Memory.WindowHandle, System.Windows.Forms.Keys.ShiftKey);
Thread.Sleep(robotManager.Helpful.Others.Random(50, 150));
ItemsManager.UseItem(1234); // item ID of the clam
Thread.Sleep(robotManager.Helpful.Others.Random(50, 150));
robotManager.Helpful.Keyboard.UpKey(wManager.Wow.Memory.WowMemory.Memory.WindowHandle, System.Windows.Forms.Keys.ShiftKey);
Thread.Sleep(robotManager.Helpful.Others.Random(50, 150));

 

  On 11/18/2017 at 7:59 PM, Seminko said:

Pretty ghetto, but works:

robotManager.Helpful.Keyboard.DownKey(wManager.Wow.Memory.WowMemory.Memory.WindowHandle, System.Windows.Forms.Keys.ShiftKey);
Thread.Sleep(robotManager.Helpful.Others.Random(50, 150));
ItemsManager.UseItem(1234); // item ID of the clam
Thread.Sleep(robotManager.Helpful.Others.Random(50, 150));
robotManager.Helpful.Keyboard.UpKey(wManager.Wow.Memory.WowMemory.Memory.WindowHandle, System.Windows.Forms.Keys.ShiftKey);
Thread.Sleep(robotManager.Helpful.Others.Random(50, 150));

 

Expand  

If you have time, whether it can be made into a plug-in, so more user-friendly.

I do use it in a plugin.

  Reveal hidden contents

 

  On 11/23/2017 at 2:48 PM, Seminko said:

I do use it in a plugin.

  Reveal hidden contents

 

Expand  

Thank you very much, you have helped me many times!

  • 2 weeks later...
  On 11/23/2017 at 2:48 PM, Seminko said:

I do use it in a plugin.

  Reveal hidden contents

 

Expand  

Absolute champion!

Compile it and put it in the plugin section!

  On 12/4/2017 at 4:40 AM, eeny said:

Absolute champion!

Compile it and put it in the plugin section!

Expand  

For some reason I cannot determine if you're being sarcastic or not :-P

But I have a new plugin in the works and opening and looting items will be a part of it.

  On 12/4/2017 at 5:26 AM, Seminko said:

For some reason I cannot determine if you're being sarcastic or not :-P

But I have a new plugin in the works and opening and looting items will be a part of it.

Expand  

Was being 100% legitimate- this helped me a ton

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...