Jump to content

createdby

Members
  • Posts

    282
  • Joined

  • Last visited

Posts posted by createdby

  1. Nein das denke ich kann man nicht erwarten das der bot nur auf eine bestimmte Anzahl an User begrenzt ist:rolleyes:

    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:smile:

  2. 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 :sad:

    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:biggrin:

    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:unsure:

    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 :blink:

  3. 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

  4. 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

     

  5. 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

     

     

  6. 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?

×
×
  • Create New...