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.

Buy item for quest

Featured Replies

 

How to talk to Inkeeper to buy an item from me?
He has:
1.Make this inn your home
2.Let me browse your goods
3.What can i do at an inn?
 

How to choose 2? and after buy the item

{
   wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(new Vector3(x, y, z), 11901, 2, false); // 2 is gosip with the 2nd option, 
   Thread.Sleep(10);
   Lua.LuaDoString<int>("BuyMerchantItem(ItemID, Amount#)"); 
}

 

you can add conditions.

ObjectManager.Me.GetMoneyCopper == 0 // Copper amount
ObjectManager.Me.IsIndoors // inside

var zone = Lua.LuaDoString<string>("return GetZoneText()");
zone == "Stormwind City" // city / zone area

 

  • Author
4 minutes ago, The Smokie. said:

 

u speak me? he is interact npc and dont buy item because SELCT WINDOW THIS IS NPC
1.Make this inn your home
2.Let me browse your goods
3.What can i do at an inn?


if the NPC was the only vendor code worked

 

  • Author
2 minutes ago, The Smokie. said:

you can add conditions.


ObjectManager.Me.GetMoneyCopper == 0 // Copper amount
ObjectManager.Me.IsIndoors // inside

var zone = Lua.LuaDoString<string>("return GetZoneText()");
zone == "Stormwind City" // city / zone area

 

u dont speak my problem....
He is dont buy item because hi is npc = INKEEPER!!!!!

need code :

which after inrtecat will choose: 2.Let me browse your goods

  • Author
1 minute ago, The Smokie. said:

What patch you need for? 

what item you wanna buy?

 

WOTLK, u speak me??? NPC = INKEEPER, after intecat he is gives such a window.
Need choise "Let me browse you goods."

screen.png

  • Author
47 minutes ago, The Smokie. said:

wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(new Vector3(x, y, z), NPC, 2, false);
Lua.LuaDoString<int>("BuyMerchantItem(1, 1)");

This will work (Tested)

Thank you so much, very helpful

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.