Jump to content

TheSmokie

Banned
  • Posts

    1215
  • Joined

Posts posted by TheSmokie

  1. Hello, 

    i am trying to figure out how to get a facing target from the vector3, the angle, and targets vector3.

    We have the following data:
    - Our Vector3 Position (X, Y, Z) (100, 100, 0)
    - Our Current Facing Angle (Pitch, Yaw) (90, 180)
    - Targets Vector3 Position (X, Y, Z) (200, 200, 0)

    How do we calculate the Angle (Pitch, Yaw) that I would need to reach to be facing our target.

    I just need the math function to take the input and output the info i need. the rest i can do.

    -Smokie

     

     

  2. @Droidz The Force go Train code doesnt work at all, 

     

    i tried adding npc to database | i tried making my own quester with pre training npc added with runcode " 

    wManager.Wow.Bot.States.Trainers.ForceGoClassTrainer();

     

    It doesnt go to trainer.

     

    Update : it runs if i use a runcode in quester, but its not letting me use the database for inside a plugin.

  3. Update, after being asked to update, i clicked update mistakenly and now i cant load any wrobot relogger etc.

    @Droidz any update?

    06:12:37 - error: System.Net.WebException: An exception occurred during a WebClient request. ---> System.IO.IOException: The process cannot access the file 'C:\Wrobot\New folder\WRobot\Bin\wManager.dll' because it is being used by another process.
       at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
       at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
       at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access)
       at System.Net.WebClient.DownloadFile(Uri address, String fileName)
       --- End of inner exception stack trace ---
       at System.Net.WebClient.DownloadFile(Uri address, String fileName)
       at System.Net.WebClient.DownloadFile(String address, String fileName)
       at UpdateManager.UpdateManager.�()
    06:12:37 - Update file: Bin/wManager.dll
    06:12:37 - error: System.Net.WebException: An exception occurred during a WebClient request. ---> System.IO.IOException: The process cannot access the file 'C:\Wrobot\New folder\WRobot\Relogger.exe' because it is being used by another process.
       at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
       at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
       at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access)
       at System.Net.WebClient.DownloadFile(Uri address, String fileName)
       --- End of inner exception stack trace ---
       at System.Net.WebClient.DownloadFile(Uri address, String fileName)
       at System.Net.WebClient.DownloadFile(String address, String fileName)
       at UpdateManager.UpdateManager.�()

     

×
×
  • Create New...