Jump to content

antisnake

Members
  • Posts

    37
  • Joined

  • Last visited

Reputation Activity

  1. Like
    antisnake reacted to TheSmokie in Wrath 3.3.5a #C issues in fightclass   
    Hello,
    First off using this "Lua.LuaDoString(@"WrathCS.text:SetText(""Buffing Hunter's Mark"")");" is slowing you're rotation down. Reason can be found Here
    2nd with you're mend problem, you need to add a space inbetween <= Here 60 (should fix the problem
    3rd you do not really need to keep using Thread.Sleep(Usefuls.Latency + 14000);, you can use "Usefuls.WaitIsCasting();" its a lot better in my option.
    4th : for feeding you can use code like this
    // 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); 5th id try adding "Usefuls.WaitIsCasting();" to mark and sting. 
    make sure to check if you're spelling is correct.
    if you need anymore help join my discord server and id be more then happy to help. Link : ttps://discord.gg/ppm8Ufc
×
×
  • Create New...