Jump to content

Gillean

Members
  • Posts

    24
  • Joined

  • Last visited

Posts posted by Gillean

  1.  
     To change max FPS, close all WRobot, open with notepad file "WRobot\Settings\WRobotGlobalSetting.xml" , andedit line with "<MaxFPS>50</MaxFPS>". Replace 50 by new value.
     
     
     
    19/5000
    this is a simple solution  
  2. Quote
    
     new Spell("Death Gate", false).Launch();
            Thread.Sleep(Usefuls.Latency + 500);
            if (ObjectManager.GetNearestWoWGameObject(ObjectManager.GetWoWGameObjectByEntry(190942)).GetDistance < 10)
                wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithGameObject(ObjectManager.Me.Position, 190942);
            return true;

    this does not work :-(  

×
×
  • Create New...