Everything posted by Droidz
-
server seem to be down,you may try to disable your anti-virus or fairwall and try again
try to disable your antivirus/firewall. Install required software: Redownload and try to reinstall WRobot in new folder
-
Allow drop down menu into settings
Hi, with easy fightclass editor?
-
server seem to be down,you may try to disable your anti-virus or fairwall and try again
try to relaunch "Updater" and reinstall/update bot
-
server seem to be down,you may try to disable your anti-virus or fairwall and try again
Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
-
Not fully mining ores
Hello, in advanced general settings tab "looting & farming" you have option "Max try per node", try to increment value
-
Snippets codes for quest profiles
Ignore the attack of a specific mob if (wManager.Wow.ObjectManager.ObjectManager.BlackListGetUnitAttackPlayerGuidTime.ContainsKey(CurrentTarget.Guid)) wManager.Wow.ObjectManager.ObjectManager.BlackListGetUnitAttackPlayerGuidTime.Remove(CurrentTarget.Guid); wManager.Wow.ObjectManager.ObjectManager.BlackListGetUnitAttackPlayerGuidTime.Add(CurrentTarget.Guid, System.DateTime.Now + System.TimeSpan.FromMinutes(5)); (this code ignore mob attack for 5 minutes)
-
Snippets codes for quest profiles
Try resolve navigation problem In some zone (mainly if you are on a moving gameobject like boat) use this option can help to resolve navigation problem (you need to enable this option also when you record path or get npc/gameobject positions) wManager.Wow.ObjectManager.WoWUnit.ForceRelativePosition = true; (don't forget to disable this option after, wrobot only turns it off itself after a restart)
-
Relogger Plugin sample (developer only)
Sample of plugin for Relogger (move file in the folder "WRobot\Plugins\Relogger\") Relogger Plugin Sample.cs
-
wrobot constantly closing and reopening with relogger rapidly
Hello, Have you come back with a new fresh WRobot installation or you use your old install folder? If you use old install try to make fresh. Check if your fightclass / plugins / profiles are up to date, and try to deactivate everything and reactivate 1 by 1 to be sure that the problem does not come from one of them. If the problem is not solved can you send me few log files.
-
Since latest update when I use radar3d everything goes black
Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
-
Since latest update when I use radar3d everything goes black
Hello, try to reinstall SlimDX
-
raid intense/difficulty change?
Hello, lua code can change from one version of wow to another but you must use lua, try https://wowwiki.fandom.com/wiki/API_SetDungeonDifficulty and https://wowwiki.fandom.com/wiki/API_SetRaidDifficulty
-
Bot wont loot
Hello, Disable all Wow addons, all WRobot plugins and share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
-
WRobot for Project Ascension
Hi, try with new update. But be careful, This team seems active, using a bot can be risky for your game account
-
WRobot for Project Ascension
Use new update
-
buy item
I won't back to old version of code (change was do 1 year ago). Current code: public static void BuyItem(string name, int number) { try { Lua.LuaDoString($@" local n = '{name.Replace("'", @"\'")}'; local q = {number}; for i=1,100 do local name, _, _, quantity = GetMerchantItemInfo(i) if name and n==name then if q > quantity then q = quantity end BuyMerchantItem(i,q) end end"); } catch (Exception e) { Logging.WriteError("BuyItem(string name, int number): " + e); } } to get old code remove: if q > quantity then q = quantity end
-
PathFinder server seem down, try to change server.
Can you share your log please (and all who have this problem), more I have log files, better is it, log helps me find and understand what can cause this problem for few users.
-
error (no clue where from
hello, you are sure it is WRobot error? (no plugin/profile?) Can you tell me what is your list of "do not sell" and "force to sell" items, and name of your food/drink please
-
Random critical errors
Hello, try to download orinale wow client on another website. You can also try to run WRobot with shortcut "WRobot (DX hook)". If you problem is not resovled try to disable one per one your plugins, change fightclass
-
Game Version Incorrect Error
Hello, try to download client on another website (original client), if WRobot still don't works if you can share your log file (in folder "Logs")
-
buy item
hi, You need to call this method several time for (int i = 0; i < b.Quantity && b.NeedToBuy(); i++) { var qToBuy = b.Quantity - ItemsManager.GetItemCountByNameLUA(b.ItemName); if (qToBuy > MaxItemsQuantityToBuyByRequest) qToBuy = MaxItemsQuantityToBuyByRequest; Vendor.BuyItem(b.ItemName, qToBuy); Thread.Sleep(Usefuls.Latency + 400); }
-
How to collect specified items and kill specified enemies?
Hello, create grinder profile https://wrobot.eu/forums/topic/5938-grind-profile-creation-5-mins/
-
Exorcism and Templar's Verdict wont cast on proc 4.3.4
Hello, use c# condtion with the code ObjectManager.Me.HaveBuff(59578)
-
PathFinder server seem down, try to change server.
can you try again and tell me if you have again this problemù
-
PathFinder server seem down, try to change server.
full log file please