Everything posted by Droidz
- [REQUEST] Wrobot 7.0.3 22522
-
Wrobot problem
Hello, Can you share your log file please (http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/).
-
Am I able to write any type of profile in C#?
Hello, create bot (product) is good way, you can also create "Custom Profile" (full c# code) or create quest profile (you can use c# code in quest profile).
-
Relogger not working properly
Hello,this problem is caused by new protection. In relogger go to "General Settings" and change "Path to WRobot", select file with same icon than 'WRobot.exe' with an random name like "UqtfGgP.exe".
-
License key private server 6.2.3 20779
Use this version: http://wrobot.eu/forums/topic/3408-download-wrobot-for-wod/
-
'Error during hook test'
Hello, try to launch WRobot with shortcut "WRobot No DX"
-
Banwave...
I wanted to also tell you to beware of unbanning services.
-
Banwave...
Hello, Due to recent banwave, I recommand to not use WRobot on your main account (close all wrobot windows and wow before switch on your main account) and you need to know than currently ban risks is high. Ofcourse I have works to avoid new banwave, but keep careful. If you want use WRobot launch it and accept update. Kind regards, Droidz. UPDATE: http://wrobot.eu/forums/topic/4516-banwave-update/
- Banwave
-
Wow Patch 7.1.0 Build 22995
Is now fully supported by WRobot (relaunch and update wow and wrobot).
-
wrobot final version 6.2.3.20886 and battleground
Do you get this problem since last update?
-
Set Specialization and Talents
Hello, with lua code like this: TalentMicroButton:Click() if PlayerTalentFrame then PlayerTalentFrameTab2:Click() PlayerTalentFrameTalentsTalentRow1Talent2:Click() PlayerTalentFrameTalentsTalentRow2Talent1:Click() PlayerTalentFrameTalentsTalentRow3Talent1:Click() PlayerTalentFrameTalentsTalentRow4Talent1:Click() PlayerTalentFrameTalentsTalentRow5Talent1:Click() PlayerTalentFrameTalentsTalentRow6Talent1:Click() PlayerTalentFrameTalentsTalentRow7Talent1:Click() PlayerTalentFrameCloseButton:Click() end Replace talent number, in PlayerTalentFrameTalentsTalentRow4Talent1:Click() replace 1 by 1, 2 or 3 (talent number) (in the line, is the row 4, it is the talent for level 60) You can get wow button name with this script: http://wrobot.eu/forums/topic/1689-useful-scripts/?do=findComment&comment=8447
- Force Stop Battleground Free Movement and Targeting/Attacking
-
Mining Quests
Hello, can you give me wowhead link of one of this quest.
-
heal battle pets with bands
Hello, use c# code like: wManager.Events.FightEvents.OnFightEnd += delegate(Int128 guid) { uint itemId = 86143; // Battle Pet Bandage if (ItemsManager.HasItemById(itemId)) { if (PetBattles.PetJournalGetHealth(1) != PetBattles.PetJournalGetMaxHealth(1) || PetBattles.PetJournalGetHealth(2) != PetBattles.PetJournalGetMaxHealth(2) || PetBattles.PetJournalGetHealth(3) != PetBattles.PetJournalGetMaxHealth(3)) { ItemsManager.UseItem(itemId); Usefuls.WaitIsCasting(); } } };
- Kickbot
-
Have a fight class Draw on screen???
Hello, no sorry, you can only draw lines and circles (check Radar3D class)
-
ItemEquipLoc wrong datatype
Hello, if you can wait next update, I have fixed problem.
-
Smooth Movement for Turning
Hello, you cannot change it.
-
For friends (party) pauses movement
Hello, if you can wait next update.
-
mining legion ?
http://wrobot.eu/files/category/158-broken-isles/
-
Move or Strafe during combat? Open Quester by itself?
Hello, like this: wManager.Events.FightEvents.OnFightLoop += (unit, cancelable) => { var me = wManager.Wow.ObjectManager.ObjectManager.Me; var target = wManager.Wow.ObjectManager.ObjectManager.Target; if (me.IsAlive && target.IsAlive && !me.IsCast && me.HaveBuff("Buff name")) { wManager.Wow.Helpers.Keybindings.PressKeybindings(wManager.Wow.Enums.Keybindings.STRAFELEFT, 1000 * 3); // strage left during 3 secondes } }; (run this code only one time by wrobot session)
-
WRobot for Wow 7.1.5 bugs reports
I'll create meshes for 7.1.0 version soon I'll resolve this problem in next updates.
-
Add "cooldown on item" - In use item and spell on
Changed Status to Confirmed Changed Version to All
- Attacking other players