Jump to content

FNV316

Members
  • Posts

    250
  • Joined

  • Last visited

Everything posted by FNV316

  1. [2] RunMacroLua > /click StaticPopup1Button1 Is not supported in vanilla
  2. var position = new Vector3(2781.16f, -432.997f, 116.5811f); int npcEntryId = 6738;
  3. Hey, the Human Master Plugin has a functionality to automatically blacklist large groups of enemies and pulling mobs that are in the path of your actual target. It's not for free though. AvoidIt (free) has a similar functionality, but afaik it has not been updated for a long time and can lead to obvious movement loops. Stock, you can try to reduce the value of "Max units near target" to zero or one, but it won't fully prevent that behaviour. Another way is to blacklist any area that contains an not killable amount of enemies right in the profile. So it's probably the best idea to tell eeny about your problem and suggest him to add (additional) blacklists for this sub zone. If the profile is not encrypted, you could do this yourself too.
  4. var position = new Vector3(-8867.79f, 673.673f, 97.90382f); int npcEntryId = 6740; wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(position, npcEntryId); if(wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(position, npcEntryId)) { Usefuls.SelectGossipOption(1); System.Threading.Thread.Sleep(2000); wManager.Wow.Helpers.Lua.LuaDoString("ConfirmBinder()"); wManager.Wow.Helpers.Lua.LuaDoString("ConfirmBinder()"); wManager.Wow.Helpers.Lua.LuaDoString("ConfirmBinder()"); } It's vanilla code, but it should function with current WoW as well. Just alter the values.
  5. Na wohl bekomms. Hoffentlich lässt die Aktualität der Forenbeiträge keine Schlüsse auf das Alter deiner Brötchen zu - sonst holst du dir noch eine ganz böse Lebensmittelvergiftung.
  6. Well, that's some weird guy for sure. :)
  7. Yeah. Just let him answer / ask again.
  8. I don't think he is trying to do that. More like clicking an gossip option.
  9. Try to wrap both codes into a while-loop
  10. Ich geh' All-in und setze alles auf "Troll".
  11. Deinen PC hast du auch bezahlt und deswegen nicht sämtliche Hardware / Software / Spiele für umsonst dazu bekommen. Warum erwartest du dann, dass dir die wRobot-Community Dutzende oder Hunderte Stunden an Arbeitszeit kostenlos zur Verfügung stellt, inklusive Support und Updates? Wenn das alles so einfach ist und nebenher läuft, stell doch einfach selbst kostenlos gute Profile zur Verfügung. Oder erwartest du von anderen, was du selbst nicht bereit bist zu tun?
  12. FNV316

    Buffs usen

    "Is Buff" auf true setzen. Müsste alles sein. Beispiel ist angehängt. Am besten noch einen entsprechenden Timer setzen, falls er einen NPC im Target hat und versehentlich den bufft. Andernfalls spammt er den Buff. Example.xml
  13. wRobot has to be able to find a save position to ressurect. Was there a posibility to do that in range? If the problem is that you run into the same mob over and over again, it may help to enable "Blacklist zone where I died". Or decrease the amount of units near target. Although I'm not sure, if these options actually effect where wRobots chooses to ressurect.
  14. FNV316

    Holy Priest Rota

    Hey, was genau suchst du überhaupt? Für welche Spielversion und für welchen Einsatzzweck? Zum Schadenverursachen oder Heilen? Du wirst nicht für jedes Szenario eine entsprechende (kostenlose) Fight Class finden, also im Optimalfall selber erstellen.
  15. Falsches Forum. Das deutsche Forum findest du hier. Ohne die Kampfroutine näher zu kennen, aber mal "Aggressive" auf false setzen. Ansonsten beim Ersteller nachfragen.
  16. You have to be more specific, to make others able to help you. Which game version / modul / fight class / profile are you trying using? What kind of errors do you receive? Most basic stuff has already been answered either within the forum or within user created videos. Sure thing, wRobot is not just buy and play, it's more learning by doing. I recommend starting with a simple self written grinder profile and a similar simple fight class created with the Fight Class Editor. You can even load others free profile / fight class and look into their code, to understand how the bot works and use parts of this for your own profiles or as a template.
    It is an amazing fight class and totally worth it's price. Also pretty good communication with the creator, if something doesn't work as intended or for suggestions. Thumbs up!
  17. I doubt it. It's a common issue any bot I used so far had. While dead, water is a solid surface to them. It doesn't even recognize, it's standing on water. Better avoid water in general or don't move too far off shore.
  18. Force Taxi (Vanilla) & automatically get TaxiButton by name var position = new Vector3(-8835.76f, 490.084f, 109.6157f); int npcEntryId = 352; if (!ObjectManager.Me.IsOnTaxi) { if (wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(position, npcEntryId)) { int node; Usefuls.SelectGossipOption(GossipOptionsType.taxi); node = wManager.Wow.Helpers.Lua.LuaDoString<int>("for i=0,30 do if string.find(TaxiNodeName(i),'Ironforge') then return i end end"); wManager.Wow.Helpers.Lua.LuaDoString("TakeTaxiNode(" + node + ")"); } } Step "RunCode" and wrap it into a while loop (as shown in Droidz example). For 'position' you have to add the position of the flight master the bot is going to use. For 'npcEntryID' you have to add the ID of the corresponding flight master. For 'Ironforge' you have to change it to the name of the taxi node you wanna travel to. Has not to be the full name, an explizit part of the destination is enough (f.e. 'Stormwind' instead of 'Stormwind City'). The code above makes the bot travelling from Stormwind to Ironforge.
  19. Enjoy! And please tell me if something isn't working for you. :)
  20. Version 3.2.1

    4284 downloads

    EDIT DROIDZ: FNV316 has been inactive for several months, despite all attempts to contact him we have no news, users who have paid no longer have access to it because autantification server is offline. So I decided to share these profiles for free (files encrypted for the momen to be able to disable them if he comes back), if he doesn't come back in next months the source code of the files will be shared. (source files shared) FNV316 1-45 Quester Profile Pack Alliance Vanilla Note: This is a BETA version and still under development. Due to this and the extent of this project, it's still likely to contain bugs or even create new bugs, when releasing new updates. So if something isn't working as intended, just message me and tell me what's wrong. I try to provide a solution as soon as possible. You can find video footage of this profile pack below. A demo version has already been released a couple of months ago, which you can find here. The 45-60 part is currently work in progress and planned to be released in July / August. There will also be an overall overhaul of the 1-40 path in that time, to fit to all the new stuff added over time and make the profiles more efficient. It tries to simulate a natural way of questing, as a human would, changing zones frequently and coming back later. The general path the profile follows is close to how I myself have played my characters in Vanilla / TBC / WotLk. This profile pack has been recorded and tested on Eylsium / Light's Hope! Authentication system: These profiles now use a custom authentication system, to provide more security for me and my users. It has unfortunately become necessary to add such a system, due to more and more cases recently of sharing or even trying to resell them. This system links your Rocketr Order ID (which you can find within your purchase / delivery email) to your current IP, preventing multiple users from using the very same Order ID. This ID has only to be entered when running the profile for the very first time on your current machine. After changing your IP while already running it before, you have to wait ~30 minutes before the system allows processing. Important: If this new system causes issues related to your setup, don't hesitate to contact me, explain me your point and we will find a solution. Requirements: -A fight class that is able to deal with at least two enemies at once -Default range pull for any class besides Paladin -Update your characters gear / spells / skills frequently, especially if playing Warrior & Rogue -An advanced C# fight class for botting with Warrior, Rogue and Mage Features: -Full 1-45 leveling by questing (with minor grinding parts) Note: Profiles above level 40 contain more and longer grinding parts, due to overall lack of quests. The majority of exp is nevertheless earned by questing -Night Elf start (1-11) -Dwarf / Gnome start (1-6) -Hunter pet quests -Warlock pets Imp / Voidwalker -Druid bear form quest - (alpha state) -Rogue poison quest (code by Matenia, all credit to him) - (alpha state) -Warrior Deffensive / Berserker Stance quest chains - (alpha state) -Full Stalvan quest chain, Raene's Cleansing (until you receive Dartol's Rod of Transformation ) -Automated boats -Automated abandoning of quests (still some quests missing, but you shouldn't have to make room yourself) -Automatically equips and buys - if necessary - up to 4 default 6 slot bags -Scripted Hearthstone -Fully scripted taxi (you can use inbuilt taxi nevertheless, but it can cause issues) -Automated discovery of any necessary flight paths -Automated item blacklist -Automated purchase of white vendor items at lower levels -A huge amount of custom routes, whenever it's necessary -(two basic fight classes for Paladin & Priest, that I used for testing) What has not been implemented, but will be in the future: -Flexile Taxi & Boats* Boats are flexile in the overhaul version, for flexile taxi check out my free plugin -Further loading time optimization What will maybe be implemented: -Other class quests (Rogue poison, Warrior stance) Implemented Approximate run time (1-40): 5 days /played Class performance (1-5): Best Used Fight Class: Warlock* 4,5 eeny's Demon Affliction FC (free) Paladin 4 Self written fight class FCE** (included) / Matenia's Retribution Paladin 1-60 Hunter* 4 Ordush's Beast Mastery Hunter (paid) / eeny's Hunter 1-60 BETA (free) Priest 3,5 Self written fight class FCE** (included) / Matenia's Shadowpriest 1-60 (paid) Druid 3,5 Matenia's [PAID] Feral Druid 1-60 (paid) Rogue 2,5 Matenia's [BETA][Vanilla] Combat Rogue 1-60 (paid) Mage 2 Matenia's Frost Mage FC (paid) Warrior 1,5 Lbniese Warrior - Wrobot Arms & Fury Fightclass (paid) Worst *After they got their lvl 10 pet **Fight Class Editor -Discord- Alpha state: Not fully tested or only run a few times. Bugs and issues are likely to occur Beta state: Tested and worked on live server repeatedly . Lower chance to experience bugs / issues, but not tested within a larger audience / under any possible condition so far Recommended Plugins: -WhatsGoingOn (free) - status frame to see what the bot is doing right now -HumanMasterPlugin (paid) - many amazing and handy features, that overall improve wRobot -VanillaFlightMaster (free) - dedicated for Vanilla, more reliable taxi system -AutoPetFeed Hunter (free) - automatically feeds your Hunters pet Special thanks to @Matenia for testing, general advice and providing me a free copy of his Mage Fight Class! Thanks to @penumbra & @Greens420 for their frequent feedback and bug reporting! I am the sole creator and owner of these files and I am not associated with the wRobot company in any way. Preview Video Loch Modan 13-17 It consists of ~3 hours of the first half of Loch Modan between the grinding parts of my free 1-18 profile. Taxi (take taxi, get taxi node) is fully scripted, so that the automated taxi won't cause any trouble. Total deaths: 5 Used plugins: iEquip (automatically equips better items) Dustwallow Marsh preview ~37-38: 2,5 hours of video material Total deaths: 13 (most of them due to drowning) Used plugins: None, besides WhatsGoingOn (status frame)
  21. Hello, please share your log file. Does this behaviour occur regardless of profile / fight class? Do you own a 120/144 hz monitor?
×
×
  • Create New...