Jump to content

FNV316

Members
  • Posts

    250
  • Joined

  • Last visited

Reputation Activity

  1. Like
    FNV316 got a reaction from anarchia in FNV316 1-45 Quester Profile Pack Alliance Vanilla   
    Most likely wrong file path. All the xml's go to wRobot -> Profiles -> Quester -> FNV_V2 -> #0 START_FNVLauncher_V2.xml, and so on for all the other profiles (picture attached)

  2. Thanks
    FNV316 reacted to Bambo in VanillaFlightMaster - Alliance   
    Thanks alot for the good free plugin. 
  3. Thanks
    FNV316 reacted to Andoido in VanillaFlightMaster - Alliance   
    Great plugin man, thanks for the hard work.
  4. Like
    FNV316 got a reaction from tonycali in FNV316 1-45 Quester Profile Pack Alliance Vanilla   
    Yeah, exactly. Hunters quivers count as free bag space for wRobot, so undressing the ammo bag is the easiest way, with the least amount of downsides.
    Thanks for your feedback about the instructions, will try to to write it clearer
  5. Like
    FNV316 reacted to eeny in Demon / Affliction lock 1-60 by Eeny   
    Uploaded a newer version i have been playing with (a lot of help from Ashoko) and removed that line of code.
  6. Thanks
    FNV316 reacted to Rinrin11 in FNV316 1-45 Quester Profile Pack Alliance Vanilla   
    I have an issue with a different quester  on Northdale sometimes because it doesn't have all the quests that were in 1.12.1 yet (because of their progressive release) which leads to the bot getting confused. It may be that he's referring to something similar to this.
  7. Thanks
    FNV316 reacted to Lbniese in FNV316 1-45 Quester Profile Pack Alliance Vanilla   
    It's usually instant :)
  8. Like
    FNV316 got a reaction from Elephunk in FNV316 1-45 Quester Profile Pack Alliance Vanilla   
    WRobots inbuilt taxi is unstable and not fully reliable. You often experience your character not taking the taxi at all, taking a wrong node or getting stuck in a loop flying between different taxi nodes forth and back, even if there is no obvious reason for a human to do so. Therefor, wRobots inbuilt taxi feature is disabled by default and all the ordinary flights are scripted within the profile. Same goes for discovery of taxi nodes.
    That's unfortunately not possible for flights that are out of the ordinary, for example when the bot wants to go to a trainer. So you have to choose to either disable taxi + train new skills (as soon as distances to a trainer get too big, around level 18) or enable both and take the risk of it causing issues. For now, that's the only solution. I might going to release a simple plugin that enables taxi, when trainer state has been triggered and disables it afterwards, but that depends on how reliable that turns out to be.
    Default settings are loaded only once, on the first startup. You can either modify these settings by disabling the related steps, when selecting the "defaultSettings" profile or wait for the "defaultSettings" to be fully executed and modify settings afterwards as you whish.
  9. Thanks
    FNV316 reacted to Matenia in FNV316 1-45 Quester Profile Pack Alliance Vanilla   
    Since he sells via Rocketr: They send an email to your PayPal email with the download link.
    It says so during the buying process.
  10. Thanks
    FNV316 got a reaction from CrackerCrook in [FREE] 1-18 Alliance Quest Profile: Elwynn & Westfall   
    Second week of February. There are three points to start at: 1. Level 1 (obviously) 2. Level 18/19, if you didnt do any quests in Lakeshire, Darkshire and Wetlands. 3. Level 30, if you didn't do any quests in Stranglethorn, Hillsbrad or Ashenvale. Besides dungeon, class and group quests. You can be on a higher level to start, but if you already did any quests the profile wanna do, things can get messed up.
  11. Like
    FNV316 got a reaction from Greens420 in [FREE] 1-18 Alliance Quest Profile: Elwynn & Westfall   
    Second week of February. There are three points to start at: 1. Level 1 (obviously) 2. Level 18/19, if you didnt do any quests in Lakeshire, Darkshire and Wetlands. 3. Level 30, if you didn't do any quests in Stranglethorn, Hillsbrad or Ashenvale. Besides dungeon, class and group quests. You can be on a higher level to start, but if you already did any quests the profile wanna do, things can get messed up.
  12. Like
    FNV316 got a reaction from jagerfiend in [FREE] 1-18 Alliance Quest Profile: Elwynn & Westfall   
    Hello, yes it is, but I need a few more weeks to balance it for weak solo classes (Warrior / Rogue), doing some minor bug fixing and implement missing features. First part will be 1-40, 40-60 will follow later. I'll also release some video footage to give everyone interested an honest impression of what to expect from the profile.
  13. Like
    FNV316 got a reaction from Batman in [FREE] 1-18 Alliance Quest Profile: Elwynn & Westfall   
    Hello, yes it is, but I need a few more weeks to balance it for weak solo classes (Warrior / Rogue), doing some minor bug fixing and implement missing features. First part will be 1-40, 40-60 will follow later. I'll also release some video footage to give everyone interested an honest impression of what to expect from the profile.
  14. Like
    FNV316 got a reaction from Matenia in [FREE] 1-18 Alliance Quest Profile: Elwynn & Westfall   
    Hello, yes it is, but I need a few more weeks to balance it for weak solo classes (Warrior / Rogue), doing some minor bug fixing and implement missing features. First part will be 1-40, 40-60 will follow later. I'll also release some video footage to give everyone interested an honest impression of what to expect from the profile.
  15. Like
    FNV316 reacted to Matenia in [FREE] 1-18 Alliance Quest Profile: Elwynn & Westfall   
    You should add dedicated trainers and vendors (that sell food/water, preferably) as well as repair NPCs in the quester profile. It makes it more reliable.
    Then you can add a line to 
    NpcDB.AcceptOnlyProfileNpc = true; to only use profile NPCs. That'll help with it going to random NPCs the user may have in his database or not going to trainer at all.
  16. Like
    FNV316 reacted to Matenia in [FREE] 1-18 Alliance Quest Profile: Elwynn & Westfall   
    Hey, just a small addition. This is C# code you can use to add items (westfall stuff) to your DoNotSell-List:
    wManager.wManagerSetting.CurrentSetting.DoNotSellList.Add("Okra");  
  17. Thanks
    FNV316 reacted to Matenia in [FREE] 1-18 Alliance Quest Profile: Elwynn & Westfall   
    If you don't want a path to be run twice, you can use the completecondition for that step.
    Quest.GetQuestCompleted(questId) || Quest.IsObjectiveComplete(1, questId)

    Other helpful methods are
    Quest.HasQuest(questId) Quest.GetLogQuestIsComplete(questId) Quest.AbandonLastQuest() Quest.CompleteQuest(gossipOptionItem) Quest.GetNumActiveQuests() Quest.AcceptQuest() Quest.CloseQuestWindow()  
  18. Thanks
    FNV316 reacted to Matenia in [FREE] 1-18 Alliance Quest Profile: Elwynn & Westfall   
    I haven't tested this, but I saw what you said about The People's Militia 1 1.
    Assuming this is the quest:
    http://db.vanillagaming.org/?quest=12
     
    Go to your XML file, go to the <EasyQuest> declaration for this quest.
     
    <AutoDetectObjectiveCount1>true</AutoDetectObjectiveCount1> <AutoDetectObjectiveCount2>true</AutoDetectObjectiveCount2> Set these to false instead.
    <ObjectiveCount1>0</ObjectiveCount1> <ObjectiveCount2>0</ObjectiveCount2> Set these to 15 each, as below:
    <ObjectiveCount1>15</ObjectiveCount1> <ObjectiveCount2>15</ObjectiveCount2>  
×
×
  • Create New...