What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Simple daggerspell grinder + deathwalk

I have a problem with mobs attacking me and the bot not killing it back

if(bestMob.firstHitter == null && getAggroMobs().Count > 0 && bestMob != GetBestNearestMob(zone))
bestMob = GetBestNearestMob(zone);

I am killing ranged mobs. In some cases, when I kill a mob, I will run past another mob to loot it, and aggroing it. At this time, the mob is free-hitting me at his max range (20 meters). However, there is a mob near the mob I just looted, so my bot will target THAT mob instead of the mob who is still hitting me, because I ran past it to loot.

Therefore, is there a way to change the code, so the bot will prioritize to kill mobs who are aggroed on me, before finding a new target? Thanks.
 
Last edited:
Hey so the grinding part works fine, i kill stuff at the location i want, my GPS is not working, i have made a path called TheGrinder on gps editor and put it in the SystemGutted folder I made my path by adding point and adding path but it doesnt do anything, when i die my character doesnt move

Having the same difficulties, anyone know how to fix this?
 
Подскажите как правильно написать чтобы при движении от НУИ при подходе к двери он нажимал действие? допустим на второй точке находится дверь.
Code:
  if(!isAlive())
                {
                     while (me.resurrectionWaitingTime > 0)
                     Thread.Sleep(100);
                     Thread.Sleep(300);
                     ResToRespoint();
                     Thread.Sleep(50000);
                     RestoreExp();
                     Thread.Sleep(2000);
                     // Cюда пишем наш маршрут от нуи
                     MoveTo (19844.75, 25241.91, 123.92);
                     MoveTo (19821.60, 25266.30, 102.37);
                     MoveTo (19759.33, 25278.28, 101.52);
                  
                 }
 
Подскажите как правильно написать чтобы при движении от НУИ при подходе к двери он нажимал действие? допустим на второй точке находится дверь.
Code:
  if(!isAlive())
                {
                     while (me.resurrectionWaitingTime > 0)
                     Thread.Sleep(100);
                     Thread.Sleep(300);
                     ResToRespoint();
                     Thread.Sleep(50000);
                     RestoreExp();
                     Thread.Sleep(2000);
                     // Cюда пишем наш маршрут от нуи
                     MoveTo (19844.75, 25241.91, 123.92);
                     MoveTo (19821.60, 25266.30, 102.37);
                     MoveTo (19759.33, 25278.28, 101.52);
                  
                 }
сделай глупо пошли просто клавишу ф
string KeyToPress = "F";
SendKeys.Send(KeyToPress);
 
Переписал скиллы на русский язык - не работает.
 
Back
Top