Everything posted by Meyverick
-
Cast spell without targeting
I'm trying to cast spell on ally without targeting him. So, I made this "spell" in the fightclass and checked "C# true": CastSpellByName("Renew(Rank 1), surname); I tried with my surname and "player" and on other surname around me ?
-
Don't switch back after party heal
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 ?
- Don't switch back after party heal
- Don't switch back after party heal
- Don't switch back after party heal
- Don't switch back after party heal
- Don't switch back after party heal
-
Switch target to ally
The bot don't switch to the enemy target after a heal. The bot target a npc then the bot switch to my ally to heal him but don't switch back to the enemy, I have to do it myself.
-
PickUp object quest
It's actually to hard for me ? I'm learning C# ?
-
PickUp object quest
I tried but this quest is more special ? Because I had to gather the item on the ground then pick up the quest from the item ? The solution was to create 1 gatherer quest then create another quest to pickup quest from the item ?
-
Know if already did a quest
-
Try function directly
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!
-
Know if already did a quest
Thank you! ?
-
Know if already did a quest
I mean how to you know all this "function" (it's function?) exist? Sorry, I'm totally noob and I try to learn but it's very hard ? When I write wManager.Wow.Helpers.Quest. HasQuest is missing How do you find it "HasQuest) exist?
-
Know if already did a quest
Thank you! How did you know that Quest.GetQuestCompleted(###) exist? ?
- Complete function list
-
Know if already did a quest
Quest.GetQuestNOTCompleted(questID); works? ?
-
Know if already did a quest
Thank you! ?
-
Know if already did a quest
Hello, Is it possible to make a things like If > Already Did The Quest (ID) ? Thank you! ?
- Complete function list
- Complete function list
- Complete function list
- Complete function list
-
WRobot doesn't use the recorded path
I did it ? And I had to check "Current quest completed when at the latest position" ?
-
WRobot doesn't use the recorded path
Did you find a solution? I'm trying to do a followpath quest but WRobot skip it!