Jump to content

arkhan

Members
  • Posts

    131
  • Joined

  • Last visited

Everything posted by arkhan

  1. Bah c'est Droidz qui fait tout enfaite ^^
  2. A un moment donné, il y'a eu un bug avec le parseur ou alors wowHead avait changé sa structure. (c'est surement le deuxieme mais je en suis pas certain). Suite à ça Droidz à fait une M.A.J et a régler le problème. Mais cette M.A.J n'as été éffective que sur les serveur officiellement supporter(Retail, vanilla, BC, WOTLK, Cata, MoP et WOD). LA version Legion pour private serveur n'est pas réellement Mis à jour, elle est juste la pour dépanner, donc il faut attendre une M.A.J
  3. Salut, C'est quel serveur ? Certain serveur 7.1.5 bloque l'accès au Wow 32bits, il suffit de renomer le Wow64.exe en Wow644.exe par exemple et la l'utilisation du 32 bits est accepté. C'est le cas pour WowFreakz par exemple. Edit : Wow 7.1.5 (23360) Final > http://download.wrobot.eu/wrobot/oldversion/WRobot_7.1.5_23360.zip Wow 7.1.5 (23420) Final > http://download.wrobot.eu/wrobot/oldversion/WRobot_7.1.5_23420.zip
  4. I doubt it's WowCircle because their interface doesn't look like his picture. So, I've got a question about Warden (Private server) if they claimed detect bot and hack , etc... they can detect fight class with lua ? Especialy, when used macro for detecting burst mode, stun , etc ..? Which server is ?
  5. if is on wotlk i can help you to get them in a minute Edit : the list for WOTLK public List<uint> DemoralizingShoutList = new List<uint>() {1160, 6190, 11554, 11555, 11556, 25202, 25203, 47437};
  6. if is not working with string you could try with a list of id ( you put all rank id in the list)
  7. OH yes sorry i've mixed up with the other shout. Have you try with the id ?
  8. Version 1.0.3

    626 downloads

    Hi, this is my first attempt into an advanced FC for leveling. this is a work in progress, maybe not work properly for an high level charachter. Currently it's support from 1 to 29( i've added some spell for higher level but not tested if working properly) I would like to say that i've read some c# files before dive into it (help me to better understand how it works) I would like to thanks Especialy Jasabi for his iMageBasic.cs where i've found inspiration. Settings What it does? Use nova for rooting target Use mage's Food and Drink Use fire blast and nova explosion to finish target Move if target is rooted or stunned (works with frost nova and frostbite) Shoot on low mana Use mana shield on low healt use blink if stunned (at the moment is not recognize all stunned buff)
  9. Thank you for giving your time, it works like a charm.
  10. Hi, I'm making a FC in c# with the exemple there Everythink is ok except for settings when i click on settings, the box show settings but without default settings an when i try to save settings it only save the last data. [Serializable] public class ShamanSettings : Settings { [Setting] [DefaultValue(true)] [Category("GHOST WOLF SETTINGS")] [DisplayName("Ghost Wolf")] [Description("Use Ghost Wolf")] public bool UGW { get; set; } [Setting] [DefaultValue(4)] [Category("GHOST WOLF SETTINGS")] [DisplayName("Use after X secondes")] [Description("Use Ghost Wolf after X secondes out of combat")] public int TGW { get; set; } [Setting] [DefaultValue(50)] [Category("GHOST WOLF SETTINGS")] [DisplayName("Mana required")] [Description("Use Ghost Wolf only if mana is superior or equal")] public int MGW { get; set; } private ShamanSettings() { ConfigWinForm(new System.Drawing.Point(400, 400), "Shaman " + Translate.Get("Settings")); } public static ShamanSettings CurrentSetting { get; set; } public bool Save() { try { return Save(AdviserFilePathAndName("CustomClass-Shaman", ObjectManager.Me.Name + "." + Usefuls.RealmName)); } catch (Exception e) { Logging.WriteError("ShamanSettings > Save(): " + e); return false; } } public static bool Load() { try { if (File.Exists(AdviserFilePathAndName("CustomClass-Shaman", ObjectManager.Me.Name + "." + Usefuls.RealmName))) { CurrentSetting = Load<ShamanSettings>(AdviserFilePathAndName("CustomClass-Shaman", ObjectManager.Me.Name + "." + Usefuls.RealmName)); return true; } CurrentSetting = new ShamanSettings(); } catch (Exception e) { Logging.WriteError("ShamanSettings > Load(): " + e); } return false; } } there is the full c# file if somoene can help me to figure this out Arkhan-ShamEnh.cs
  11. I've used this plugin on MOP from 87 to 90 and it works very well. Thanks for this usefull plugin
  12. I've encounter the same issue, tested with some parameters but that doesn't matter. LHW.Launch(); // bug if target move LHW.Launch(true, true, false, true); //bug don't wait during cast for healing if target move; bot move LHW.CastTime = 1500f; // Ignore the castime set SpellManager.CastSpellByNameOnSelfLUA("Lesser Healing Wave"); // Tested all lua and the bot doesn't wait //LHW.MinRange and LHW.MaxRange doesn't change notting I'll try tonight with minRange et MaxRange to see if that change something Edit: Finaly found a solution wManager.Wow.Helpers.Usefuls.WaitIsCasting(); // Wait during cast LHW.Launch(true, true, false, true);
  13. I've a question about buyer. So, if i buy a profile and the seller don't want to renew his subscription, what happens to the buyer ? He can continue to use file or not ?
  14. I've never encounted a situation where i needed to write more than one ID. But I've only do quest 1-80 for cataclysm + mop, so maybe for legion or vanilla is required but i doubt of it. Same, so far i've tested, only the id is important. Hum, the only thing who came to my mind is to make quest profile quicker. When i need to fill the quest form (KillandLoot, Gatherer, ...) Find the creatures, GameObject and click again to set up their position is really annoying. But I've saw in the dev. tools you enter the id/Name of the creature and that return all the position where the bot find this creature/GameObject. Maybe there is a way to make a button with ID or Name and click on it to fill up the positions automaticaly? Anyway great job.
  15. Hi, this is an idea not sure that works try to add step "Interact with npc" put the id and the position of the door. Now to go to the next step you need to detect a change in the game. Perhaps, it's ID or Position change when you click on it ? or try this with step runcode (never tested with GameObject) Vector3 DoorPos = new Vector3(5718, 721, 641); // for example wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(DoorPos, ID, -1);
  16. On 5.4.8, this feature works only for Legion ?
  17. Hello, I tried several times to get an another reward than the first but it seems impossible. No matter that i replace by 2,3 or 4 depending on the quest itself. Tested with Easy Quest Editor
  18. Launch your wow, then Launch the correct version of Wrobot. I tried with Cataclsym and Mop and works like a charm
  19. Hello, If i remember correctly, yes it's possible
  20. Really hard to do, there are rivers, seas, streams everywhere in Pandaria ^^' is it possible to detect water collision and blacklist this area or dismount ?
  21. Salut ne jouant pas sur retail mais sur privé je n'ai pas ce bug. Cependant , je peux te donner quelque conseil mais aucune garantie que cela fonctionne. As-tu essayé avec une autre FightClass? Les paramètres pause bot if nearby player dans security sont décochés ? Peut être est-ce l'UI qui déconne, et dans ce cas crée une macro ingame avec /reload ui et ensuite dans le bot la lancé toute les XX minutes avec My Macros
×
×
  • Create New...