Everything posted by Droidz
-
New thing stopping the bot...
In last update I have added possibility to blacklist mobs by guid:
-
Fishing Schools Issue
Do you have log of this wrobot session please. Thanks.
-
ignore NPC
Update wrobot and tell me if problem is solved. If wrobot is installed in program file try to change folder, I ignore but on some computers this cause problems.
-
Fishing Schools Issue
Hello, Can you test with new update and tell me if problem is solved. Thanks.
-
Strange issues with pool fishing.
Problem fixed, wait the next update.
-
Target Buff
I have added this, wait next update ( wManager.Wow.Helpers.BuffManager.AuraStack(uint baseAddress, List<UInt32> buffId, out ulong owner) or in fightclass condition)
-
ignore NPC
Ok, I'll add in the update today possibility to blacklist by guid (normally this solve your problem).
-
New thing stopping the bot...
Hello, You can disable this option in "General Settings" > "Attack before being attacked".
-
Frost Mage won't cast Living Bomb/Mage Bomb
If you can try this settings Test Living Bomb.xml
-
Gatherer not working at all
Reply by PM, We'll post solution here.
-
Targetting Mob that cannot be attacked
I'll add possibility to blacklist mobs/objects by id/guid. You can also try to disable option "Attack before being attacked" in general settings.
-
PET TARGETING
Hello, What fight class do you use?
- Sending Mail
-
hmm deAD
Hello, When you are attacked wrobot equip your weapon (look in product settings if your weapon name is correctly configure).
-
Question sur profiles
Bonjour, Il y a un profil pour farm mines/herbes livré avec le bot, un pour le dépesage ici: . Je ne sais pas exactement ce que tu veux farm mais créer un profil grinder ou gatherer est vraiment simple, tu peux voir comment créer un profil grinder ici: http://www.youtube.com/watch?v=bak7iR0Ewo4&feature=player_embedded (créer un profil gatherer est similaire).
-
ignore NPC
The legendary is all time at the same location? I'll add possibility to add at blacklist mobs/objects by id/guid.
-
Gatherer not working at all
Hello, Can you share log file please. Do you have problems with others products (grinder, ...)?
-
Targetting Mob that cannot be attacked
Hi, You can blacklist zones (by locations), or setting targets level (if level of Twilight's Hammer Horse is different of others mobs) (all settings are on profiles creator).
-
Target Issue
Hi, Can you share your log. Try to increment number in "Max units near" (in general settings tab Looting and ...).
-
Frost Mage won't cast Living Bomb/Mage Bomb
Sorry I answered too quickly, you have tried also to put also Mage Bomb at Target Buff?
- Strand of Ancients problem
-
Strange issues with pool fishing.
Hey, I'll look it.
-
PVP Pet Battle Profile?
Hello, It is planned but no priority for the moment, wait the next updates.
-
ignore NPC
Hello, You cannot attack specific npc, but in profiles you can select target level or blacklist zones.
-
Frost Mage won't cast Living Bomb/Mage Bomb
Hi, Read this post: You can found base spell name with this macro: /run for i=1,200000 do local f=FindSpellBookSlotBySpellID(i,"spell") if f then local n,id=GetSpellBookItemName(f,"spell"),select(2,GetSpellBookItemInfo(f,"spell")) local s=GetSpellInfo(id) s=n==s and " " or "\124cFF4FF763"..s print(id,n,s) end end