-
Current Version of WoW?
No. 8.0 just launched anyways
-
Rotation
It’s a good replacement for PQR if you have a good fight class
-
-
Revenge is not a priority
Something like that. I'm not sure if Is Spell Usable works for revenge, but thats the basic idea. Yes its tedious, but until you figure out how to make a c# profile, thats what you have to do.
-
Revenge is not a priority
Every other spell needs something like “IsUsableSpell>Revenge>False” then it will only use revenge when it is available
-
-
Scout Jyoba's Report quest: how to do
I did this one. Quest One: interact target. Complete if return Quest.HasQuest(quest id); quest two: kill mobs. Complete if return Quest.IsObjectiveComplete(1, questid);
-
Interface action failed because of an addon
skeletonboy360 replied to ScripterQQ's topic in WRobot for Wow Wrath of the Lich King - Help and supportLua.LuaDoString(“ReloadUI();”); ?
-
Vanilla: ObjectManager.Me.GlobalCooldownEnabled always returns false
I used aquatic form to check gcd on mine. Anything with 0 cd would work. if (SpellManager.GetSpellCooldownTimeLeft(“Aquatic Form”) > 0) return.
-
- Help with prot pvp 3.3.5
- Help with prot pvp 3.3.5
- Help with prot pvp 3.3.5
-
[PVP] Warrior Prot - charge not work
Check this one. Let me know if charge works how you want it to. test.xml
-
"follow path" does not seem to work for me
Oh yeah
-
"follow path" does not seem to work for me
Can you upload log and profile
-
[PVP] Warrior Prot - charge not work
Not xml, might be able to change some stuff an make it c sharp code for xml. This is my druid feral charge: if (TargetDistance() >= 8 && TargetDistance() <= 25 && SpellManager.KnowSpell(16979) && Rage() >= 5 && SpellManager.GetSpellCooldownTimeLeft(16979) == 0) { Logging.WriteFight("Casting Feral Charge (Bear Form)"); Lua.LuaDoString(FeralCharge); } I've got one for warrior too, but thats also c# code. Also need something like ObjectManager.Me.HasTarget
-
how do i make quester set hearthstone
Something like var bindLocation = Lua.LuaDoString("hearth=GetBindLocation();", "hearth"); while (bindLocation != "Goldshire") { wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(innkeeper.Position, innkeeperEntry); Lua.LuaDoString("SelectGossipOption(1)"); // WRobot has a command for this too, I forgot it Lua.RunMacroText("/click StaticPopup1Button1"); } I can't remember what I did but thats the basic idea.
skeletonboy360
Members
-
Joined
-
Last visited