Jump to content

Droidz

Administrators
  • Posts

    12440
  • Joined

  • Last visited

Community Answers

  1. Droidz's post in ignore NPC was marked as the answer   
    Ok, I'll add in the update today possibility to blacklist by guid (normally this solve your problem).
  2. Droidz's post in Sending Mail was marked as the answer   
    Hello,   It is probably wrobot problem, I'll fix it during next updates.   Thanks.
  3. Droidz's post in Question sur profiles was marked as the answer   
    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).
  4. Droidz's post in Targetting Mob that cannot be attacked was marked as the answer   
    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).
  5. Droidz's post in Help installation was marked as the answer   
    Bonjour,
     
    La connexion au serveur de mmorobot semble bloqué, essaye de désactiver ton antivirus/pare feu pendant l'installation.
  6. Droidz's post in Blizzard improved bot detection was marked as the answer   
    Hello,   Indeed, Blizzard have added new method for detect bot, this method is destined a another bot, and can affect some others bots.   This checks from where is called the wow function named lua_load, and I do not use this function with WRobot.   WRobot is not affected by this, if there is a known risk I stop wrobot auth server directly (this close automaticly your bot).   But don't forget, botting is dangerous for your wow account, I recommand to not bot on your main account, mainly currently.
  7. Droidz's post in ele shaman bot not working was marked as the answer   
    Hello,
     
    In comment of this figthclass:  user has posted fix:
     
     
     
    Do you have tried to remove this lines?
  8. Droidz's post in Pick-Pocketing was marked as the answer   
  9. Droidz's post in 4228- Game Version Incorrect was marked as the answer   
    Update bot, now wrobot support last wow patch.
  10. Droidz's post in Interrupts was marked as the answer   
    Hello,
     
    sample code (fightclass in c#, save this file in *.cs):

    using System; using System.Threading; using System.Windows.Forms; using robotManager.Helpful; using wManager.Wow.Class; using wManager.Wow.Helpers; using wManager.Wow.ObjectManager; public class Main : ICustomClass { public float Range { get { return 4.5f; } } // Fight Range private bool _isLaunched; private const string FightClassName = "Interrupts"; #region ListSpells private Spell _mightyBash; #endregion ListSpells public void Initialize() { Logging.Write("Loading FightClass: " + FightClassName); // Init spells: _mightyBash = new Spell("Mighty Bash"); Logging.Write("FightClass Loaded: " + FightClassName); // Launch loop in new thread: _isLaunched = true; var threadLoop = new Thread(Loop); threadLoop.Start(); Logging.Write("FightClass Launched: " + FightClassName); } private void Loop() { while (_isLaunched) { try { if (Fight.InFight && ObjectManager.Target.IsValid) { // Spell Mighty Bash: if (ObjectManager.Target.IsCast && _mightyBash.IsSpellUsable && _mightyBash.IsDistanceGood) { var resultLua = Lua.LuaDoString( "ret = \"false\"; spell, rank, displayName, icon, startTime, endTime, isTradeSkill, castID, interrupt = UnitCastingInfo(\"target\"); if interrupt then ret = \"true\" end", "ret"); if (resultLua == "true") { _mightyBash.Launch(); } } } } catch (Exception e) { Logging.Write("Error in FightClass " + FightClassName + ": " + e); } Thread.Sleep(35); // Wait for UC usage } } public void Dispose() { _isLaunched = false; Logging.Write("FightClass Disposed: " + FightClassName); } public void ShowConfiguration() { MessageBox.Show("No setting for this Fight Class: " + FightClassName); } }
  11. Droidz's post in Nice question here! was marked as the answer   
    Hello,
     
    WRotation  help you manage the rotation during the fight (wrotation does not take control of your character out of combat).
  12. Droidz's post in Problèmes profil BG et Monture was marked as the answer   
    Bonjour,

     
    Je n'ai pas mis à jours les map depuis la 5.3.0 ce qui explique que le bot ne trouve pas le chemin dans le champ de bataille Œil du cyclone (qui a était modifier dans la version 5.3.0) et dans Gorge de Vent-Caverneux.

     
    Désactive c'est deux zones pour le moment je mets à jours ca rapidement (tu peux les désactivés directement dans la fenêtre champs de bataille de wow).

  13. Droidz's post in "Player Dead" was marked as the answer   
    I have found what cause problem. When wrobot is installed in C:\Program Files (x86)\ the updater don't want download correctly spell.txt.gz.   I ignore raison but I'll fix it, for the moment try to install wrobot on your desktop (you can donwload manually file: http://download.wrobot.eu/wrobot/bin/Data/spell.txt.gz (move this file in WRobot\Data\ folder))
  14. Droidz's post in Gathering Useless Herb was marked as the answer   
    Hello,

    82342 is the item id, not object id.

    Correct id is 211721 and 211719 (http://www.wowhead.com/object=211721 and http://www.wowhead.com/object=211719)

    Add ids in Don't harvest object for solve problem.
  15. Droidz's post in What does "Is Spell Usable" exactly? was marked as the answer   
    Hello,
     
    IsUsableSpell uses two functions lua: http://www.wowwiki.com/API_IsUsableSpell and http://www.wowwiki.com/API_GetSpellCooldown
     
    IsUsableSpell return true if you have mana, if no cooldown and conditions have been met.
  16. Droidz's post in bot just shuts down was marked as the answer   
    Hello,

    We have received a large DDoS attack that have been mitigated, however, the bots connections to the servers have been somehow interpreted as a part of the attack because the bot does not use a real browser to requests infos.

    This will be fixed soon, I have asked them to stop filtering our IP because the attack is gone.
  17. Droidz's post in Game version incorrect was marked as the answer   
    Hello,   Read this topic:     If you play on European server you need to downgrade wrobot (wow 5.3.0 is only on US server).
  18. Droidz's post in Product Construction was marked as the answer   
    Hi,   I attach grinder product project in this message (sample source code).   You can create products, if you need help for understand api classes/functions tell me.Grinder.zip
  19. Droidz's post in Time until level up? was marked as the answer   
    Hi,   I have noted your suggestion but as the saying schneider466 you can found wow addons for it.
  20. Droidz's post in Trying to use gatherer on low level character mounting problems was marked as the answer   
    Hi,
     
    You need to use Grinder product for farm without fly mount.
  21. Droidz's post in Labelled dig sites? was marked as the answer   
    Sites names is completed automatically when you have them in games. By default the name is empty because the name is based on wow client language and I cannot found name if you haven't dig site available in game.
  22. Droidz's post in Problem trying to buy a key or renew mine. was marked as the answer   
    Hi, thank
     
    I have fixed problem.
  23. Droidz's post in party bot was marked as the answer   
    Update wrobot (and go to product settings for new option)
  24. Droidz's post in Fisherbot Not Working was marked as the answer   
    Hi,

    Sorry, update again bot, normally problem fixed.
  25. Droidz's post in ARCHAEOLOGIST was marked as the answer   
    Hello,

    He miss file "WRobot\Data\archaeologyFind.txt", "WRobot\Data\aquaticmountList.txt".

    Reinstall WRobot, tell me if you have again problem.
×
×
  • Create New...