Jump to content

Xolem

Members
  • Posts

    14
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Xolem's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Ah oui effectivement j'avais oublié TSM. C'est surement ça, de toute façon j'avais réglé le problème en supprimant le vendeur du profil de collecte que j'utilisait. Merci
  2. Thanks, had done the part interactwithnpc, but didn't knew about the method. Nice to know about it. CompleteQuest();
  3. Et pour répondre à la question (quand même) j'utilisait le profil sans addons et je n'ai eu le bug qu'avec ce vendeur oui.
  4. Oubliez ce problème, obsolète depuis le temps, et répondez plutôt à mes messages privés que vous ignorez depuis des semaines, je suis au bord du chargeback paypal la... Vous ne consultez jamais vos PM ou bien?
  5. Ok I now see where the problem lies, the dll has not been appropriately compiled for 32 bits, leading to problems on some machines. Pasterke has to compile it for 32 bits (in Visual Studio) and it should work for everyone. I might be wrong but I did my own warrior .dll fightclass and it was doing nothing more than auto attack as well. Changing default Visual Studio compiling method to use 32 bits made it work instantly.
  6. Well right now i'm on a kind of very fast programming course and i should focus on the language we learn (java). I don't do it for the money of course, but to learn. It's just that i must focus on java right now and not c#. I will contact you if i'm back at it. But it's time consuming as i try to do at the same time fightclasses for every class and every level range oO
  7. I was working on alliance 1-100 but got banned after coding the 4th quest i'm afraid ^^. Either way as it takes more or less 1 hours per quest, it would have taken one million years to complete it. I might get back to it but it will be paid no matter what, it's a huge timesink and I have to pay all these damn licenses as we get banned while coding the stuff. I will try to do 1-100 as it's cheaper, and associated fightclasses for all classes (adaptative to your level, means only use your current spells and doesn't do 1000 checks for unknown spells.)
  8. Hello guys, Right now i'm trying to program the druid starter quest in Dalaran and it has been a pain in the ass, so far. The quest consist on picking up the quest in Dalaran, then teleport to the druid area in Kalimdor and turn in the quest. In the meanwhile, the quest giver changes his position and ID. So far I have been managing to pick up the quest and do the teleport. but once there the bot will no turn in the quest. I have been working on that stuff for almost 20 hours straight now so it's quite a serious issue for me. Also if you find I have too much xml code and I should put more stuff in classes please do tell me. Here are the samples of code for the quest : C# : using wManager; using robotManager; public sealed class aSummonsFromMoonglade : QuestClass { public aSummonsFromMoonglade() { // http://www.wowhead.com/quest=40643 Name = "A Summons From Moonglade"; QuestId.Add(40643); } } XML <?xml version="1.0" encoding="utf-8"?> <QuesterProfile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <QuestFile>Intros\druid-intro.cs</QuestFile> <QuestsSorted> <QuestsSorted Action="WriteLog" NameClass="Compiling Legion introductory druid quests" /> <!-- 2: A Summons From Moonglade --> <QuestsSorted Action="PickUp" NameClass="aSummonsFromMoonglade" /> <QuestsSorted Action="If" NameClass="(wManager.Wow.Helpers.Quest.HasQuest(40643) &amp;&amp; !wManager.Wow.Helpers.Quest.GetQuestCompleted(40643) &amp;&amp; wManager.Wow.Helpers.Usefuls.MapZoneName != &quot;Moonglade&quot; &amp;&amp; wManager.Wow.Helpers.Usefuls.MapZoneName != &quot;Reflet-de-Lune&quot; &amp;&amp; wManager.Wow.Helpers.Usefuls.MapZoneName != &quot;Claro de la Luna&quot; &amp;&amp; wManager.Wow.Helpers.Usefuls.MapZoneName != &quot;Radaluna&quot; &amp;&amp; wManager.Wow.Helpers.Usefuls.MapZoneName != &quot;Mondlichtung&quot; &amp;&amp; wManager.Wow.Helpers.Usefuls.MapZoneName != &quot;Clareira da Lua&quot; &amp;&amp; wManager.Wow.Helpers.Usefuls.MapZoneName != &quot;Лунная поляна&quot;)" /> <!-- All languages supported --> <QuestsSorted Action="RunCode" NameClass="wManager.wManagerSetting.CurrentSetting.CloseIfPlayerTeleported = false;" /> <QuestsSorted Action="RunCode" NameClass="wManager.Wow.Helpers.SpellManager.CastSpellByIdLUA(18960);" /> <QuestsSorted Action="EndIf" NameClass="" /> <QuestsSorted Action="TurnIn" NameClass="aSummonsFromMoonglade" /> </QuestsSorted> <NpcQuest> <NPCQuest Id="101061" Name="Archdruid Hamuul Runetotem" GameObject="false"> <PickUpQuests> <int>40643</int> </PickUpQuests> <Position> <X>-833.6385</X> <Y>4403.738</Y> <Z>737.4111</Z> <Type>None</Type> </Position> </NPCQuest> <NPCQuest Id="101064" Name="Archdruid Hamuul Runetotem" GameObject="false"> <TurnInQuests> <int>40643</int> </TurnInQuests> <Position> <X>8001.76</X> <Y>-2680.266</Y> <Z>512.0837</Z> <Type>None</Type> </Position> </NPCQuest> </NpcQuest> <Npc></Npc> <Blackspots></Blackspots> </QuesterProfile> Thanks in advance, not much hairs left on my head ;)
  9. Same for me in french client, tested all version including 8 november, none work. All of them do full auto attack in humanoid form. I don't understand (using gathering profiles) Can't really link any relevant logs, as the bot does nothing but stand full auto attack. Would really like to test this profile, but it just doesn't work at all for me. I attached logs 9 nov. 2016 21H22.log.html 9 nov. 2016 21H39.log.html
  10. Bot get stuck in a loop while attempting to repair in Tornheim (NPC is called "Intendant Ricard") and just never press the damn button. When I manually press for repair the bot just keep with farming normally again. "French Translation" : Le Bot reste bloqué en essayant de réparer, sans jamais y arriver. Si je répare manuellement, il repart dans son cycle de farm normalement. I attached log and screenshot, thanks for help, I will just disable the repair option for now while the bug get checked.
  11. Version 1.0.0

    655 downloads

    Original file from Legion Cat Druid by BetterSister. I have been adding support for the new mechanics in 7.1.0 (No more healing touch, replaced with regrowth, for example). Hopefully it works for you. (At least it works for me) Use the same talents as Legion Cat Druid by BetterSister. Feel free to modify to suit your needs better or tell me if you see some flaws on the rotation, i'm very new to the bot and my understanding of the feral druid is still rusty.
×
×
  • Create New...