Everything posted by Droidz
-
I think the Meashes are kinda bugged for Kalimdor
Hello, Your problem is not normal, do you have this problem with all dig sites? (it is possible to get problems with one or two dig sites, in this case, just desactive dig site in product settings). Do you have an good fps in-game? You have this problem since start or only since last update?
-
Arena problems
Hello, wManager.Wow.Helpers.Fight.InFight is true when WRobot is in combat (not if player is attacked) To detect if player is attacked you can use it: wManager.Wow.ObjectManager.ObjectManager.GetNumberAttackPlayer() > 0 or wManager.Wow.ObjectManager.ObjectManager.Me.InCombat ps: In the last update I have added new WRotation option to attack all selected targets (without any check) (to avoid this problem).
-
Kill Command does'not work at all
Ok, Kill command is russian is Команда "Взять!" ? If you enter this in wow chat: /cast Команда "Взять!" the spell is launched? If in the wow chat you enter /run spellname=GetSpellInfo(34026); CastSpellByName(spellname); the spell is launched? Now if you can try to add in your fightclass instead the spell name this code: local spellname=GetSpellInfo(34026); CastSpellByName(spellname); And activate the spell option "Not spell, is lua script".
- I have an idea for a plug for rare's NPC
-
Gathering no more gather ?
Hello, I have replied by private message: ps: You can download previous version here: http://download.wrobot.eu/wrobot/WRobot_1.2.3.zip (please tell me if this works on previous version and not on current version)
-
mise a jour
Bonjour, Avez-vous essayé de désactiver votre anti-virus? Vous pouvez télécharger à cette adresse un pack de WRobot pré-installé: http://download.wrobot.eu/wrobot/tmp/WRobotFullPack.zip
-
Can't download Wrobot
Hello, Do you have download WRobot from this page: ? Check if your antivirus don't block download, and try to install last version of winrar/7zip.
-
[Documentation] WRobot api
I'll write the API documentation but I do not know when.
-
Wrobot dont start. what happends?
Hello, Can you send me your log file (you can found it in "Logs" folder).
-
Kill Command does'not work at all
Ok, if you can try to put (instead spell name) this lua code: RunMacroText('/cast Команда "Взять!"') And activate the spell option "Not spell, is lua script" (don't forget to settings spell range, timer, spell is usable condi and ... manually). If you can tell me if this works.
-
[Documentation] WRobot api
Hello, Sorry but I haven't write a documentation of WRobot API for the moment. You can found some samples in dev forum and tuto forum. If you have problem don't hesitate to contact me to get helps.
-
Blacklist
Yes, in dev tools click on dump all, an page is open on your web browser, you can found list of object, find line with the object name and copy "Entry id".
-
Great Work Droidz!!
Hello, Thank you zjxlsmr. jason, in tab "Map" click on "More options" and activate/desactivate what you want show/don't show.
-
Quester Bot Probleme
What profile do you use? For skip this quests, you can remove this quest of your profile (you can found tool for it in "Product settings" tab).
-
Dream of Cenarius
Hello, What is your wow langage? Can you share your fightclass and the log please. Thanks
-
Kill Command does'not work at all
Hello, It is strange, wrobot seem found and launch spell, You get this problem since when? Can you go to tab "Tools" > "Dev tools" > Copy this text in textbox: print('Команда "Взять!"') And click on button "Lua (return value in 'ret’)". If you can say me if in your wow chat (ingame), the spell name is properly written.
-
WRobot 1.2.4 released, 3D radar in game and more
Hello, WRobot 1.2.4 is released, to get this new version accept update request (when you launch WRobot). He has a lot of change (changelog here). If you get bugs do not hesitate to contact me on bug tracker. If this version don't works properly on your computer, you can download previous WRobot version here (1.2.3).
-
WRobot 1.2.4 released, 3D radar in game and more
Hello, WRobot 1.2.4 is released, to get this new version accept update request (when you launch WRobot). He has a lot of change (changelog here). If you get bugs do not hesitate to contact me on bug tracker. If this version don't works properly on your computer, you can download previous WRobot version here (1.2.3).
-
WRobot beta (need testers) and WRobot schedule
beta is now in normal release
-
constantly afking in bgs?
If you can send me again your log. (please remove all logs of your folder, launch wrobot, if you get problem send me log file, if you don't get problem, close WRobot, remove all logs files et launch again (to get only one log file of bugged session).
-
UseItemOn stall
Hello, I have look this video and near the zone where you can use quest item you can found this NPC: http://www.wowhead.com/npc=34634/gorgal-angerscar , use item on this NPC (I'll add UseItemAtPosition and UseSpellAtPosition with WoD update). Tell me if this don't works.
-
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).