Jump to content

createdby

Members
  • Posts

    282
  • Joined

  • Last visited

Everything posted by createdby

  1. wo ein höllentor geschlossen wird geht woanders ein neues auf. die zeiten des wowbottens enden erst wenn wow endet. so sieht es aus. Meine Rede
  2. dem ist nichts hinzu zu fügenich bin immer noch der meinung das die zeiten des bottens nicht vorbei sind
  3. Nein das denke ich kann man nicht erwarten das der bot nur auf eine bestimmte Anzahl an User begrenzt ist Aber so ist das nun mal wenn etwas was verboten ist Public wird das dann versucht wird dem ein Riegel vor zu schieben Ich hoffe auf jeden Fall das droidz einen Weg findet das unsere Zeit hier noch nicht zu ende ist
  4. Da stimme ich 100% mit dir überein. Ging mir nur um die "noch" nicht erkennbarkeit das handling ist sicherlich komplett fürn arsch. Wrobot ist von der handhabung (mal abgesehen von pirox seinerzeit) mit das konfortabelste was der Markt zur zeit hergibt. ja das ist richtig Pirox R.I.P ja da stimme ich dir natürlich zu was die handhabung angeht xD Aktuell ist Wrobot einfach das beste was der Bot Markt so hergibt wir können nur abwarten und sehen wie sich das ganz mit diesem Bot weiter verhält Das dieser Noch nicht erkannt wurde liegt denke ich daran das die Homepage auf russisch ist und er nicht injected und auch die Community nicht sehr groß ist. Anders als bei Wrobot nach dem Honorbuddy entgültig seine User verloren hat, hat Wrobot natürlich enorm an Nachfrage und Nutzer dazu gewonnen. Was natürlich zur Folge hatte das Blizz auf uns aufmerksam geworden ist Desweiteren kann man mit dem Bot ja eigentlich nur farmen für was anderes gibt es keine funktionen. Ich bin ja immer noch auf der Suche nache einem nicht detected Petbattle bot, aber auch da ist momentan nichts zu finden
  5. Supremus muss dich da ein wenig berichtigen was den russischen bot angeht wenn es der ist den du meinst brauchst du das Fenster weder auf Vollbild noch im Vordergrund du kannst das Fenster minimieren ich nutze aktuell 3 Bot Anbieter wobei mir wrobot bisher der Liebste war Der große aber auch gravierende Unterschied im russischen bot ist der und denn darf man nicht vergessen! Leistest du dir da einen Fehler wirst du direkt erkannt er arbeitet ohne direkte wegpackte und kann nur den Weg finden den du im zeigst Geistpfade sind keine vorhanden und auch die Kampf Rotas sind mehr schlecht als recht Wenn du dich mit Bots auskennst und weißt was du machen musst wie der bot arbeitet Hindernisse umgeht etc kann man den für gewisse Sachen sicher nutzen aber Es bleibt kein Vergleich zu dem bot hier Also ich sehe den als keine gute Alternative Lg
  6. ok that's logical but how is that with my first example there I did not use a quest id
  7. hey guys i have a problem with the following quest step I want to interact with an object and then press a button so far no problem after pressing the button he should jump to the next quest step but he does not do that he repeats the steps I need a condition that he jumps to the next step if when he has pressed the button does anyone know how to do that? here the SharpCode var npcPos = new Vector3(450.2473f, 1446.444f, 741.041f); var npcID = 273292; npcPos = new Vector3(450.2473f, 1446.444f, 741.041f); npcID = 273292; GoToTask.ToPositionAndIntecractWithGameObject(npcPos, npcID, 1); Thread.Sleep(3000); Lua.LuaDoString ("QuestChoiceFrameOption1.OptionButton:Click()"); Thread.Sleep(1000); return true; and in the FullCSharpCode can i make a threadsleep timer after use a item on Npc? public sealed class AnOfferingofLight : QuestUseItemOnClass { public AnOfferingofLight() { Name = "An Offering of Light"; QuestId.Add (48559); Step.AddRange(new[] { 1, 0, 0, 0 }); HotSpots.Add(new Vector3(409.9177f, 1426.398f, 741.7526f)); ItemId = 152593; Range = 5 ; EntryIdTarget.Add(126700); Thread.Sleep(8000); // Time to wait after using the Item?? } } thanks for help best regards createdby
  8. and the last ^^ can you say me for skip indoor nodes false? thanks for that
  9. Droidz? and for search radius ? i will set from 100 to 50 and after my pulse i will set back to 100 greets
  10. Thank you droidz And Merry Xmas
  11. return (ObjectManager.Me.Position.DistanceTo2D(new Vector3(End Waypoint)) < 3); you can set this as condition is your bot on the position from the End Wayponit he go to the next step
  12. hi is there something that I can deactivate the farming? wManager.wManagerSetting.CurrentSetting.UseGroundMount = false; greets
  13. thanks droidz working perfect =)
  14. hi guys i need help again I am writing a quest I need a query for the following not completed quest I have tried to solve it but it does not work Quest.GetLogQuestIsNotComplete(245) Quest.IsObjectiveNotComplete(0, 245) i want make a start.xml There he should check if he did not complete the quest and then jump into the path <QuestsSorted Action="IfHasNotQuest" NameClass="44226" /> have not quest and not complete <QuestsSorted Action="WriteLog" NameClass="--- Start Sample 1 ---" /> <QuestsSorted Action="LoadProfile" NameClass="createdby\Legion\1.xml" /> <QuestsSorted Action="EndIf" NameClass="" /> <QuestsSorted Action="IfHasNotQuest" NameClass="44225" /> have not quest and not complete <QuestsSorted Action="WriteLog" NameClass="--- Start Sample 2 ---" /> <QuestsSorted Action="LoadProfile" NameClass="createdby\Legion\2.xml" /> <QuestsSorted Action="EndIf" NameClass="" /> <QuestsSorted Action="IfHasNotQuest" NameClass="44224" /> have not quest and not complete <QuestsSorted Action="WriteLog" NameClass="--- Start Sample 3 ---" /> <QuestsSorted Action="LoadProfile" NameClass="createdby\Legion\3.xml" /> <QuestsSorted Action="EndIf" NameClass="" /> greets thanks for any help
  15. ok i have a addon for coords but the coords not working -.- step by step i have the coords thanks for your help =)
  16. thanks for that but if i use this code the bot use the console an click on the map but not on the Point what I need
  17. FlightMapFrameScrollContainerChild:Click() i have tested with RunCode and RunLuaCode but not working
  18. on the example is this a button but with fstack i have no button option
  19. which lua command I have to take and what fstack is the right one
  20. can you give me a example? i have interactwithnpc and he use the console but lua code i have no idea thanks for your help test console.xml
  21. thanks for this info Use interact? i have tested with use interact with Npc and the bot use the console, but i have no idea for click the point on the map robotManager.Helpful.Mouse.CurseurWindowPercentagePosition(wManager.Wow.Memory.WowMemory.Memory.WindowHandle, 43, 58); robotManager.Helpful.Mouse.ClickLeft(); how did I use that? With RunCode?
  22. Hi everyone I am currently writing the Argus questline and I have a problem how did the bot use the Vindikaar Console? and how does he click my first point? other Problem Waypoint on Vindikaar no aviable? thanks for answer best gregards
×
×
  • Create New...