Everything posted by Droidz
-
afk probelam
Hello, Close TeamViewer (TeamViewer_Service.exe and TeamViewer.exe) and Tuneup utility (TuneUpUtilitiesService64.exe and TuneUpUtilitiesApp64.exe ).
-
Are profiles safe?
WRobot don't use same method that PQR to manage spell rotation. WRobot manage in wrobot process the rotation (PQR manage rotation directly in Wow process with lua code).
-
Player gets stuck a whole bunch
Read in battlegrounder Product settings it is written to remove from random queue Strand of the Ancients:
-
afk probelam
Hello, I have reply by PM, if you can send me list of process running on your computer please (and your keyboard name). To get list of process, open cmd (in admin mode) and use command: tasklist
-
How to disable casting while farming ?
Try to disable option "improve combat rotation speed"
-
trying to grind krol the blade
Hello, Can you send me your profile please.
-
How to disable casting while farming ?
You can try to use condition "Me in Cast" need = false (this don't launch spell if you launch an spell or use item/object).
-
What happened to wrobot lately ?
Hello, No change which can cause this problem, can you share log of an session with problem please. Thanks.
-
Orc or dummy
print("start") if (GetUnitName("target") == "Training Dummy") or (GetUnitName("target") == "Raider's Training Dummy") then print("dummy") retV=1 else print("target") retV=UnitIsEnemy("player","target") end print("end") ps: You can test your script and get lua error in "Tools" > "Development tools", copy your code in text zone and click on buton "Lua (retu...".
-
IsSpellUsable buggy ?
In your log what ID found WRobot for the spell Stealth ?
-
Manifestation of Pride
Hello, See on wowhead: http://www.wowhead.com/npc=72280/manifestation-of-pride Reaction is neutral (no hostile).
-
dont get cheap shot or shadow step working
Look this: And can you share your fightclass please i'll look it. Thanks
-
Demounting
You need to put position of vendor at outdoor. WRobot go to position declared in your profile (now outdoor) with flying mount > Search vendor > Go to vendor (indoor) with ground path. (don't forget to clean npc database (NPC DB tools)).
-
2 questions
Hello, Can you try to install an copy of wrobot in new empty folder (for reset all settings by default). Only choose an fightclass and your petbattle profil and tell me if this works? Try also to disable Wow addon
-
Grizzly Solstice Profile Question
Hello, If this NPC is not in your profil try to clean your npc database (close wrobot and remove file NpcDB.xml (in WRobot\Data)). If npc is in your profile, change position of the NPC (outdoor) (and clean db).
- Demounting
-
dont get cheap shot or shadow step working
Hello, In your fightclass try to replace spell name "Cheap Shot" by "Stealth" (More info ). If this don't work, please share full log and your fightclass.
-
automatically target player with low hps
Do you have activated on your health spells the option "For friends (party)"?
-
Request: Exotic Leather grind
Hello, Topic moved.
-
afk probelam
Hello, With the last update do you have this problem?
-
WRobot broken after update - "A Referral Was Returned From The Server."
Hello, Do you have try to reboot your computer? I have buyed certificat on Comode website normally you should not be problem. Can you tell me if you have (or not) this problem after the update. Thanks everybody and sorry for the troubles.
-
automatically target player with low hps
Hello, WRobot auto select player at heal by hp (ascending). What fightclass do you use?
-
combine with...
With option "Unlock fps..." your fightclass works? For combine spell you can use lua (spell option "Is not spell, is lua script" to true): local idSpellBerserking = 26297 local idSpellAdrenalineRush = 13750 local spellname = "" spellname = GetSpellInfo(idSpellBerserking) CastSpellByName(spellname) spellname = GetSpellInfo(idSpellAdrenalineRush) CastSpellByName(spellname)
-
Mailbox problem
Do you use good name (case sensitive)? Try to copy paste name from this website or wowhead (use name of your wow client).
-
combine with...
Hello, In general settings (advanced) you can try to activate options "Improve combat rotation speed (this option can skip spells)" and "Unlock fps limit (improve reactivity) (need restart)". And can you share your fightclass? Thanks.