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.

rouge just pick pocket in instance

Featured Replies

Is it possible rouge only pick pocket in instance without fight any mobs.

i  try to do it,but i meet some troubles as follow:

 

1. when i use [Followpath] in a Quester  ,the character  in stealth state only follow the path  without select any target , no  pick pocket skill cast at all (is it possible to add other action like cast some skill while moving?)

2. i use [overridePulseCsharpCode] in a Quester,

 

var zone = wManager.Wow.Helpers.Usefuls.MapZoneName;
Logging.Write(zone);

wManager.wManagerSetting.CurrentSetting.MaxUnitsNear = 100;
var mobs = ObjectManager.GetObjectWoWUnit().Where(o=>o.IsAttackable).OrderBy(o=>o.GetDistance);
var count = mobs.Count();
Logging.Write("我的位置"+ObjectManager.Me.Position);
Logging.Write("周围怪物数量=>"+count.ToString());

foreach(var target in mobs){

  Thread.Sleep(3000);
  if (!ObjectManager.Me.HaveBuff("Stealth"))
  {
      Lua.RunMacroText("/cast !Stealth");
  }
  if(ObjectManager.Me.InCombat){
    Lua.RunMacroText("/cast Varnish");
  }

if(target.GetMove==false)
{
  Logging.Write("固定=>"+target.Name+target.Guid +"距离"+ target.GetDistance.ToString());
  Lua.RunMacroText("/target "+target.Name);
  wManager.Wow.Bot.Tasks.GoToTask.ToPosition(target.Position);
  if(target.GetDistance >= 5 && target.GetDistance <=10 ){
    Lua.RunMacroText("/cast Sap");
  }
  // 
  if(ObjectManager.Me.Position.DistanceTo(target.Position) < 5)
  {
    Thread.Sleep(1000);
    Lua.RunMacroText("/cast pick pocket");    
    Thread.Sleep(1000);
  }
}
//else{
//   Logging.Write("移动=>"+target.Name+target.Guid +"距离"+ target.GetDistance.ToString());
//}
Logging.Write("地址=>"+ target.Position);
}
return true;

the bot meet a new trouble

It went straight ahead, and before it reached the end, it met the monster on the road, and then entered the battle.

 

so,any one can help me ?

  • Author
6 hours ago, Droidz said:

Hello,

I'm not sure to understand.

But to ignore combat, you can use https://wrobot.eu/forums/topic/2681-snippets-codes-for-quest-profiles/?do=findComment&comment=13088&_rid=1

 

sorry for my mistyped. 

I mean i want  my rogue stay  in instance only pick pocket on each target, don't attack any one by active or passive .

i am not just simply ignore combat, i need a path or solution to avoid get into combat at all time. (because the skill pick pocket of rogue need stealthy state).

 

 

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.