Jump to content

razmisli

Members
  • Posts

    17
  • Joined

  • Last visited

Everything 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 Open the World of Warcraft folder. Rename the Cache, Interface, and WTF folders to CacheOld, InterfaceOld, and WTFOld. Launch the game to recreate the default folder structure.
  3. razmisli

    BC 2.4.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 Exécutez WoW en mode fenêtre puis exécutez Wrobot
  4. at this point without access to machine its hard to diagnose the issues PM if you want me to try over TeamViewer
  5. 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: Multi-Targeting Pack for .NET 4.0.1 Multi-Targeting Pack for .NET 4.0.2 Multi-Targeting Pack for .NET 4.0.3 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
  6. Install Windows 10 Anniversary Update SDK https://go.microsoft.com/fwlink/p/?linkid=845298, if still does not work you need someone experienced to connect using TeamViewer and run system checks becuase there are many things that can cause issues
  7. 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;
  8. Try using this tool it will try to detect issues with Windows and NET https://www.microsoft.com/en-us/download/details.aspx?id=30135 Are you using Windows 8 or Windows 8.1? Install complete SDK https://developer.microsoft.com/en-us/windows/downloads/windows-8-sdk and then try
  9. Its an artifact talent and thats why you are not able to select it as spell, i could be wrong tho :D perhaps you could do with Lua Edit: Try with ID instead of name _Light of T'uure = new Spell(208065);
  10. Try with NET Framework Cleanup Tool https://blogs.msdn.microsoft.com/astebner/2008/08/28/net-framework-cleanup-tool-users-guide/ if cleaning successful then restart PC and reinstall desired NET Framework. Versions of .NET that are system components and come pre-installed are not listed and will not be touched. Example: Windows 7 will not display 3.5, 3.0 or 2.0
  11. ISP issue and cant be resolved by user only way is to use VPN, they do IP check from projects like spamhaus witch flaged IP "suspicious" or as "spam" traffic
  12. Version 3.3.5a

    902 downloads

    I want to share first fight class i ever made, right now i cant find final version becuase i reformated PC but i think others can still build on these. In Settings set False to True for skills you want to use, happy leveling. Profile handles mutliple and single enemy targets with ease, some included features: Charge - Cast if skill is not on cooldown and target distance is bigger or equal to 8 /* Requires Warbringer talent Revenge - Cast everytime when skill is ready to use and rage is bigger or equal to 5 /* Improved Revenge and Shield Mastery talents recommended for max dmg and AOE Shield Block- Cast if target is in range and skill is ready /* Increasing the block value by 100% for 10 sec makes Revenge skill ready Shield Bash - Cast if skill is not on cooldown, enemy target is casting and in meele range Shield Slam - Cast everytime when skill is ready Bloodrage- Cast if skill is not on cooldown and rage smaller or equal to 4 Demoralizing Shout - Cast if target does not have debuff, target is in range and rage is bigger or euqal to 10 Battle Shout - Cast only if player is in combat, does not have buff and rage is bigger or equal to 10 Last Stand - Cast only if player HP is equal to 10% or lower Intimidating Shout - Cast if 3 or more targets attacking player at the same time Shield Wall - Cast only if player HP is equal to 20% or lower Concussion Blow - Cast only if player HP is equal to 25% or lower If you have any issue PM me il adapt it or try to solve it
  13. 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...