Jump to content

iMod

Elite user
  • Posts

    581
  • Joined

  • Last visited

Everything posted by iMod

  1. I'm not sure if you can use multi lines. If not just use return ObjectManager.GetObjectWoWUnit().Count(u => u.IsAlive && u.MaxHealth > 500 && ((ObjectManager.Me.TargetObject.Position.DistanceTo2D(u.Position) - ObjectManager.Me.TargetObject.CombatReach) <= 15) && u.IsAttackable && !TraceLine.TraceLineGo(u.Position)) > 3; You need to select " Sharp Code" as condition and add the line into Value.
  2. I stopped working at it since i had no need for it anymore. Take a look at PartyTagger it should do the same.
  3. Droidz just need to host a chat o.O should not that complicated if he has a web server.
  4. Wait you said you want to play classic right? This are private server and they have nothing todo with blizz. As dreamful said it depends ;) there are just a few server who care about botter and got the knowledge to do something against them. There is always a risk but as far i know the bot is not detected at the moment if that was your question.
  5. Chech this out may it helps https://wrobot.eu/files/file/1464-fishermans-friend-tinfoil-hat-and-some-utility-on-the-side/
  6. Zufällig weiß ich was ein Bot ist, ja Ich weiß auch das andere Entwickler Profile mitliefern, allerdings werden da Leute bezahlt die genau diese Profile erstellen. Dies ist hier nicht der Fall und deswegen gibt es den Bot auch recht günstig. Es ist halt kein hb und das wird hier auch in gefühlten 10000 Posts geschrieben, wenn du also nicht in der Lage bist dich vorher über das Produkt zu informieren kann dir hier leider keiner helfen. Ich würde dir empfehlen einfach mal droidz zu schreiben und mit Glück bekommst du dein Geld zurück und wir haben hier alle gewonnen ps: Ich rauche Marlboro pps: https://de.wikipedia.org/wiki/Umgangsformen
  7. Du zahlst für eine Software die dir die Möglichkeit/Schnittstelle bietet alles zu machen was du willst in dem Spiel. Wenn du die Anweisungen für den Bot selber erstellen möchtest, musst du dich damit auseinander setzen und Zeit in die Erstellung eigener Profile investieren. Sollte dem nicht so sein, musst du die Zeit die andere investieren bezahlen. Ich bezweifel ganz stark, das du dich hinsetzt und Wochen verbringst ein Profil zu schreiben und es dann für umsonst hier rein stellst ;) Das ist ein bisschen wie beim Bäcker, du zahlst für das Brötchen und wenn du es belegt haben möchtest, zahlst du für den Belag plus die Zeit die zur Erstellung benötigt wurde. In den Kosten vom Belag sind dann natürlich auch wieder die Herstellungskosten(Zeit) enthalten. Du siehst also das du hier keinesfalls "gefickt" wirst, sondern zahlst im Grunde für deine Faulheit oder dem ausgleich deiner Inkompetenz es selber zu bauen. Was den Support angeht, empfehle ich dir Discord zu benutzen. Dort bekommst du relativ zeitnahen Support. Ich hoffe ich konnte dir weiterhelfen Gruß iMod
  8. No, I don't play vanilla. Take a look into the vanilla download section and you will find some ppl who selling fight classes. https://wrobot.eu/files/category/163-fight-classes-vanilla/
  9. How about Spell settings -> Cast spell on -> Player? Name should be "Arcane Intellect"
  10. Wieso kaufst du ihn dann nicht dort? o.O
  11. Angemerkt werden sollte allerdings das man damit nur eine Session starten kann.
  12. Just search for "quest tutorial" and you will get something like this...
  13. Da kannst du droidz einfach mal direkt anschreiben und ihn fragen ob er da noch andere modelle anbieten kann / will.
  14. Also das ist pro monat und erlaubt dir so viele bots zu starten wie es dir möglich ist, so lange die externe ip (router) die gleiche ist. Sprich du kannst N rechner zB benutzen mit N bots, so lange die hinter deinem router im netzwerk sind und somit die gleiche externe ip haben. Außerdem hast du zugriff auf alle versionen die der bot unterstützt, sprich offi und alle privaten server.
  15. It is not possible to convert them 1 to 1. It is possible to use some informations from it like quest order, id's ect. but since the structure is too different its "not" possible to use a converter. I think you would be faster if you just grab the file and use the informations to create a wrobot profile.
  16. If the website is not available the bot won't work since the website also contains the login system for the bot.
  17. AOE means that the spell needs to be placed at the ground like Death and Decay from DK. If i'm not wrong there is no option in the editor to get the result you want. What you can do is to use C# code as condition. For example: int range = 15; int targetAmount = ObjectManager.GetObjectWoWUnit().Count(u => u.IsAlive && u.MaxHealth > 500 && ((ObjectManager.Me.TargetObject.Position.DistanceTo2D(u.Position) - ObjectManager.Me.TargetObject.CombatReach) <= range) && u.IsAttackable && !TraceLine.TraceLineGo(u.Position)); return targetAmount > 3; [range] = range around the target [targetAmount] = the targets we found around the target [targetAmount > 3] = returns true (executes the spell) if there are more than 3 targets around the current target hope that helps.
  18. No it is not possible with the party bot. Take a look into the plugin section may you can something that fits. For example:
  19. Technisch ist das möglich, ja. Du musst allerdings schauen ob du in der Lage bist Profile selber zu schreiben oder ob es hier welche zum runterladen gibt. Es gibt keine BotBase die extra fuer dungeons geschrieben wurde, sondern man kann z.B. den Quester dafuer missbrauchen.
  20. 1. Ihr seht unter "My Purchases" euren Key. 2. Ihr startet den Bot, drück "Launch Bot". Danach öffnet sich ein Fenster mit dem Title "License Keys Management. 3. Ihr tragt euren Key in die Textbox ein und drückt auf das + 4. Ihr drückt Login.... 5 Ihr habt Spaß mit dem Bot.
  21. Alright thought there will be a other way but this should be enough, thanks :)
  22. Hi, I made a own product and i want to start the loaded fight class with my product without your fight engine but i found no way to do that. For example "CustomClass.Start();"
×
×
  • Create New...