-
-
Is it even possible to make a decent 5-man dungeon team?
Ok i checked your file and i see why it is not casting. What i prefer to use is the option "Combat Only" on False. Just so they top off the party also out of combat. (This is not the problem) For the settings of your heal spells: You are using "For friends (party)" together with "Cast spell on self" so both on true won't work. You should split them, i explain futher down. The setting "Is buff" should be on true with friendly spells otherwise your healer won't cast. Now to have your healer cast on party and on himself you should make 2 spells of the same with different settings. Party: - For friends (party) = True - Is buff = True - Cast spell on self = false - Combat only = false As condition for Party you should use a condition like: - Target Health Percent Self: - For friends (party) = False - Is buff = True - Cast spell on = Player - Cast spell on self = true As condition for Self you should use a condition like: - Health Percent I added your healer profile Where i adjust the Renew en Flash Heal spell Those should work now for you healer healer.xml
-
Getting party members to follow into instances
Any update on this? Would love to see this work.
-
Is it even possible to make a decent 5-man dungeon team?
Can you link one of your healer profiles?
-
Move or Strafe during combat? Open Quester by itself?
Is it possible to add an condition for a specific mob or boss if (me.IsAlive && target.IsAlive && !me.IsCast && me.HaveBuff("Buff name")) i want to add in this line a condition to only execute if fighting target (id) or (name)
-
Move or Strafe during combat? Open Quester by itself?
Got it working now This is how my code looks like. wManager.Events.FightEvents.OnFightLoop += (unit, cancelable) => { var pos = 1; var me = wManager.Wow.ObjectManager.ObjectManager.Me; var target = wManager.Wow.ObjectManager.ObjectManager.Target; if (me.IsAlive && target.IsAlive && pos == 1) { Vector3 position = new Vector3(3073.848f, -3116.693f, 294.0692f); // Move to the given position MovementManager.Go(PathFinder.FindPath(position), false); // Wait while (MovementManager.InMovement && Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause) { // Wait follow path Thread.Sleep(3000); pos = 0; } } }; Char runs in position and when in position it kept on trying to keep that position while in combat. So to let it run once i added an extra var to it called 'pos' which i set to 1 After the 3sec he gets in position i change it to 0 so the if condition returns false.
-
Move or Strafe during combat? Open Quester by itself?
It seems that it wants to work, but i think problem is now that since the condition is in combat that char wants to move and fight at the same time so you get a shakescreen.
-
Ifhasquest
How to use the condition on this. I want it to work with a self created quest which is not in my questlog and has a complete condition. I tried to use Quest.HasQuest(nameofquest) but did didnt do anything. Any suggestions?
-
Move or Strafe during combat? Open Quester by itself?
How to let this code run once and how to let it move to a position xyz?
-
Move even in combat
Fableonian replied to Fableonian's topic in WRobot for Wow Wrath of the Lich King - Help and supportNot looking for the mount/dismount in combat. What i am looking for is if i am fighting a certain mob or dungeon boss where i need to move out of stuff, i want it to move to location x after x seconds for example. The conditions you gave in your example like if in combat, move to xyz. Where can i put those commands? Is it in fightclass profile or questprofile?
-
Move even in combat
Fableonian replied to Fableonian's topic in WRobot for Wow Wrath of the Lich King - Help and supportIs it possible to setup the bot that char moves to location x when fighting a mob?
-
Move even in combat
Is it possible tot setup thema bot that thema chat moves to locatie x when richting a mob?
-
Start quest from BagItem
Hi, How can i start a quest from a quest item i picked up from a mob and which says: This item begins a Quest. (Example: Tainted Arcane Sliver) Since this is not linked to an NPC for picking up the quest. Any post or tutorials on this?
-
Quester objective problem
Fableonian replied to Fableonian's topic in WRobot for Wow Wrath of the Lich King - Help and supportYes got it working now thank you very much for the support
-
Quester objective problem
Fableonian replied to Fableonian's topic in WRobot for Wow Wrath of the Lich King - Help and supportOr is it just in the quest editor Make 3 times the same quest with in each the different target entry?
-
Quester objective problem
Fableonian replied to Fableonian's topic in WRobot for Wow Wrath of the Lich King - Help and supportDo you have an example of how to do that?
Fableonian
Members
-
Joined
-
Last visited