-
Content Count
250 -
Joined
-
Last visited
About FNV316
-
Rank
Advanced Member
Profile Information
-
Location
Germany
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
TheSmokie reacted to a post in a topic: Snippets codes for quest profiles
-
Harvest Golem reacted to a post in a topic: Snippets codes for quest profiles
-
Harvest Golem reacted to a file: [FREE] 1-18 Alliance Quest Profile: Elwynn & Westfall
-
anarchia reacted to a comment on a file: FNV316 1-45 Quester Profile Pack Alliance Vanilla
-
Stormblessed reacted to a review on a file: [PAID] HumanMasterPlugin
-
t00z reacted to a file: FNV316 1-45 Quester Profile Pack Alliance Vanilla
-
435 reacted to a file: [FREE] 1-18 Alliance Quest Profile: Elwynn & Westfall
-
FNV316 reacted to a comment on a file: VanillaFlightMaster - Alliance
-
FNV316 reacted to a comment on a file: VanillaFlightMaster - Alliance
-
tonycali reacted to a post in a topic: toons not resurrect
-
Bambo reacted to a post in a topic: toons not resurrect
-
Can confirm that this still happens from time to time, even after ->
-
luckystrike213 reacted to a file: FNV316 1-45 Quester Profile Pack Alliance Vanilla
-
Authentication server crashed, but it's back running again by now. Please give it another try
-
wManager.Wow.Forms.UserControlTabGeneralSettings.ReloadGeneralSettings(); Call this function once after modifying settings. Updates the wRobot UI
-
Option to only skin mobs ive killed?
FNV316 replied to smellslikedeadfish's topic in Gatherer assistance
Uncheck "Ninja": Enter advanced Settings -> Looting and Farming options -> Ninja -
Use a tool like NvidiaInspector, set Frame Rate Limiter to ~60 and V-Sync to Force On
-
FNV316 reacted to a post in a topic: willing to pay
-
FNV316 reacted to a post in a topic: willing to pay
-
paid FNV316 1-45 Quester Profile Pack Alliance Vanilla
FNV316 commented on FNV316's file in Quester - Vanilla
-
KeyExample.xml Add the Custom Script part of the attached file to the "Custom Script" part of your quester profile. Then use it as custom complete condition for that quest (part) and call it like this: return Key.haveKey(KeyId); Returns true, if the key is on your key chain. The only thing you have to change is KeyId
-
That's why I said, use quest name (-> quest title) instead of id. Calling that Lua function returns (in Vanilla) 7 different values, so you need a variable for the very first value. You then check, if the value (string) of the quest title variable is the same (string.match / string.find) as your quest name string. Please read the documentation. There is an example of how to use these variables right at the bottom. http://classic-wow.wikia.com/wiki/API_GetQuestLogTitle#questTag
-
Use quest name instead of id: http://classic-wow.wikia.com/wiki/API_GetQuestLogTitle
-
You can achieve that by de compiling the dll with a tool like dotPeak. Avvi explained this in a thread: This allows you to take a look at the code, but not applying changes to the source dll
-
[PAID] [PROFESSION] Mining & Engineering - 1 to 300
FNV316 reviewed Bambo's file in Quester - Vanilla
Disclaimer: I received my copy of this product for free and was involved in the testing process. Just so everyone is aware about potential bias. I ran this on a level 55 Warlock with access to a 60% mount on Nighthaven / Elysium from 1-300. If you plan to run this from 1-300, I at least recommend a level 50 character. A mount speeds up the whole mining process a lot. Obviously, that is what you are doing most of the time. However, it’s also possible to mix things up. There is no need to make a full 1-300 run or use a high level character, just make sure your bot is able to deal with the m- 5 comments
-
- professions
- engineering
-
(and 5 more)
Tagged with:
-
General communication about such stuff could by improved a lot and some issues take an eternity to be dealt with, but I agree. The latest update is a step in the right direction. Also, due to the bot being fully customable with C#, you can create your own fixes / workarounds, if you are fine with putting the effort in
-
FNV316 reacted to a file: [PAID] [PROFESSION] Mining & Engineering - 1 to 300
-
Instead of creating one different grinder profile for each step of the grind, you have one core profile that executes the following grind steps one after another. It also grants you easy access to all the fancy C# stuff and other quest types (f.e. FollowPath for custom routes), in case you need that for more advanced profiles. It's pretty straight forward. You create a KillAndLoot quest without an quest id, scroll to the bottom and check "Grind". You then set the level of that KillAndLoot quest to one below the level you want the bot to grind to and change "Not Required in Quest log" to t
-
No navigation In Silithus ( cenarion hold )
FNV316 replied to maukor's topic in WRobot for Wow Vanilla - Help and support
Took an unskilled programmer like me around four hours to fully automate entering Thorium Point, reach any NPC at Thorium Point and leaving Thorium Point, without my bot breaking his nose every other minute. Might be a dirty solution, but it works. Why exactly is this still a thing? Thorium Point - Default Path Finder VS Custom Path Plugin.mp4