Jump to content

morris79

Members
  • Posts

    39
  • Joined

  • Last visited

Recent Profile Visitors

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

morris79's Achievements

  1. many accounts banned. Active Gm=yes Dont bot more than 30 min Kills /hour /zone /player pr zone has something to say Online time /kills /loot Never bot, unless watching it. Be ready to take control over bot, to look more human. Never banned to lvl 30. Alwasy between 30 and 58. 4 accounts banned at lvl 70. Questing or grinding has nothing to say. Unless to much time at same spot. I am using there clint/wow. Socket 5 IP
  2. I have bin waiting for this for so long. Though have moved on, so rely looking forward for more in depth guides. Thanks you
  3. So fare it was set to use item on object. Will try use item on location...Test result = if I do that, he will stop much further away. Test1 file is the one with out the object use test1.xml
  4. Bin trying and trying, now give up. I want to make a plugin for my druid. When its lvl up and lvl is XX, then cast Teleport to moonglade. Do repair, sell and train new spells. I know Droidz HS on full bags works. Droidzs I know "Level UP! Reload Fight Class.", is written in log I know Train x lvl is working So fare, its kinda works, but does not see the lvl up in log. Help a noob out please ? using System; using System.ComponentModel; using System.Threading; using System.Windows.Forms; using robotManager.Events; using robotManager.FiniteStateMachine; using robotManager.Helpful; using wManager.Wow.Bot.Tasks; using wManager.Wow.Enums; using wManager.Wow.Helpers; using wManager.Wow.ObjectManager; public class Main : wManager.Plugin.IPlugin { public void Initialize() { FiniteStateMachineEvents.OnRunState += FiniteStateMachineEventsOnOnRunState; Logging.Write("[HearthstoneToGoToTown] Loadded."); } public void Dispose() { Logging.Write("[HearthstoneToGoToTown] Disposed."); } public void Settings() { MessageBox.Show("[HearthstoneToGoToTown] No settings for this plugin."); } private void FiniteStateMachineEventsOnOnRunState(Engine engine, State state, CancelEventArgs cancelable) { try { if (string.IsNullOrWhiteSpace(state.DisplayName) || state.DisplayName != "Level UP!") return; Logging.WriteDebug("[HearthstoneToGoToTown] Use Hearthstone."); var o = wManager.wManagerSetting.CurrentSetting.CloseIfPlayerTeleported; wManager.wManagerSetting.CurrentSetting.CloseIfPlayerTeleported = false; MovementManager.StopMove(); Thread.Sleep(Usefuls.Latency + 150); SpellManager.CastSpellByNameLUA("Teleport: Moonglade"); Thread.Sleep(Usefuls.Latency + 500); if (ObjectManager.Me.IsCast) { Usefuls.WaitIsCasting(); Thread.Sleep(Usefuls.Latency + 10000); // wait load screen } if (wManager.Wow.Helpers.Usefuls.MapZoneName == "Moonglade") { Logging.WriteDebug("Let sell"); GoToTask.ToPositionAndIntecractWithNpc(new Vector3(8030.57f, -2687.78f, 515.0596), 12023); Thread.Sleep(12000); Logging.WriteDebug("Go to Trainer"); GoToTask.ToPositionAndIntecractWithNpc(new Vector3(7867.13, -2593.73, 486.8363), 12042); Thread.Sleep(12000); // Forces for to Train. if (ObjectManager.Me.WowClass == WoWClass.Druid) { if (wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(new Vector3(7867.13, -2593.73, 486.8363), 12042, -1, false)) { Thread.Sleep(5000); wManager.Wow.Helpers.Lua.RunMacroText("/script SelectGossipOption(1)"); wManager.Wow.Helpers.Lua.LuaDoString("LoadAddOn'Blizzard_TrainerUI' f=ClassTrainerTrainButton f.e = 0 if f:GetScript'OnUpdate' then f:SetScript('OnUpdate', nil)else f:SetScript('OnUpdate', function(f,e) f.e=f.e+e if f.e>.01 then f.e=0 f:Click() end end)end"); Thread.Sleep(5000); } } Lua.LuaDoString("local itemName, _, _, _, _, _, _, _ = GetItemInfo(6948); RunMacroText('/use ' .. itemName);"); Thread.Sleep(Usefuls.Latency + 500); if (ObjectManager.Me.IsCast) { Usefuls.WaitIsCasting(); Thread.Sleep(Usefuls.Latency + 10000); // wait load screen } wManager.wManagerSetting.CurrentSetting.CloseIfPlayerTeleported = o; } } catch (Exception e) { Logging.WriteError("[HearthstoneToGoToTown] " + e); } } }
  5. it gives an error if set to less than 0.5. Easy quest will not even allow me to do it. Think the problem is, range is 0.5 to the edge of object and object has a big hit box. Here it the quest so fare. Shall I stop using easy quest and do lua or something ? Have no idea how to do that, have looked in to Droidz but that is for fightclass Help me out please ? test1.xml
  6. Use item on object, set the range to 0.5 lowest setting. That is not precise enough. Need to be dead center to use item. How can I do that ? Again thanks for your time and answer
    OMG, this is the best thing ever. Its hard to solo as priest TBC 2.4.3. This here combind with a high lvl hunter = 1hour pr lvl grinding. Yes.. it works on 2.4.3 TBC Thanks alot for sving my day mate.
    Tested from 1 to lvl 30 What this does is giving a nice interface that works ingame. Major plus Move backware if to close and pet has agro, very good. Side stepning wod have bin better Thats about it, not worth the money if you ask me. Why? Dont reenter in combat after faint death. Dosent use Disengage. Dosent use pet control on 2 or more target - Major diesadvanges. You will die on two or more agro. Sorry for my bad english.
  7. started a new toon yesterday, the first 5 min, I got a player that wanna party / check me out. Played manuale after that, to lvl 14. Then wrobot took over to lvl 45. Banned the next day.
  8. I got a special TSM installed, searge on warmane forums to tjeck. I use the TSM destroyer and then use the macro build in it for it. Set a spam key and go afk ?
  9. yes, under tools, down bottom. NPC DB, delete those you don't need. remember to uncheck the auto set function, under general settings.
  10. as I know, delete the vendor list that's saved in wrobot. Uncheck the auto set vendor in settings. Then the bot only know about the vendor you set.
  11. Ty for the replay iMod. I have found the fault....guess what.... Casting at an training dummy, does not but you in combat. if (burstMode && ObjectManager.Me.InCombat) = well... why cast then. But then again, how should I know. Again, many thanks for all of your replies.
×
×
  • Create New...