Everything posted by Droidz
-
Tracking by npc name seems to be broken
Changed Status to Confirmed Changed Version to All
-
WRobot No DX less efficient ?
Hello, if you can use default WRobot settings, "no dx" is only for users with problems with directx.
-
Remove curses & Poison
Changed Status to Not a Bug Changed Version to All
-
Remove curses & Poison
Hello, http://wrobot.eu/forums/topic/1118-snippets-of-lua-codes-for-fightclass/?do=findComment&comment=17321
-
Snippets of LUA codes (for FightClass)
Check if any buff/debuff by type LuaScript: anyPoison = false; for i=1,40 do local name, rank, icon, count, debuffAuraType = UnitAura("player", i); if name and debuffAuraType and debuffAuraType == "Poison" then anyPoison = true; return; end end - you can replace player by UnitId - Replace 53817 by your spell id. Research: true Var: anyPoison Wow API: http://wow.gamepedia.com/API_UnitAura You can change "player" by "target" or "pet" or... to check target, pet... buff/debuff. You can change "Poison" by "Magic", "Disease", "Curse".
-
Schedule bot is not working properly
Hello, can you share your log file please.
-
Blacklisting target while being stunned.
Hello, if you can wait next udpate and tell me if problem is resolved.
-
Blacklisting target while being stunned.
Changed Status to Fixed
-
Use rebith on a dead player
-
Relogger wow1,2,3,4
Hello, do you have check "Remember Account Name" in login wow window? If yes, uncheck this option.
-
New patch is out 22522 :( waiting on droidz to do his magic.
Hello, WRobot don't need update for this build.
-
Something keeps hanging my bot.
Can you try this version: Loot-A-Rang.cs, try also to change your fightclass
-
Blacklisting target while being stunned.
Changed Status to Confirmed Changed Version to All
-
game currently used by bot
Hello, step 6 and 10 http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966
-
Relogger crash
Hello, can your share log file
-
Fight Class ?
Bonjour http://wrobot.eu/forums/topic/3566-wrotation/#comment-17262
-
Profil Payant ?
https://www.google.fr/#q=site:wrobot.eu%2Ffiles%2Ffile+[paid]
-
WRotation
Bonjour, Les Figthclass(es) gère les sorts de votre personnage (sans fightclass, votre personnage fera du corps a corps sans utiliser de sort). WRotation permet de controler le votre personnage manuellement, mais le bot gère les combats. Plus d'info ici http://download.wrobot.eu/wrobot/guides/WRobot guide FR.pdf et http://download.wrobot.eu/wrobot/guides/WRobot FAQ FR.pdf
-
Update Status - Patch 7.0.3 Build 22498
WRobot support now Wow 7.0.3 build 22498, you need to update WRobot.
-
Game version incorrect
Hello, http://wrobot.eu/forums/topic/3693-update-status-patch-703-build-22498/
-
Update Status - Patch 7.0.3 Build 22498
Hello, I just start to work on this patch
-
Try the bot 15 minutes as said in its description
Hello, trial version is available only on WRobot for private server.
-
Quester sometimes decides to double pulse.
Yes, I cannot resolve this problem, you cannot use class ProfileHelper in quest steps (after reload profile), you need to use full code, fixed profile: Eeny_Slagmines_EDITED.xml Some time, lua return empty ( ), I have try to fix it in quest step code.
-
Something keeps hanging my bot.
Hello, do you have try to disable Loot-A-Rang plugin to check if you get this problem or no?
-
Bot attacking dead npc
Thank you, if you can wait next update. Problem is resolved.