Everything posted by Droidz
-
New characters stuck at vendor
Hello, thank, I'll look this, I come back here when is done.
-
New characters stuck at vendor
Changed Status to Confirmed Changed Version to All
-
Change Targets
You can launch it is xml fightclass, Add conditon "C Sharp code" like: ObjectManager.GetWoWUnitHostile().OrderBy(u => u.HealthPercent).FirstOrDefault(u => u.GetDistance <= 10) != null And in instead of spell name, put // Get unit in range and lowest health float distance = 10; WoWUnit unit = ObjectManager.GetWoWUnitHostile().OrderBy(u => u.HealthPercent).FirstOrDefault(u => u.GetDistance <= distance); // Any unit? if (unit != null && unit.IsValid) { // Interact Interact.InteractGameObject(unit.GetBaseAddress); } and activate spell setting 'No spell, is C# code'.
-
reloger Crash
it is strange. You have get this problem recently? (or you just start to use Relogger)? In google, all repport similar at this crash is very recent https://www.google.com/search?q=ltc_game32-116096.dll . What version of Windows do you use? do you have get update recently?
- macros
-
reloger Crash
Hello, can you give more details about problem. When this happen? The frequency? Do you get errors in your log files (you can found your log file in folder Logs).
-
attack dead object (log attend )
Hello, if problem persist, can you share the name of your fightclass and buffs of dead npc please (tab "Tools" > "Development Tools" > select npc in game and click on "Player/target buff/debuff", send me text after "TARGET Buff/Debuff:").
- possible to fishbot during queue time?
-
Asking add copy function on Relogger
Hello, I'll not add this feature. But you can copy manually (for it, edit setting file with notepad (WRobot\Settings\ReloggerGeneralSettings.xml)
-
Bought key but not working
Hello, try again, you can now use your license key with this version.
-
fishing retraitre of Margoss
Bonjour, pouvez vous décrire votre problème en Français.
-
Moves when fishing
Hello, do you have new line in log when this happen? Do you have try to reinstall WRobot in new folder and use default settings (without fightclass) to check if problem appear? And what frequency do you get this problem?
-
New FIGHT CLASS Guide [Willing To Contribute]
Hello, I'll not write more guide for create fightclasses (. Eeny has already create good guide and a lot of fightclasses (for Legion or older versions), with this fightclasses, you can see what conditions you need to use with your spell. I am agree, he missing descriptions of the conditions availables.
-
Repair/Install WRobot
Why I get message "The Game is currently used by this bot or contains traces of a recent of bot usage, are you sure you want to use this process ?" without reason?
-
Repair/Install WRobot
Why I can't download files (Error code 1D161/3 : "You are not allowed to download that file.")?
-
Repair/Install WRobot
How do I renew the subscription?
-
Repair/Install WRobot
How to use my license key to unlock WRobot?
-
Repair/Install WRobot
Where is my license key?
-
Repair/Install WRobot
-
Add "Focus" in fightclasses
In next days.
-
Bot
-
Can this run on Linux?
Hello, I have never try, but I don't think than WRobot works correctly with Wine on linux. But you can run WRobot and wow in Windows virtual machine.
-
Crashing my game
Hello, http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 steps 6, 7, 10, 14, 15
-
Macro only ONCE after combat
can you share your fightclass
-
Get WoWPlayer Realm
In CastSpellByNameOn you need to put lua unit id (not unit name) To don't stop move, you can try: Interact.InteractGameObject(partyMember.GetBaseAddress, false, true);