Skip to content
View in the app

A better way to browse. Learn more.

WRobot

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Gossip 4 times whit one person

Featured Replies

  • Author

I tried out to fix it but my code dont work. Can someone help below i post my code.

 

 

var position = new Vector3(33742,93 ; 2834,23 ; 90,82549 ; "None");
int npcEntryId = 26184;


wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(33742,93 ; 2834,23 ; 90,82549 ; "None", 26184);
System.Threading.Thread.Sleep(1000 * 2);

System.Threading.Thread.Sleep(1000 * 2);

Usefuls.SelectGossipOption(1);
System.Threading.Thread.Sleep(1000 * 2);

Usefuls.SelectGossipOption(1);
System.Threading.Thread.Sleep(1000 * 2);

Usefuls.SelectGossipOption(1);
System.Threading.Thread.Sleep(1000 * 2);

Usefuls.SelectGossipOption(1);
System.Threading.Thread.Sleep(1000 * 2);

wManager.Wow.Helpers.Move.Forward(Move.MoveAction.PressKey, 3000);
 

1 hour ago, misth said:

I tried out to fix it but my code dont work. Can someone help below i post my code.

 

 

var position = new Vector3(33742,93 ; 2834,23 ; 90,82549 ; "None");
int npcEntryId = 26184;


wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(33742,93 ; 2834,23 ; 90,82549 ; "None", 26184);
System.Threading.Thread.Sleep(1000 * 2);

System.Threading.Thread.Sleep(1000 * 2);

Usefuls.SelectGossipOption(1);
System.Threading.Thread.Sleep(1000 * 2);

Usefuls.SelectGossipOption(1);
System.Threading.Thread.Sleep(1000 * 2);

Usefuls.SelectGossipOption(1);
System.Threading.Thread.Sleep(1000 * 2);

Usefuls.SelectGossipOption(1);
System.Threading.Thread.Sleep(1000 * 2);

wManager.Wow.Helpers.Move.Forward(Move.MoveAction.PressKey, 3000);
 

That code makes no sense at all. ?

You are making two variables one called position and one that is called npcEntryID, then you don't use them? ?
Also why do you have two Thread.Sleeps after eachother?

 

if (wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(33742,93 ; 2834,23 ; 90,82549 ; "None", 26184))
{
  Usefuls.SelectGossipOption(1);
  System.Threading.Thread.Sleep(1000 * 2);
  Usefuls.SelectGossipOption(1);
  System.Threading.Thread.Sleep(1000 * 2);
  Usefuls.SelectGossipOption(1);
  System.Threading.Thread.Sleep(1000 * 2);
  Usefuls.SelectGossipOption(1);
  System.Threading.Thread.Sleep(1000 * 2);
}

You are close though.
This will tell the bot to move to the npc, and if it is by the npc and has i activated it will click the gossip options.
You will have to do some prework to this, and make sure it ends up the right place.
This code will tell your char to move to the NPC and right click it.
It will then Select the first option

  • Author

i never coded anything so im dumb as hell in this topic

 

shoud i use this code of yours in quest order whit option "if" or should i paste it after diffrent option ?

1 hour ago, Ordush said:

Also why do you have two Thread.Sleeps after eachother?

That was just copied form other code to test. i final i will change it.

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.