Everything posted by Weer36
-
Can't see WowUnit
What if wrobot can't see no one of auctioneers in Orgrimmar? I Have zero in ObjectManager.GetObjectWoWUnit().Where(x => x.IsAuctioneer).Count() But if come closer, it's ok wManagerSetting.CurrentSetting.SearchRadiusObjects = 1000 BTW, closest auctioneer in 90ft
-
IsOnline Check Network Request Fails
Just add route to pathfinderwotlk4.wrobot.eu through your real IP
-
change Product in plugin
if relogger is the best way, so should be another way?
-
change Product in plugin
Hello everyone! How to change and then start product from Gatherer to Quester in my plugin?
-
Load Profile Code
How You made it from plugin? In my case plugin is disposed, then products can't start again (
-
Current state
How to get Current FSM state? But not in robotManager.Events.FiniteStateMachineEvents events
-
Correct exit from game
Hot to exit from game without killing process? Cuz when i kill process, character's config not saves. BTW exit from bot&relogger possible without killing process?
-
Conditions to go to town for repair
thanks
-
Conditions to go to town for repair
Hi How to set it?
-
Official WRobot API Documentation
Is exists doc for all variables in settings files?
-
Casting Spell on WoWUnit Without Targeting (Player OR Mob)
So what inside of CastSpellByNameOn ?
-
Casting Spell on WoWUnit Without Targeting (Player OR Mob)
Where did You seen Enumerable in my question? 😄
-
Casting Spell on WoWUnit Without Targeting (Player OR Mob)
What's the difference between SpellManager.CastSpellByNameOn("Rejuvenation", p.Name); and Interact.InteractGameObject(player.GetBaseAddress); Spell.Launch(); Interact.ClearTarget(); ?
-
manage state of other plugins
just loadall or disposeall ((
-
manage state of other plugins
Greetings! How can I manipulate (stop/start/enable/disable) other plugins from my own?
-
How to determin Im in login screen?
How to determine I'm in login screen?
-
Minimize relogger
You right, I saw arguments from admin user (
-
Minimize relogger
Isn't safe as You expected if I see command line in task manager. Need more hide skills from warden! )
-
Minimize relogger
LOL, but there is no way to do it automatically?
-
Minimize relogger
Sorry, but I can't find option in Relogger.xml to minimize it at run. He's writing to me, I shall reduce CPU usage )
-
Relogger don't start the bot
Relogger must be runed under user with administrator rights
-
Don't loot cheap stuff
Thanks. But what addon, for example?
-
Don't loot cheap stuff
Hello boters! Maybe exists some event like onBeforeLoot() for override it with example of use? I don't need to loot cheap garbage. Now I can drop it in Timer procedure by checking items on GetBagItem().
-
One-hand sword to right hand
I knew that method, but will it puts in right hand, depends on DPS ? For Rogues, I thought, harder sword must be used by main hand, fast weapon - in left hand
-
One-hand sword to right hand
Hello ! How to put on-handed sword into the main hand?