Jump to content

binban

Members
  • Posts

    6
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

binban's Achievements

  1. You are Right! I will try Harder From now on! Sorry to give you Alot of work! ? Thanks alot for the advise! Have a good day ?
  2. @Droidz Thanks alot for your Reply! was very helpful! now i am facing another problem! i am new to c# ? #why bot ignores it ? ---> if (!(Quest.HasQuest(12706)) i have quest # also what does means " ! " tried with or without it and goes to next step if (!(Quest.HasQuest(12706)) && !(ObjectManager.Me.Position.DistanceTo2D(new Vector3(2414.296f, -5624.672f, 376.9641f)) < 60)) { Logging.Write("[Settings]: I AM FAR"); Logging.Write("[Settings]: I AM FAR"); Logging.Write("[Settings]: I AM FAR"); MessageBox.Show("I AM FAR"); wManager.Wow.Helpers.Lua.RunMacroText("/equip Plated Saronite Bracers"); wManager.Wow.Bot.Tasks.GoToTask.ToPosition(new Vector3(2402.86f, -5727.03f, 156.007f)); wManager.Wow.Bot.Tasks.MountTask.DismountMount(); wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(new Vector3(2402.86f, -5727.03f, 156.007f), 29501, 1, false); System.Threading.Thread.Sleep(17000); } if (!(Quest.HasQuest(12706)) && (ObjectManager.Me.Position.DistanceTo2D(new Vector3(2414.296f, -5624.672f, 376.9641f)) < 60)) { Logging.Write("[Settings]: IN SPOT"); Logging.Write("[Settings]: IN SPOT"); Logging.Write("[Settings]: IN SPOT"); MessageBox.Show("IN SPOT"); } return true; This script belong to smokie! and what i am trying to do here to check if my death knight is at plat form in air and in land!
  3. Hello guys! i try to find info about this but couldnt find! i am levling dks, and to make my life easier i would like to set in my quest profile the currrent settings for ; #disable blockages in last 10 mins #turn on "try to detect evading mobs #mount Distance to 5 Also Failed to autoload my plugins! public class LoadPlugins { public static void Allplugins() { wManager.Plugin.PluginsManager.DisposeAllPlugins(); foreach (var p in wManager.wManagerSetting.CurrentSetting.PluginsSettings) { if (p.FileName == "BetterTalents.dll") p.Actif = true; if (p.FileName == "Death knight Item Manager.dll") p.Actif = true; } wManager.Plugin.PluginsManager.LoadAllPlugins(); } }
  4. Hmn, at server warmane that quest get's complet by retalking with the quest giver! Smokie, Thanks to you, I learn alot, i have been editing ur profile and i got alot of improvement! well the reason is i have around 50 dks at level 65/68 doing transmutes every day, i have been using ur profile sooo much! Thanks dude! the improves i have done so far was: # to do quest faster, alot faster # Fixed equiping bracers, equimenet manager is not equiping, also fix equiping 2nd finger using equipslot n' macro # No longer die from elite Stable Master Kitrik, when doing Grand Theft Palomino quest, i change the horsie to pick and there is a safe spot # Change to do mount quest as soon as possible for faster movement # Quest order, quest like looting skulls or ThePlaguebringersRequestPart2 by giving priority to thooses quest and u will do lesss killing # when doing Death Comes From On High i added a jump because it move slowly if u dont. # when doing quest like A Special Surprise, its has wrong id, atleast for undead, i only create undeadeds((((if (Quest.HasQuest(12750) && ObjectManager.Me.PlayerRace == PlayerFactions.Undead && !(Quest.IsObjectiveComplete(1, 12750)) ))))) for me its 12750 and u sing 12748 on all Also when i started editing this profile, i used download from last year! dont know how is ur profile nowadayas(Gonna check it right now) .... yep still the same Id! #Another thing that i fixed was last quest, as horde, I dont know why the fuck it happen, but i ended SO FAR from orgrimmar, in azshara, trying to" fly" like it happens when he try to go acherus the ebon hold, when something gooes wrong, so i edit it! now it just stay theres, also added Blacklist zone when going to deliver to trall, it tryings to over a big fire camp! and looks so botish! <Blackspot X="1903.183" Y="-4268.35254" Z="31.9433155" Radius="5" Continent="Kalimdor" TypeArea="POLYAREA_BIGDANGER" Comment="Orgrimmar &gt; Valley of Wisdom" /> <Blackspot X="1897.91516" Y="-4263.16" Z="32.1274338" Radius="5" Continent="Kalimdor" TypeArea="POLYAREA_BIGDANGER" Comment="Orgrimmar &gt; Valley of Wisdom" /> <Blackspot X="1893.30957" Y="-4271.811" Z="31.9505444" Radius="5" Continent="Kalimdor" TypeArea="POLYAREA_BIGDANGER" Comment="Orgrimmar &gt; Valley of Wisdom" /> But still There is something i cant fix! When doing Bloody Breakout if he dies because he run out of the shield protection, it gets bug! dont know if u can ninja loot head!
×
×
  • Create New...