Jump to content

Trustjah

Members
  • Posts

    12
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Trustjah's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. It used to work before i made this post, I'm sure thats not the case here.
  2. Where in WoW's MPQ files should value's be changed for this to corrupt Wrobot from finding the correct process?
  3. Please update WRobot to work with Project Ascension. Or all versions of 3.3.5 or every version for that matter.
  4. @Droidz does make me wonder, what caused this error?
  5. It has been confirmed but the @Droidz meister hasnt fixed it yet.
  6. None of the above is working for me, ayone got an aswer to this? I've been trying to make a rogue fightclass and moving behind an enemy is just the thing i want it to do. [F] 02:30:48 - [FightClass] Launch C# code: public Vector3 BackofVector3(Vector3 from, float radius) { if (from != null && from != Vector3.Empty) { //abit ugly float rotation = -robotManager.Helpful.Math.DegreeToRadian(robotManager.Helpful.Math.RadianToDegree(ObjectManager.Me.TargetObject.Rotation)+90); return new Vector3((System.Math.Sin(rotation)*radius) + from.X, (System.Math.Cos(rotation)*radius) + from.Y, from.Z); } return new Vector3(0, 0, 0); } [E] 02:30:48 - Compilator Error : c:\Users\Dean\AppData\Local\Temp\szwfbcwc.0.cs(20,5) : error CS1513: } expected c:\Users\Dean\AppData\Local\Temp\szwfbcwc.0.cs(30,6) : error CS1597: Semicolon after method or accessor block is not valid c:\Users\Dean\AppData\Local\Temp\szwfbcwc.0.cs(32,1) : error CS1022: Type or namespace definition, or end-of-file expected
  7. @Droidz. Disableing addons does not cure this problem! Source is doing a wrong calculation. when i auction something i have to take the price per unit and divivde it by 20. There are multiple posts about this problem;
  8. It takes the total price and multiplies it x 20 when the stack size is set to 20. the problem is related to the stack size, if i change the stack size to 10 or 5 the bot will take the total price and will multiply it by that number.
  9. Bot is posting wrong price per unit. I put in 7s 99c and the stack costs 63gold on auction house. The log shows correct prices but ingame the price is not correct.
  10. The log is saying it is posting the heavy leather for 3 G 18 S 40C but it is actually posting it for 63 G 72S. What is up with that, its been doing that with all the items. what am i doing wrong?
×
×
  • Create New...