Everything posted by Droidz
-
Wrotation qui ne fonctionne pas
Bonjour, Point 1: Pouvez-vous me donner le lien WowHead d'un ou deux Npc qui pose problème. Point 2&3: Ce qui fait bouger le personnage c'est l'option ClickToMove, tu peux donc essayer en désactivant cette option et en la réactivant après: Lua.LuaDoString("SetCVar(\"autoInteract\", 0);"); Interact.InteractGameObject(wowUnit.GetBaseAddress); Lua.LuaDoString("SetCVar(\"autoInteract\", 1);");
-
WRobot beta (need testers) and WRobot schedule
New update, you need to download again beta.
-
Druid herbing issue
Hello, I have fixed problem but you need to wait next update (or use http://wrobot.eu/page/articles.html/_/news/wrobot-beta-need-testers-and-wrobot-schedule-r59, I'll update beta today with this fix).
-
constantly afking in bgs?
Hello, You get a lot of errors (System.ComponentModel.Win32Exception (0x80004005): Invalid window handle) Try to reinstall framework 4.0 (or 4.5 if you use windows 8): http://www.microsoft.com/en-us/download/details.aspx?id=24872 Install slimdx (this update directx): http://slimdx.googlecode.com/files/SlimDX%20Runtime%20.NET%204.0%20x86%20%28January%202012%29.msi I recommand to close programs like teamviewer. Turn on option "Use lua to move" (in "General settings", button "advanced..."). You can also try an new WRobot install ps: Wrobot has been stopped also in some session because you have received whispers (you can edit security setting in advanced general settings).
-
d3d11 wont work
Hello, If you get problem with directx install it: http://slimdx.googlecode.com/files/SlimDX%20Runtime%20.NET%204.0%20x86%20%28January%202012%29.msi
-
Archaeology Digging
Hello, It is an wow bug, the problem (if WRobot continue), your character cannot use mounts. I'll look if I can improve it, but I don't think found a complete solution.
- How to make vendor path? Also bot keeps running into wall!
-
How to decrease mob target range?
Hello, Go to tab "General Settings" > "Advanced..." > "LOOTING AND FARMING OPTIONS" tab > "Search Radius ".
-
Blacklist
You can found http://www.wowhead.com/item=72092/ghost-iron-ore#mined-from-object in: http://www.wowhead.com/object=209311 http://www.wowhead.com/object=209328 http://www.wowhead.com/object=221539 http://www.wowhead.com/object=221538 Id list: 209311 209328 221539 221538 It is good idea to add it in map. For the moment you can get serial or unique serial with in dev tools (tab tools).
-
error message
Hello, An software block a keyboard access at WRobot (teamviewer? antivirus?) You can activate option "Use lua to move" in advanced general settings to not use keyboard.
-
constantly afking in bgs?
Hello, - go to or "More Reply options" i (bottom/right) - Click on button "Choose Files" and select your log file.
-
Blacklist
Give me the name of veins, I'll give you the id.
-
UseItemOn stall
Hello, If you can send me your profile (here or by PM).
-
Blacklist
If you want ignore some veins and harvest a lot of veins types, the best way is to blacklist it (method explain before). If you have a lot of veins at ignores for some veins types at harvest, the best way is to add id of veins in "Harvest object (one id by line)" option (and deactivate option "Harvest Minerals" and "Harvest Herbs").
-
Mote Extractor
Hello, The best way is to make quest profile for it. You can also try to make CustomProfile (but it is more complex). Look this: this profile and look how works quest "Aid for the Wounded")
-
constantly afking in bgs?
Hello, Can you share your log file please (you can found it in "Logs" folder).
-
Won't re-equip
Hello, You are sure to use the good weapon name (case sensitive)? You can try to clear this option and relanche WRobot for complete auto this option.
-
Blacklist
Hello, Go to tab "General Settings", button advanced..., in new window go to tab "Looting and farming options" and add id of veins at ignore in textbox "Don’t harvest object (one id by line)". You can get id of object in wowhead URL, in this URL (Copper Vein): http://www.wowhead.com/object=1731/copper-vein you can find "object=1731", the Id is 1731 and it is an object (you need to put objects in this list, if url contain "item=1234" it is item id and this not works on "don't harvest object"). If you need help to get objects id tell me name of veins.
-
Error Message please help!!!
Hello, You fightclass seem corrupted, try to download again the fightclass.
-
MMORobot server update finished
Hello, Sorry for the down time, the update of mmorobot server has took longer than expected, everything works fine now. Do not hesitate to follow MmoRobot on Facebook and Twitter to get informations even when website has problems.
-
MMORobot server update finished
Hello, Sorry for the down time, the update of mmorobot server has took longer than expected, everything works fine now. Do not hesitate to follow MmoRobot on Facebook and Twitter to get informations even when website has problems.
-
Game version incorrect
The problem is due to Windows account privilege, you need to launch WRobot in administrator mode (to get access at the wow process memory), for this, you need to use administrator Windows session.
-
Game version incorrect
Hello, I have check and no wow update. Do you play on official wow server? Do you have administrator Windows session? WRobot has already works on your computer? (if never read this ). Can you send me your log file of bugged session please (you can found it in "Logs" folder)
-
Interrupt
Hello, If you use C# code you can use code like this: (replace Mighty Bash in "_mightyBash = new Spell("Mighty Bash");" by your spell name (in english)). If you use FightClass editor you can use spell condi like this: InterruptsTest.xml ps: I haven't tested this code/fightclass, if this don't work tell me. ps2: More result here: https://www.google.com/search?q=site%3Awrobot.eu+Interrupt
-
WRobot beta (need testers) and WRobot schedule
Hello, No sorry, you cannot use lua profile (you can convert it manually if you have know base in xml/lua). And new update, you need to download again beta.