Everything posted by TheSmokie
-
Feral Druid fightclass
Oh fuck that, I won’t work on anything for cata. The start of wow ending.
-
Feral Druid fightclass
Can you send me the fightclass? I’ll fix it for you
-
Feral Druid fightclass
Swipe (Bear) 8 yd range 15 Rage Instant cast Swipe nearby enemies, inflicting X damage.
-
Party bot [healer mode] not working!
There a Healer Mode? @Matenia you make a new product i didnt hear about ? JK
-
Feral Druid fightclass
There should be swipe for bear fourm
-
Feral Druid fightclass
Have you tried to see if swipe (bear fourm)
-
Load path.xml to List<Vector3>
Want to pm me your discord and we can jump into a chat?
-
Load path.xml to List<Vector3>
Open the file with notepad++
-
Can it be perfectly supported for Classic WoW ?
@kamila Are you gonna give @Droidz around 50 Million to give to Blizzard and 5 years of your life behind bars?
-
Can it be perfectly supported for Classic WoW ?
NO!
-
Load path.xml to List<Vector3>
Hello @sowelu, I need some more info on what your trying to do,
-
Pet always getting set to Stay not follow
All fightclasses use this so your pet doesn’t go out on other units
-
Pet Feeding
Like a every 10 mins? yeah but that would make you burn food fast,
-
Fight Class spells casting in wrong order
You need to play in the order you want it to go. 1, 2, 3 3 being spammed if 1 , 2 are on cd.
-
FishingBot cannot loot BOP items
Just edit it to patch 3.3.5a
-
FishingBot cannot loot BOP items
- Pet Feeding
The lua for checking pet happiness doesn’t return a value because of the server or because of the code I used?- Vehicle options
@Droidz Here a idea on how to get it working for aiming, i hope it helps. public static class Vehicle { public static bool UseButton(int num = 1) { //PetActionButton1 Lua.RunMacroText("/click [overridebar][vehicleui][possessbar,@vehicle,exists]OverrideActionBarButton" + num + ";ActionButton" + num); return true; } public static void Aim(WoWUnit unit, float precision = 0.5f, float agleDelta = 0f) { ClickToMove.CGPlayer_C__ClickToMove(unit.Position.X, unit.Position.Y, unit.Position.Z, unit.Guid, (int)ClickToMoveType.Move, precision); Thread.Sleep(Usefuls.Latency * 2); var dist = ObjectManager.Me.Position.DistanceTo2D(unit.Position); var height = unit.Position.Z - ObjectManager.Me.Position.Z; var angle = robotManager.Helpful.Math.GetAngle(dist, height); var radians = robotManager.Helpful.Math.DegreeToRadian(angle + agleDelta); AimAngle(radians); } static void AimAngle(float radians) { var minDelta = 0.035f; //~5 degree var delta = radians - CurrentAngle; int timeMs = 30; var timer = new robotManager.Helpful.Timer(5 * 1000); var delta2 = 0f; do { if (delta > 0) wManager.Wow.Helpers.Keybindings.PressKeybindings(wManager.Wow.Enums.Keybindings.PITCHUP, timeMs); else if (delta < 0) wManager.Wow.Helpers.Keybindings.PressKeybindings(wManager.Wow.Enums.Keybindings.PITCHDOWN, timeMs); delta2 = radians - CurrentAngle; if (System.Math.Abs(delta2) < minDelta) return; if (delta < 0 && delta2 >= 0) return; if (delta > 0 && delta2 <= 0) return; } while (Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause && ObjectManager.Me.PlayerUsingVehicle && !timer.IsReady); } public static float CurrentAngle { get { return Lua.LuaDoString<float>("return VehicleAimGetAngle()"); } } }- wrobot keep disconnecting wow
Yeah, I was half asleep, warmane has a bug where you can’t delete more then 3 items at once.- Pet Feeding
They use a completely different loot table system and custom classes, I tried helping a friend of mine work on something for that server and was a fail,- wrobot keep disconnecting wow
It’s because your a warlock, and use the item delete code,- Pet Feeding
Its because your playing on a FUN REALM< sorry, cant help ya- Pet Feeding
Test it out and leave a review if you can- Pet Feeding
- Pet Feeding
Your fightclass should have this option . - Pet Feeding