Everything posted by nudl
-
Custom queste
Hey, iirc now, WRobot has a general Problem with this. Sorry.
-
SmoothMove
I yelled when I saw how smooth it becomes. Can't wait for a non-beta Version.
-
Only private servers?
Yes, this works for retail too.
-
Custom queste
I said "A Follow Path Quest with Current Quest Completed when at the latest position" That's a specific part for the follow path quests. But nevermind: If you just want to farm the gas clouds, you'll have to create a UseItemOn Quest, add the GasClouds ID (you can find the ID of the clouds via Helper Tools), some spots and as Item the Moteextractor. Edit: The clouds are npcs, aren't they? I don't know if the bot can handle them tbh as I never did something with them.
-
Custom queste
I don't really get what you're trying to do? What has http://www.wowhead.com/item=23821/zapthrottle-mote-extractor to do with http://www.wowhead.com/quest=9640/the-shade-of-aran#comments ?
-
Custom queste
Hey kain7826, it's best if you'd use the Easy Quests Editor. Pulse> A Follow Path Quest with Current Quest Completed when at the latest position and not required in Questlog activated RunMacroLua> /use item:ITEMD Same thing for the other spot. Should be the simpler way.
-
Bot counts free ammo bag slots as normal slots and does not do a vendor run due to this.
Best workaround imho for this is to just use normal bags instead of the ammo pouch and not worrying about the bonus.
-
Clients go black after disconnect when relogging
Hey Cadbury. Do you by any chance use the Map Feature? This happens randomly for me too and I am too using 800x600 on 1440p. When this happens I normally just close the window and let it relog newly (and deactivate the Map feature.)
-
Deactivate 10 Whisper Limit?
-
Deactivate 10 Whisper Limit?
You can't use it as a security feature then, but why don't just set it to 99999?
-
Stuck issue custom herb profile
nudl replied to (̾●̮̮̃̾•̃̾) ̿ ̿ ‘̿’\̵͇̿̿\'s topic in WRobot for Wow Wrath of the Lich King - Help and supportTry to add Blackspots yourself where the bot get's stuck in the Gatherer Profile. (Profile Creator -> Blacklist) Sometimes there are just such messed up meshes / places where the bot doesn't figure it out by itself.
- Help with checking Hearthstone location
-
Help with checking Hearthstone location
Hey again. That's the thing. Afaik we (I, atleast) can't be sure about whatever the hearthstone is or is not bound to a certain location - Without making it harder for the user. (Multilanguage, using the Profile at any level, etc...) You caring about quality is very nice, keep up that good trait. :) As you see in the post from Zan, you can read it with <QuestsSorted Action="If" NameClass="Lua.LuaDoString<string>("bindlocation = GetBindLocation(); return bindlocation;") == "Trade District"" /> but that will just work with you localization. So, yes, you can read it and WRobot can do the steps after this, but not without strictly making it for a specific localization. To 4.) There is no such thing as a ObjectManager.Me.BindLocation. You can use some kind of assembly explorer and look into WRobot\Bin\wManager.dll There you can find all there is. Maybe you'll find something helpful. That's as close as to a documentation as you can get. Sorry for not having a straight answer. Greetings.
-
Clicking objects in dungeons
You don't need any coords. You just need be near the gong. Over short distance the pathfinder will do the work.
-
Clicking objects in dungeons
The Gong in the Razorfen Downs isn't only a GameObject since it got redesigned, but also a Unit. I've used this two RunCodes one after another: Can't test if they still work though, as I don't do anything on official servers anymore.
-
Mining during BG Queue
You'll have to use the Gatherer product first and select the the profile you want for a second. Then you can go back using Battlegrounder with Gatherer. Hope that helps.
-
Bug wrobot settings ignore unchecked selling options
Would you be so kind to share one full log where this happens?
- Help with checking Hearthstone location
-
Game version incorrect
- Turn off any movement
What do you mean by "any bot movement". How will it follow the MoveTo Steps, if it can't move? Or do you mean the Pathfinder? If you meant the Pathfinder, create a FollowPath Quest. Or did I misunderstand you?- The bot does not attack elite mobs
'Start fighting with elite' (or smth. like that) under advanced settings activated?- No pvp
What's about the "Ignore fight with players" (in advanced settings) option?- Disconnecting
Disconnects shouldn't be from the bot, normally. But if you want, you can attach your log.- Blacklister des monstres
- Interact with npc
For the interactWithNpc you can use return ObjectManager.GetWoWUnitByEntry(IDofBOSS).Count == 1; for example - Turn off any movement