Quote:
Zu 1:
habe ich mal ein Beispiel dafür gepostet:
Zu 3: Bei meinem Fishbot hab ich die Distance zwischen Player und WP bzw. CTM click auf 20 alsoCode:private void GetBaseAddress(int ProcessID, string ProcessName) { Process myProcess = Process.GetProcessById(ProcessID); ProcessModule myProcessModule = null; // Get all the modules associated with 'myProcess'. ProcessModuleCollection myProcessModuleCollection = myProcess.Modules; // Display the 'BaseAddress' of each of the modules. // Get the main module associated with 'myProcess'. myProcessModule = myProcess.MainModule; // Display the 'BaseAddress' of the main module. dynamic Exe = myProcessModule.BaseAddress.ToString(); } // GetBaseAddress(wow.ProcessId, "Wow");
Somit fliegt er wunderbar.Code:If distanz < 20 Then NextWP end if
Zu 1. Das mit den PIDs habe ich schon,ich muss aber noch die SendKey funktion umschrieben,dass er den Key auch zu dem jeweiligen WoW sendet und nich zu irgendeinem.
Zu 2. Ich habe das schon eingebaut,deshalb wundert es mich ja auch,dass es halt MANCHMAL passiert und manchmal wieder nicht