-
Posts
1215 -
Joined
Content Type
Forums
Articles
Bug Tracker
Downloads
Store
Everything posted by TheSmokie
-
Attacking creatures at 40-50% HP
TheSmokie replied to youthemannowdog's topic in Fight Classes assistance
these settings are in advanced settings > Food/Drink. -
Please contact our customer support.
-
-
I posted my code here
-
warrior [Free] Treb's Warrior 1-70 Fightclass (TBC)
TheSmokie commented on Treb's file in Fight Classes - TBC
-
Today while i re-download the wow client from there website, i found out there wow.exe is modified, i have some normal stuff java script i inject to help remove some stuff and it was causing a error saying "Wrong wow.exe" but once i download the Exe file from another server it works, kinda confused tbh. i do not know if it effects bot hooks but i thought it might be a good idea to let people know. unmod client : https://mega.nz/#F!qZZDEKSL!sgHakKcCNcuA7pXjxCOUGw
-
Would be interest to see the Conversation between you two .
-
@Droidz I don’t wish to sound crude or ungreatful for the bot but are you adding mire options to use vehicles Ingame like a shooting method? Only reason I ask if you confirmed it.
-
https://github.com/tomrus88/BlizzardInterfaceCode/blob/master/Interface/FrameXML/GameTooltip.lua
-
Hello, i got the idea from someone else and thought it would be a good idea to release the source code for people who wish to log there fightclass / plugins to be able to help find bugs faster and help people fix problems with there product. enjoy Class.cs using System; using System.IO; using robotManager.Helpful; public class Main : wManager.Plugin.IPlugin { public void Initialize() { Log("Hello, welcome to pornhub."); } public void Dispose() { } public void Settings() { } private void Log(String lines) { System.IO.Directory.CreateDirectory(@"Plugins\FileName\logs\"); string logpath = Path.Combine(Environment.CurrentDirectory, @"Plugins\FileName\logs\", "Logger" + DateTime.Now + ".txt"); try { System.IO.StreamWriter file = new System.IO.StreamWriter(logpath, true); file.WriteLine(lines + "\n"); file.Close(); } catch (Exception e) { Logging.Write("[Logger] Error logging" + e); } } }
-
Let me predict the future : You and CoCo is gonna bitch at droidz and paid creators to the point where droidz and press 2 buttons and ban you. Then droidz is gonna go spend time with his family while you two go on all the fourms like ownedcore etc, bitch about how unfair it is, and after that everyone is gonna laugh for a hour then we all move on with our life’s. (Let me know if this prediction comes true please. My day has been crap and need a good laugh .)
-
This hole thread turned into a pissing contest now. I’m shocked @BetterSister or @Droidz haven’t locked this thread yet.
-
Then research the quest editor and put in them 294 quests, problem solved
-
Try using my project x profile , it’s still in beta and will remain in beta for 1-60 for a few months til I am 100% comfortable With it, but once I finish adding more quests and updating the 1-60 base I’ll work on 60-80 , with same intentions and Quality . I’ve been having help with it with @Talamin a very dear friend of mine and he is my partner on this project and others. (I wanna give credit where credit is due.). I have gotten 3 warlock to level 60 with barely to no problems. So give it a shot and let us know. (If you wanna know about updates etc, join Tala and I discord to report bugs etc. )
-
Do you play wotlk? Or vanilla? Or tbc?
-
If you’re willing to pay, I think @Mateniawill do it for 50-74$ per hour * 400 + hours.
-
Resting breaks the fightclass exception possible?
TheSmokie replied to Bigmac's topic in Fight Classes assistance
Regen state overrides all fightclasses unless you write a regen state into the fightclass -
sorry, i dont follow. isnt using product thread as in while condition ?
-
@Droidz Any advice on why my abort isnt working? trying to work on it so i can post it in the code snips as a call for using c# but i am gonna try to add a data base for flying, also if there a method to check if player is flying to? public class fly { public static void flying() { var zone = Lua.LuaDoString<string>("return GetZoneText()"); Thread flying = new Thread(() => { Logging.Write("[Flight]: Has initialized"); while (Conditions.ProductIsStarted && zone != "Orgrimmar") { var position = new Vector3(-6810.2f, 841.704f, 49.66529f); int npcEntryId = 15178; var Zon= Lua.LuaDoString<string>("return GetZoneText()"); if (!ObjectManager.Me.IsOnTaxi && Zon != "Orgrimmar") { if (wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(position, npcEntryId)) { int node; Usefuls.SelectGossipOption(GossipOptionsType.taxi); node = wManager.Wow.Helpers.Lua.LuaDoString<int>("for i=0,30 do if string.find(TaxiNodeName(i),'Orgrimmar') then return i end end"); wManager.Wow.Helpers.Lua.LuaDoString("TakeTaxiNode(" + node + ")"); } } Thread.Sleep(1000); } }); if (zone != "Orgrimmar") { flying.Start(); } else if (zone == "Orgrimmar") { Logging.Write("[Flight]: has disposed"); flying.Abort(); } } }
-
It’s the bot, try using plugins like hmp
-
you playing on icecrown? use my project X file i am working on : (paid fightclass are fine but for warmane all paid profiles are pure shit, grinding doesnt help a lot.)