Jump to content

antisnake

Members
  • Posts

    37
  • Joined

  • Last visited

Everything posted by antisnake

  1. i even tried running the bots on our servers at work and i encountered the same issues on fresh setup vms. Also obviously 60hz+ can be ruled out here. also i had the bot run on lightshope and it has the same issues ?
  2. This! CTM is currently broken on Silver Hand (Lh servers) and im able to replicate this using any new VM or Snapshot of windows 7/8/10 ive tested and it just stutter steps after 20~min of running and sometimes as soon as its attached. and disabling ctm does not help due to the fact its being enabled all the time even tho LUA movment is perfectly fine. its CTM thats broken i believe. and the fnv2 forced enable of certain settings since the re-release after he disapeared, prior you could disable it now it just enables itself on every launch. and i dont think its just Wrobot as theres alot of 'gliders' that the gold spammers use that have insane stutter stepping where its slower than half the walking speed and easily detected by anyone and reported^^ and lets not talk about the old wrobot grinder profiles in elwyn they use aswell you are not alone.
    The zones this profile runs in is a very very popular farming spot so if you bot here you are sure to get reported. but on very empty servers it might be worth the risk. else its good.
  3. this runs to borean thundra but its a zul drak profile? edit: fixed it by editing the russian zone name to Zul'Drak ?
  4. has any further development been made to these profiles :)?
  5. // Call Pet if (!ObjectManager.Pet.IsAlive && !ObjectManager.Me.IsMounted && !ObjectManager.Me.IsDeadMe && CallPet.KnownSpell) { CallPet.Launch(); Thread.Sleep(Usefuls.Latency + 500); with this it still dismounts me to call pet?
  6. to lazy to add every single piece of food tbh would be easier if it would just loop every bagslot i thought. but will look into it also is there a dont do x action if mounted? !ObjectManager.Me.IsMounted but is there a !ObjectManager.Me.IsNOTmounted? or am i missing something here
  7. thanks for the help! ran into an issue with the aggro snippet [E] 20:47:56 - Compilator Error : c:\Users\nickl\AppData\Local\Temp\1rmclwrz\1rmclwrz.0.cs(171,59) : error CS1061: System.Collections.Generic.List<wManager.Wow.ObjectManager.WoWUnit> innehåller inte en definition för Where och det gick inte att hitta någon Where-tilläggsmetod som accepterar ett första argument av typen System.Collections.Generic.List<wManager.Wow.ObjectManager.WoWUnit> (saknas ett using-direktiv eller en sammansättningsreferens?) And the feeding macro is below public void Feed() { if (FeedPet.KnownSpell && !Fight.InFight ) { if (ObjectManager.Pet.IsAlive && !ObjectManager.Me.IsCast && !ObjectManager.Pet.HaveBuff("Feed Pet Effect")) { Lua.LuaDoString("if GetPetHappiness() < 3 then\r\n CastSpellByName(\"Feed Pet\")\r\n PickupContainerItem(0, 1)\r\nend "); Thread.Sleep(400); } if (ObjectManager.Pet.IsAlive && !ObjectManager.Me.IsCast && !ObjectManager.Pet.HaveBuff("Feed Pet Effect")) { Lua.LuaDoString("if GetPetHappiness() < 3 then\r\n CastSpellByName(\"Feed Pet\")\r\n PickupContainerItem(0, 2)\r\nend "); Thread.Sleep(400); } if (ObjectManager.Pet.IsAlive && !ObjectManager.Me.IsCast && !ObjectManager.Pet.HaveBuff("Feed Pet Effect")) { Lua.LuaDoString("if GetPetHappiness() < 3 then\r\n CastSpellByName(\"Feed Pet\")\r\n PickupContainerItem(0, 3)\r\nend "); Thread.Sleep(400); } if (ObjectManager.Pet.IsAlive && !ObjectManager.Me.IsCast && !ObjectManager.Pet.HaveBuff("Feed Pet Effect")) { Lua.LuaDoString("if GetPetHappiness() < 3 then\r\n CastSpellByName(\"Feed Pet\")\r\n PickupContainerItem(0, 4)\r\nend "); Thread.Sleep(400); } if (ObjectManager.Pet.IsAlive && !ObjectManager.Me.IsCast && !ObjectManager.Pet.HaveBuff("Feed Pet Effect")) { Lua.LuaDoString("if GetPetHappiness() < 3 then\r\n CastSpellByName(\"Feed Pet\")\r\n PickupContainerItem(0, 5)\r\nend "); Thread.Sleep(400); } if (ObjectManager.Pet.IsAlive && !ObjectManager.Me.IsCast && !ObjectManager.Pet.HaveBuff("Feed Pet Effect")) { Lua.LuaDoString("if GetPetHappiness() < 3 then\r\n CastSpellByName(\"Feed Pet\")\r\n PickupContainerItem(0, 6)\r\nend "); Thread.Sleep(400); } if (ObjectManager.Pet.IsAlive && !ObjectManager.Me.IsCast && !ObjectManager.Pet.HaveBuff("Feed Pet Effect")) { Lua.LuaDoString("if GetPetHappiness() < 3 then\r\n CastSpellByName(\"Feed Pet\")\r\n PickupContainerItem(0, 7)\r\nend "); Thread.Sleep(400); } if (ObjectManager.Pet.IsAlive && !ObjectManager.Me.IsCast && !ObjectManager.Pet.HaveBuff("Feed Pet Effect")) { Lua.LuaDoString("if GetPetHappiness() < 3 then\r\n CastSpellByName(\"Feed Pet\")\r\n PickupContainerItem(0, 8)\r\nend "); Thread.Sleep(400); } if (ObjectManager.Pet.IsAlive && !ObjectManager.Me.IsCast && !ObjectManager.Pet.HaveBuff("Feed Pet Effect")) { Lua.LuaDoString("if GetPetHappiness() < 3 then\r\n CastSpellByName(\"Feed Pet\")\r\n PickupContainerItem(0, 9)\r\nend "); Thread.Sleep(400); } if (ObjectManager.Pet.IsAlive && !ObjectManager.Me.IsCast && !ObjectManager.Pet.HaveBuff("Feed Pet Effect")) { Lua.LuaDoString("if GetPetHappiness() < 3 then\r\n CastSpellByName(\"Feed Pet\")\r\n PickupContainerItem(0, 10)\r\nend "); Thread.Sleep(400); } if (ObjectManager.Pet.IsAlive && !ObjectManager.Me.IsCast && !ObjectManager.Pet.HaveBuff("Feed Pet Effect")) { Lua.LuaDoString("if GetPetHappiness() < 3 then\r\n CastSpellByName(\"Feed Pet\")\r\n PickupContainerItem(0, 11)\r\nend "); Thread.Sleep(400); } if (ObjectManager.Pet.IsAlive && !ObjectManager.Me.IsCast && !ObjectManager.Pet.HaveBuff("Feed Pet Effect")) { Lua.LuaDoString("if GetPetHappiness() < 3 then\r\n CastSpellByName(\"Feed Pet\")\r\n PickupContainerItem(0, 12)\r\nend "); Thread.Sleep(400); } if (ObjectManager.Pet.IsAlive && !ObjectManager.Me.IsCast && !ObjectManager.Pet.HaveBuff("Feed Pet Effect")) { Lua.LuaDoString("if GetPetHappiness() < 3 then\r\n CastSpellByName(\"Feed Pet\")\r\n PickupContainerItem(0, 13)\r\nend "); Thread.Sleep(400); } if (ObjectManager.Pet.IsAlive && !ObjectManager.Me.IsCast && !ObjectManager.Pet.HaveBuff("Feed Pet Effect")) { Lua.LuaDoString("if GetPetHappiness() < 3 then\r\n CastSpellByName(\"Feed Pet\")\r\n PickupContainerItem(0, 14)\r\nend "); Thread.Sleep(400); } if (ObjectManager.Pet.IsAlive && !ObjectManager.Me.IsCast && !ObjectManager.Pet.HaveBuff("Feed Pet Effect")) { Lua.LuaDoString("if GetPetHappiness() < 3 then\r\n CastSpellByName(\"Feed Pet\")\r\n PickupContainerItem(0, 15)\r\nend "); Thread.Sleep(400); } if (ObjectManager.Pet.IsAlive && !ObjectManager.Me.IsCast && !ObjectManager.Pet.HaveBuff("Feed Pet Effect")) { Lua.LuaDoString("if GetPetHappiness() < 3 then\r\n CastSpellByName(\"Feed Pet\")\r\n PickupContainerItem(0, 16)\r\nend "); Thread.Sleep(400); } } } thanks again for all the help! Also is there a way to call a function to be used only when out of combat? and another when im combat? eg aspects?
  8. Thanks! regarding mend pet, only in vanilla its a channel, in tbc/wrath its a buff you apply to your pet (like renew) so it does not work? will report back after testing your suggestions! thanks! edit: i just realised that my call pet is not working and i was wondering if you could help me with that? // Call Pet if (!ObjectManager.Pet.IsValid && CallPet.KnownSpell) { CallPet.Launch(); Thread.Sleep(Usefuls.Latency + 1000); { it does not seem to work & it gets stuck trying to revive pet, almost as if Pet.IsValid & Pet.IsDead & Pet.IsAlive is broken? i tried out other fightclasses from the forum and same thing. also i fully understand how to add the feeding code ? ps also your petcombat snippet returns an error [E] 20:47:56 - Compilator Error : c:\Users\nickl\AppData\Local\Temp\1rmclwrz\1rmclwrz.0.cs(171,59) : error CS1061: System.Collections.Generic.List<wManager.Wow.ObjectManager.WoWUnit> innehåller inte en definition för Where och det gick inte att hitta någon Where-tilläggsmetod som accepterar ett första argument av typen System.Collections.Generic.List<wManager.Wow.ObjectManager.WoWUnit> (saknas ett using-direktiv eller en sammansättningsreferens?)
  9. Thanks for the help with code snippets and finding my missing space! ? i was just wondering if you have any templates/ideas of how i can make my pet tank all the mobs so i dont end up dying if my mend pet gains aggro, or is there a way to feign death if x mobs attacking me? also regarding the pet feed, it looks like ill need to add all the food manualy right? and can i add it like this? public void Feed() // food list, it will choost whats best food inside you're bags. private List<string> FoodList() { return new List<string>() { "Tough Jerky", }; } // choost from the food list private void FeedPet() { if (PetFoodType().Contains("Food type")) FeedByType(FruitList()); } // feed from list FeedPet(); Thread.Sleep(600);
  10. Hello, im having 4 small issues running 3.3.5 fightclass ive been mixing with on free time. it wont stop "spamming" mend pet once the pet drops under 60% hp. and the second issue is the feed pet code does not seem to actually "feed" it to my pet, it does however pick it up from invenentory but does not actually use the feed pet on it? the third & fourth issue is that my hunters mark & serpent sting wont go off on the target but i cant find an issue, it was working before ? { // Call Pet if (!ObjectManager.Pet.IsValid && CallPet.KnownSpell) { CallPet.Launch(); Thread.Sleep(Usefuls.Latency + 1000); { // Revive Pet if (!ObjectManager.Pet.IsValid || ObjectManager.Pet.IsDead && RevivePet.KnownSpell) RevivePet.Launch(); Thread.Sleep(Usefuls.Latency + 1400); if (ObjectManager.Pet.IsAlive && ObjectManager.Pet.IsValid && ObjectManager.Me.IsAlive && MendPet.KnownSpell && !ObjectManager.Pet.HaveBuff("Mend Pet") && MendPet.IsDistanceGood && ObjectManager.Pet.HealthPercent <=60) { MendPet.Launch(); Thread.Sleep(Usefuls.Latency + 14000); return; } // Hunters Mark if (HuntersMark.KnownSpell && HuntersMark.IsSpellUsable && HuntersMark.IsDistanceGood && !ObjectManager.Target.HaveBuff("Hunter's Mark")) { Lua.LuaDoString(@"WrathCS.text:SetText(""Buffing Hunter's Mark"")"); HuntersMark.Launch(); return; } // Serpent Sting if (SerpentSting.KnownSpell && SerpentSting.IsSpellUsable && SerpentSting.IsDistanceGood && !ObjectManager.Target.HaveBuff("Serpent Sting")) { Lua.LuaDoString(@"WrathCSFrame.text:SetText(""Casting Serpent Sting"")"); SerpentSting.Launch(); return; } hopefully anyone can help me out here ? thanks! also is there any way to get my pet to attack the units that have aggro on me?
  11. wind serpents & Boars (boars are generaly my go to pet because it eats everything so it makes it super easy to keep happy) https://www.wow-petopia.com/guides/dietchart.php
  12. [Stormwind Brie] [Raw Black Truffle] [Dwarven Mild][red wolf meat] and some other meat/fish random drop things that can be feed to your pet ? the pet is a boar(eats everything) also is it possible to add a wait timer after it feeds the pet? i know the feeding did work around lvl 15_20 but after it never feed the pet if this helps debugging
  13. Quick add, it seems to not feed the pet anymore, is it that the food list is incomplete above level 20>45 or is this a bug? (my pet is a all eater also noticed that the "run away from melee range" mostly bugs where it walks forward backwards and looks really weird or just gets stuck on backing up 500meters"
  14. hopefully he puts out an update this weekend to fix some of the small bugs to make it perfect ?
  15. it does everything youd want it to do and more, its very efficient dps wise and mana wise and its actually pretty good, but it just feels "unfinished"
    This is the best Free hunter fightclass you can get for wrobot tbc, its soo good it actually feels like a premium paid one. -Pet feeding Automatic. it removes the need of third party macros+addons to get pet feeding to work on tbc client. -Rotation is as good as you would want it to be. -Its efficient with Cheeta and Hawk aspect changes during combat/movment. -flexible range It runs away from mobs to close when your pet gets aggro, perfect. im looking forward to the future updates of this fightclass as right now its one of the best, if not The best hunter plugin available right now.
  16. also found a new bug where it tries to "mend pet" but in tbc the mend pet is a buff your pet gets (not channeled like in vanilla) and it spamms it till out of mana. also it uses cheeta when it tries to run away from combat and gets dazed ? edit: could you also add " [Dwarven Mild]" & " [Stormwind Brie]" to pet feed list thanks!
  17. will test out! thanks alot! edit: its great but theres 1 small bug(not sure if its wrbot or not) sometimes the bot still tries to use melee attack over auto shoot once it gains range so it stands there untill pet kills the mob. outer than that it functions at a 9/10 scale ?
  18. is it possible to obtain the source code? i was looking to add auto feeding since there is no good plugin but your profile is outstanding outside of that! or maybe you could add more than just meat ?
  19. @Droidzhey is it possible for you to update this to TBC?/vanilla it does not use the food even tho no errors. there is currently no one maintaining this(fnv316 has been gone for 6-8months) and well.. there is no fc or a feeding plugin that works for tbc hunter and addons wont pause during feeding so its just spamming food. also is source code available?
×
×
  • Create New...