Everything posted by Droidz
-
Where download mash.gz for Dalaran - Legion?
Hello, Try to remove folder "WRobot\Data\Meshes\" If you problem is not resolved can you share your log file please (http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/).
-
Gathering Bot Trouble.
Hello, this depend of your profile, try to avoid water zones.
- WRotation Karazhan- Lag/Stutter
-
Blacklist area question
Hello, In "map" tab you can activate "radar 3d" to check blacklisted zones.
-
Use item/spell on colleted items
Before pulse step, add step type runcode with code like: int questId = 9361; // http://www.wowhead.com/quest=9361/helboar-the-other-white-meat if (wManager.Wow.Helpers.Quest.HasQuest(questId)) { wManager.Events.LootingEvents.OnLootSuccessful += unit => { if (wManager.Wow.Helpers.Quest.HasQuest(questId)) { if (wManager.Wow.Helpers.Conditions.InGameAndConnectedAndAliveAndProductStarted && !wManager.Wow.Helpers.Conditions.IsAttackedAndCannotIgnore) { if (wManager.Wow.Helpers.ItemsManager.GetItemCountById(23248) > 0) // Purified Helboar Meat { wManager.Wow.Helpers.ItemsManager.UseItem(23268); // Purification Mixture wManager.Wow.Helpers.Usefuls.WaitIsCasting(); } } } }; }
-
Remove all forms + mount
Hello, Use goto quest type (to go to npc quest giver), add step type runcode with this code: "wManager.Wow.Bot.Tasks.MountTask.DismountMount();" and add step type pickup.
-
Set Max flight hight on mount
Hello, wait next update, with notepad open your setting file (in folder "WRobot\Settings\", open file "General-******.xml"), and you can change value of field "FlyAboveGroundHeight" (you can put 0 to disable fly). PS: you can also edit it in c# with "wManager.wManagerSetting.CurrentSetting.FlyAboveGroundHeight = 1.5f;"
-
Not looting in "Travel form (under water)"
Changed Status to Confirmed Changed Version to All
-
[TBC] Trying to queue up for BGs when already in queue
Hello, can you give me name of your server.
-
helpful stuff for quest profile developer - if endif while conditions
Hello, do not hesitate to post here http://wrobot.eu/forums/topic/2681-snippets-codes-for-quest-profiles/ links to your posts.
- How to use sharpening stone?
-
!Memory.IsProcessOpen
If you can share full log files of several sessions where wow have crashed.
-
Convert coordinates
Hello, use this lua code: SetMapToCurrentZone(); continent = GetCurrentMapContinent(); SetMapZoom(continent); local x, y = GetPlayerMapPosition('player'); local _, worldX, worldY = GetWorldLocFromMapPos(x, y); To get z position, use wrobot function "float wManager.Wow.Helpers.PathFinder.GetZPosition(Vector3 point, bool strict = false)"
-
randomizing hotspots
Hello, wait next update I have added option "Randomizing Hotspots" in grinder profile creator.
-
Wow try to call protected function
Hello, thank you for report, you can continue at use wrobot (this can cause problem if this happen frequently, I will change message in WRobot)
-
Stormstrike doesnt fire
Droidz replied to justgimmiethelink's topic in WRobot for Wow The Burning Crusade - Help and supportHello, put "False" at spell settings "Check if know spell" (or use lua)
-
Game version incorrect
Can you share your log
-
Game version incorrect
Yes bliz have added new detection vector but this don't target WRobot.
-
Update Status - Patch 7.1.0 Build 23171
Update done
-
Game version incorrect
http://wrobot.eu/forums/topic/4561-update-status-patch-710-build-23171/
-
Update Status - Patch 7.1.0 Build 23171
I start to work on this patch
-
More frequent wow client crashes on latest version
Hello, you can try to use wrobot with shortcut "WRobot no dx", try also de remove folder "Cache" in Wow install.
-
CPU load on latest update (Wotlk client)
Update again wrobot
-
CPU load on latest update (Wotlk client)
Changed Status to Fixed
-
CPU load on latest update (Wotlk client)
I'll fix this problem quickly.