Jump to content

TheSmokie

Banned
  • Posts

    1215
  • Joined

Everything posted by TheSmokie

  1. these settings are in advanced settings > Food/Drink.
  2. 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
  3. Click on delete all, they will turn blue, to deactivate a quest click on it to be white. blue = active white = not active.
  4. Would be interest to see the Conversation between you two .
  5. TheSmokie

    Vehicle options

    @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.
  6. https://github.com/tomrus88/BlizzardInterfaceCode/blob/master/Interface/FrameXML/GameTooltip.lua
  7. 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); } } }
  8. 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 .)
  9. This hole thread turned into a pissing contest now. I’m shocked @BetterSister or @Droidz haven’t locked this thread yet.
  10. Then research the quest editor and put in them 294 quests, problem solved
  11. 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. )
  12. If you’re willing to pay, I think @Mateniawill do it for 50-74$ per hour * 400 + hours.
  13. Regen state overrides all fightclasses unless you write a regen state into the fightclass
  14. sorry, i dont follow. isnt using product thread as in while condition ?
  15. @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(); } } }
  16. It’s the bot, try using plugins like hmp
×
×
  • Create New...