Jump to content

Meyverick

Members
  • Posts

    31
  • Joined

  • Last visited

Posts posted by Meyverick

  1. Thank you! ? Just one last things ? Is it possible to create a condition that he don't try to cast "Shoot" while casting another spell? Because actually, my Shoot works but when I'm casting another spell it's spam "Another action in progress" ? The only solution is to add the condition "Casting Spell Name" for every spell ?

  2. Hello ?

    Is it possible to directly try code without launching the quester?

    Example:

    I would like to get the number of available quest that a NPC has with wManager.Wow.Helpers.Quest.GetNumGossipAvailableQuests()

    How can I use the developer tools to get the result?

    Thank  you!

  3. 12 hours ago, Ordush said:

    Open VS write wManger.Wow.Helpers.
    Then you will see all the helpers
    wManger.Wow.Helpers.ItemsManager.
    Then you will get all the ItemsManager functions etc.

    I did it! But, wManager.Wow.Helpers.ItemsManager works but after ItemsManager. I got nothing ? 

  4. 9 minutes ago, FNV316 said:

    Hey,

    
    int questID = 123;
    
    Quest.GetQuestCompleted(questID);
    
    if(Quest.GetQuestCompleted(questID))
    {
    	doStuff();
    }

    Note: This checks your bots list of finished quest ids, not if the quest has been completed on the servers side (what you can't detect)

    Quest.GetQuestNOTCompleted(questID); works? ?

  5. 2 minutes ago, FNV316 said:

    Make sure to set the follow path quest to "Not required in quest log" -> true

    I did it ?

    6 minutes ago, ScripterQQ said:

    No, what Matenia said is what should happen, I was not starting the path at middle-way, I was starting the path at the beginning still It was going on a slighty different path. But it's long time I don't use that quester profile, after all the banwaves and so on, so I didn't even try to fix the problem, I believe it still persists

    And I had to check "Current quest completed when at the latest position" ? 

  6. On 4/4/2018 at 8:57 AM, ScripterQQ said:

    Hello, I'm working on a quester profile, I noticed quite few times when there is a Pulse (Follow Path), the bot ignores my recorded route and decides on his own how to reach the final point, for example I recorded from barrens to tanaris and the bot is running on the edge of the mountains, with the risk of falling down and messing up all the path. Why is this happening?

    I'm testing it on 3.3.5 server.

    Did you find a solution? I'm trying to do a followpath quest but WRobot skip it!

  7. Ratchet to Crossroads works but not Crossroads to Rachet ?

    Target position:

    Map name MPQ:  Kalimdor
    Target Position:  -437.137, -2596, 95.7876, "None"
    Target Position Vector:  new Vector3(-437.137, -2596, 95.7876, "None")
    Target Position: XML <Vector3 X="-437.137" Y="-2596" Z="95.7876" Type="None" />
    Target Rotation:  3.7001
    Target Distance:  0.7511194
    Target Distance 2D:  0.7511083
    Target Distance Z:  0.004074097

     

    15:15:38 - [FlightMaster] Try to take taxi node Crossroads, The Barrens to Ratchet, The Barrens, go to npc.
    [N] 15:15:38 - [Path-Finding] FindPath from -458,6188 ; -2610,669 ; 98,6963 ; "None" to -437,37 ; -2596,06 ; 95,78 ; "None" (Kalimdor)
    [N] 15:15:38 - [Path-Finding] Path Count: 2 (25,9509y, 38ms)
    15:15:39 - [FlightMaster] Cannot found npc of taxi node Crossroads, The Barrens, disable it.
    15:15:39 - [FlightMaster] Try to take taxi at 
    [N] 15:15:39 - [Path-Finding] FindPath from -449,5664 ; -2604,446 ; 97,15552 ; "None" to -898,246 ; -3769,65 ; 11,71021 ; "None" (Kalimdor)
    [N] 15:15:39 - [Path-Finding] Path Count: 52 (1449,236y, 0ms)
    15:15:41 - [Quester] Stopped

×
×
  • Create New...