Everything posted by Droidz
-
Bot wont loot objects
If you can wait next update and tell me if problem is resolved
-
[VANILLA] Hunter Attack repetition detection
if you can wait next update and tell me if problem is resolved
- [BUG] Hunter Serpent Sting and Buff Time Left Target Condition
-
Mail doesn't work and vendoring is not perfect
If you can wait next update and tell me if problem is resovled.
-
Advanced Relogger: Hearth, Flightpath, Gather - Possible?
Hello, a quester profile can do that.
-
Bot crashes after general advanced settings is opened
This option in only in WRobot for vanilla, but you can use this plugin http://wrobot.eu/files/file/527-auto-disable-click-to-move/
- Warlock don't cast spells
-
C# boolean toggle - should this toggle in UI too?
Hello, quester bot change settings only for current session, user settings is reload when you stop bot (UI is not refresh when quester bot is running).
-
Use Flightpath?
Hello, if WRobot don't use flightmaster automaticly you can try to force usage
-
Completed steps in quester profile
Hello, I'll not change this, before runcode (or other) try to check if your have specific quest, or or player position/level, ...
-
Bot picks up quests you havent specified in profile
Hello, you cannot change this, but you can remove quest manually
-
What is needed to be disabled, when it says "Streaming activate, please disable" ?
Hello, do you have try to disable option and restart battlenet launcher?
-
Reacting to general chat message
Look lua and lua events
-
Use item upgrade on item (heirloom upgrade)
Hello, you need to use lua, you can also search in wow addons
-
Wrobot US server
- ("bug") thunder bluff navigation
If you can tell me if now elevator is supported (since last update)- NPC interact distance when selling / turning in
Hello, can you tell me if you get this problem since last update- [VANILLA] Hunter Attack repetition detection
Can you share one fightclass to test- [VANILLA] Possibility to detect mob immunity ?
Hello, no easy way sorry- Not attacking target with existing damage?
Hello, do you have try to activate option "Can attack units already in combat"?- Delete quests from log
Hello, try c# code like var logId = Quest.GetLogIdByQuestId(1234); if (logId > 0) { Lua.LuaDoString("SelectQuestLogEntry(" + logId + "); SetAbandonQuest(); AbandonQuest(); "); } (replace 1234 by your quest id)- How to add the Hippogryph to a farm route?
Hello, http://wrobot.eu/forums/topic/1717-gatherer-advanced-profile-how-to-change-zone-after-leveltime/ or http://wrobot.eu/forums/topic/3632-relogger-tutorial-video/- Request (add x bars in grinder)
You can use custom iscompleteconditon like return ObjectManager.Me.Level > 7 || (ObjectManager.Me.Level == 7 && ObjectManager.Me.Experience > 0 && (ObjectManager.Me.Experience * 100 / ObjectManager.Me.ExperienceMax) > 50) (to complete quest when you level is bigger than 7.5 (7 at 50%)- Gatherer skid before unmount = no gather
Hello, increment min/max latency in advanced general settings tab others- Shared CS code for all profiles
- ("bug") thunder bluff navigation