Everything posted by Droidz
-
don't found w32 version
Hello, Go to wow folder and remove file named "Wow-64.exe".
-
WRobot for Wow 5.4.7 bugs reports
Hello. Please read this post: Envoyé de mon iPhone à l'aide de Tapatalk
-
New update new bug
Hello, Read this:
-
WRobot 1.1.4 support now wow 5.4.7
WRobot is now compatible with the new version of wow (5.4.7.17898). If you play in european wow server, wait tomorow to update WRobot (if you have update WRobot you need to downgrade version, download WRobot for Wow 5.4.2 here, extract and replace file in folder "WRobot\Bin\" and ignore WRobot request update). WRobot is now at version 1.1.4 (changelog here). ps: Reports problems ps: Wow changelog: http://www.wowwiki.com/Patch_5.4.7
-
WRobot 1.1.4 support now wow 5.4.7
WRobot is now compatible with the new version of wow (5.4.7.17898). If you play in european wow server, wait tomorow to update WRobot (if you have update WRobot you need to downgrade version, download WRobot for Wow 5.4.2 here, extract and replace file in folder "WRobot\Bin\" and ignore WRobot request update). WRobot is now at version 1.1.4 (changelog here). ps: Reports problems ps: Wow changelog: http://www.wowwiki.com/Patch_5.4.7
-
In Tiefenheim go to town not possible
Check if your vendor settings is good: And increase distance of "Npc/Mailbox Search Radius" (in General settings advanced > tab "Other options").
-
OPP(Other Peoples Pets) Healing Issue
Hello, For the moment WRobot don't heal party pets. I'll add it during next updates.
-
Pummel in cast
If you can try another fightclass and tell me if you have again problem.
-
gathering problems/bugs
Hello, Do you have try to activate option "Use lua to move" (in general settings advanced)? Do you have try to disable your Wow addon?
-
Immerseus won't rotate
Do not hesitate to continue to give me informations, for the moment I don't understand what is causing of this problem.
-
Dont try attack untargetables
Hello, I'll look it but it is delicate to found a solution. You can try to blacklist the position if NPC don't move when you cannot attack it (blacklist a small zone).
- Moll-e with Gatherer
-
WRobot for Wow PTR version 5.4.7 (17898)
Updated to last PTR version
-
Goblin Starter Quester
Add lua code: AcceptQuest()
-
Pummel in cast
Do you have try another fightclass? What is your character level?
- Moll-e with Gatherer
-
Still Having Massive Front / Back Detection Issues
Hello, I'll add it in the fightclass conditions during next updates.
-
Tauren start
You can read distance of object in page dump. Move your character near object before extracting game informations.
-
DoTing several targets/target switch
WRobot is not written to manage multi-target, he has not cleanly method currently to manage it. I'll look to adding option to manage multi-target.
-
Spazing out
It is not normal. Do you have program similar at TeamViewer launched on your computer? Do you have try to disable your antivirus and close no used program for try if this resolving problem?
-
In Tiefenheim go to town not possible
Hello, Do you have Repair/vendor/mailbox in your profile or in NPC DB (tab "Tools")?
-
Pummel in cast
Hello, What fightclass do you use?
-
Tauren start
You can also use "Dump All" (in tab "Tools"> "Dev ... tools») (this extract all game objects near your character).
-
Tauren start
http://www.wowhead.com/quest=27014 is only for Priest (in "Base settings" of the quest, in "Wow class" you can select "Priest"). For http://wowhead.com/quest=754/winterhoof-cleansing in quest type use "FullCSharpCode" and put this code (sorry, no easy way for the moment): public sealed class WinterhoofCleansing : QuestUseItemOnClass { public WinterhoofCleansing() { Name = "Winterhoof Cleansing"; QuestId.AddRange(new[] { 24440 }); Step = new List<int> { 0, 0, 0, 0 }; StepAutoDetect = new[] { false, false, false, false }; PickUpQuestOnItem = false; PickUpQuestOnItemID = 0; GossipOptionItem = 1; WoWClass = wManager.Wow.Enums.WoWClass.None; MinLevel = 0; MaxLevel = 95; RequiredQuest = 0; EntryIdTarget.Add(2913); HotSpots.Add(new Vector3(-2544.259 , -706.0765 , -8.947113 , "None")); ItemId = 5411; Range = 8f; } public override bool IsComplete() // Override iscomplete { if (IsCompleted()) // If quest already turnin return true; if (!HasQuest()) // If character not have this quest return false; return wManager.Wow.Helpers.ItemsManager.GetItemCountById(5411) <= 0; // Quest complete if no item in the bag (if item used) } } More info about C# code You can get pregenerated code in "WRobot\Profiles\Quester\" (when you use profile an ".cs" file is generated).
-
WRotation
Hello, In product settings disable the option "Manage ...".