Everything posted by Droidz
-
Game Crash after a while !
Hello, try to download Wow client in another website (you need to use default and unmodified wow client)
-
Steps
Hello, you can disable step in tab "Product settings" > button "Profile settings (enable/disable quests/steps)"
-
Can Quest Profile Change Wrobot Product ?
Hello, see https://wrobot.eu/forums/topic/5507-changing-botbase/
-
pathfinding with fnv 315 questing profile
Hello, you play with good game version ? Do you have any error in your log ?
-
software open error
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/ ).
-
Fisherbot don't hook
Disable all Wow add-ons, and install WRobot in a new folder (to reset all settings). Try with default settings, if it still doesn't work correctly, try to increment min/max latency (with values like 1000/1500)
-
Fisherbot don't hook
Can you share your log file of session where you run fisher product please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ) .
-
Fisherbot don't hook
in advanced general settings
-
Can't see WowUnit
Hello, Wow client is load only the closer objects, you can't change that. But you can try to search in wManager.Wow.Helpers.NpcDB.ListNpc (or add NPCs positions in your code, there are few auctioneers)
-
License Key is not working for Legion 7.3.5 (26124)
Have you tried old version : https://wrobot.eu/forums/topic/2018-wrobot-old-versions/
-
License Key is not working for Legion 7.3.5 (26124)
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/ ).
-
change Product in plugin
Use product Schedule
-
How to lock onto a target when mobs are running away
Hello, you can try (it's not recommended to use this code, it can add bugs) : wManager.Events.FightEvents.OnFightEnd += delegate(Int128 guid) { var o = ObjectManager.GetObjectByGuid(guid); if (o != null && o.IsValid && o.Type == WoWObjectType.Unit && // o.Entry == 1234 && // By Entry ID ????? new WoWUnit(o.GetBaseAddress).IsAlive) { Fight.StartFight(guid, false); } };
-
Steps
Hello, we need more information to help you. There are many possibilities, but we need to know the context.
-
Radar3D
For the options, you can find most of them here https://wrobot.eu/byme/doc/html/AllMembers.T-wManager.wManagerSetting.htm For the rest, search on the forum (use Google it is better), look at the code for profiles/plugins/etc, or request help of forum.
-
change Product in plugin
Hello, if you want to use several products, using "relogger" application is the best way.
-
Radar3D
Hello, run this code from your profile : wManager.Wow.Helpers.Radar3D.Pulse(); wManager.wManagerSetting.CurrentSetting.BlackListZoneWhereDead = true;
-
Put an item in the list not to sell
List<String> ItemNames = new List<string> { "First Item", "second Item", //etc }; foreach (string ItemName in ItemNames) { if(!wManager.wManagerSetting.CurrentSetting.DoNotSellList.Contains(ItemName)) wManager.wManagerSetting.CurrentSetting.DoNotSellList.Add(ItemName); }
-
Servers seem to be down
I am sorry, I don't understand why you get this problem. Have you tried to restart your computer? Do you use proxy ?
-
Servers seem to be down
Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
-
Wrobot dont harvest herbs
Hello, in advanced general settings tab "Looting & Farming..." add herbs names in "Harvest object..." list
-
IF => Ground mount
Hello, try SpellManager.ExistMount("Warhorse") || SpellManager.ExistSpellBook("Warhorse")
-
general problem?
- server seem to be down
Changed Status to Fixed- Can i just buy a month session?
I recently added https://wrobot.eu/articles/news/mobiyo-allopass-payment-gateway-has-been-added-r133/ - server seem to be down