Jump to content

razmisli

Members
  • Posts

    17
  • Joined

  • Last visited

Posts posted by razmisli

  1. Hello, network error caused usualy from settings in windows firewall (other simillar products) or WoW client files are corrupted. You can try:

    - disabling your firewall, reseting firewall settings to default

    - delete Cache folder in Data directory and WoW directory

    - run Windows Memory Diagnostics

    - download or repair WoW client (last resort)

  2.  LUA error you post is problem related to Addons

    Run WoW on a clean, default Interface then do test playing for awhile.

    Way to do this is 

    1. Open the World of Warcraft folder.
    2. Rename the Cache, Interface, and WTF folders to CacheOld, InterfaceOld, and WTFOld.
    3. Launch the game to recreate the default folder structure.
  3. Nécessaire Framework, Redistributable Visual C + + 2010 (X86) and  DirectX (or SlimDX (4.0 X86)  //Alternative All in One Runtimes Installer: https://www.computerbase.de/downloads/systemtools/all-in-one-runtimes/?download

    Installer la version correcte de Wrobot
    Télécharger: https://wrobot.eu/files/file/2-wrobot-official/?do=download

    Décompressez WRobot.zip, exécutez Updater et sélectionnez la version Burning Crusade

    wrobot_bc_updater.jpg.cd4e8f7b8ea16cb1cbcbd8b3189ea479.jpg

    Exécutez WoW en mode fenêtre puis exécutez Wrobot

    windowed_mode.jpg.6399794babd51751c56250a179632f66.jpg

     

  4.  

    Can you check do you have file System.Runtime.dll in Facades folders in v4.5, v4.5.1, v4.5.2, v4.6, v4.6.1. I attached my own files sorted by folder so you can just copy them to replace missing or corrupted file

    Path: C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\
    Facades\System.Runtime.dll

    Install these also:

    DLLs: System.Runtime.dll from v4.5 to v4.6.1.zip

    Check this video you might need to install legacy too i suspect issue is with v4.0 first remove newer version of framework except the one integrated using the uninstall or cleanup tool then restart and follow the video after installing 3.5 download and install v.4.0 https://download.microsoft.com/download/1/B/E/1BE39E79-7E39-46A3-96FF-047F95396215/dotNetFx40_Full_setup.exe then you can install newer versions

     

  5.  Found cs file you posted, tomorrow il try to correct it and send to you to test
    More info:

    http://stackoverflow.com/questions/17550084/what-does-it-mean-when-it-says-int-is-never-equal-to-null-of-type-int

    Edit: For HandsHealth you are missing       

    //Line 1184 
    public class PriestHolySettings : Settings
    {   
      //Add this to existing list in settings
      [Setting, DefaultValue(0)]
      [Category("Artifact Healing Spells")]
      [DisplayName("Light Of Tuure HP%")]
      [Description("Cast Light of Tuure when HP% <= Value")]
      public int PercentLightOfTuure { get; set; }
      
    //Line 575
    if (PriestHolySettings.CurrentSetting.PercentLightOfTuure == null) return false;
    int HandsHealth = PriestHolySettings.CurrentSetting.PercentLightOfTuure;
    if (HandsHealth == 0) return false;

     

  6. Used it without an issue, needed some research on moding and converting the profiles and after that it was great especialy if you combine grinding and questing with relogger making it more human like by going offline for specifed time amount. Made some impresive kick ass fighting profiles for prot warrior and genuinely it was fun with alot of ups and downs in trying to figure certain things :D

×
×
  • Create New...