Client Patches

Sign in to follow this  

45 files

  1. Battleground Patch

    I merged a few different BG layouts together for everyone who no longer enjoys the old look of BG. This patch is for 3.x.x and full info about patch you can find there - https://reznik.fandom.com/wiki/Battleground_Patch
     

    225 downloads

    (0 reviews)

    6 comments

    Updated

  2. GameObjects Patch for Cataclysm

    This patch allows you to spawn nearly every wmo and m2 existing in the Cataclysm 4.3.4 client as a GameObject on your server. It requires both client and serverside modification.
    Some objects, especially wmos, will crash your client. So be careful. 
    Use at your own risk if on versions less than 4.3.4. Also, you will require a cracked exe to use this patch. Find one here: http://www.model-changing.net/files/file/15-cracked-exe-for-cataclysm/

    76 downloads

    (0 reviews)

    4 comments

    Updated

  3. All artifact appareance unlock Legion

    Hi, here i share it for you can equip alls artifact appareances in Legion 7.2.5. You must add one artifact forge for appareances and it is working.
    This is should work in others versions as 7.2.1 too.
     
    I share this files in Spanish, but you can see how it is working for make it yourself.
    If you make my tutorial for delete restrictions items you can equip alls artifacts specs and class.
    Enjoy



    120 downloads

    (0 reviews)

    0 comments

    Updated

  4. My unfinished projects - Wasteland / LeafCraft

    Because last years i dont have time and i lost project data aswell (HDD broken), i decide to release my unfinished projects. You can use it for Machinima or whatever you want, just enjoy it ?Full info about LeafCraft (something like a SnowCraft) is here - https://reznik.fandom.com/wiki/LeafCraft and info about Wasteland (based on the Afterfall) you can find here - https://reznik.fandom.com/wiki/Wasteland_Project
     

    167 downloads

    (0 reviews)

    1 comment

    Updated

  5. Wow 2.4.3 patched

    I took the previously patched Wow.exe from here and applied this patch to it.
    Additionally I added a version with FoV fix and nameplate range to ~60 yards .

    Hope it helps someone.
    Wow_243_ItemPatch_FoV_NameplateRange.exe
    Wow_243_FrameXML_GlueXML_ItemPatch_FoV.exe
    Wow_243_FrameXML_GlueXML_ItemPatch.exe
    Wow_243_FrameXML_GlueXML_ItemPatch_FoV_NameplateRange.exe

    83 downloads

    (1 review)

    1 comment

    Updated

  6. LoginTweaks (WotLK)

    Before we go any further, it is important to note YOUR PASSWORD WILL BE STORED IN PLAIN TEXT INSIDE YOUR CONFIG.WTF FILE. THIS IS AN OBVIOUS SECURITY RISK, SO UNDERSTAND YOU ARE WEIGHING CONVENIENCE OVER SECURITY BY USING THIS PATCH. CONTINUE AT YOUR OWN RISK.

    Hello there! My name is Marotheit, and today I wanted to share my login screen tweaks for Wrath of the Lich King. This compilation of tweaks removes a lot of the extra clutter and adds a convenient "Remember Password" button to your login screen. The "Manage Account" and "Community Site" buttons, as well as the forgotten password text have been edited to redirect to ChromieCraft portals, because that's the server I personally play on, although this can easily be edited with an MPQ editor to fit your situation.

    It is available in two flavors: Default and ElvUI Themed.

    The default package only contains patch-7.MPQ and two edited WoW executables; both allow interface edits, while the x64 executable also has Large Address Aware applied for ease of use. One of these executables must be used or you are unable to edit the login screen. The ElvUI Themed package also includes an installation of ElvUI-Glues-WotLK.

    This patch is compatible with other patches that change the login screen background. I can only guarantee compatibility with Wrath of the Lich King 3.3.5a (12340). It may work on older versions of Wrath of the Lich King, but I haven't tested any of them out.

    Shoutout to Reznik for the original inspiration of the project. The remember password feature is largely based on his original work.

    504 downloads

    (0 reviews)

    8 comments

    Updated

  7. wotlk WoW 3.3.5 Patcher (Custom Item Fix)

    WoW 3.3.5.12340 Patcher

    This treat is for people who like to make custom items for 3.3.5.
    So I stumbled upon this reddit thread Reddit - [2.4.3] Patched Executable - Override item.dbc (Question Mark Icon fix)  and figured if this was possible for 3.3.5 too.
    Well, 3.3.5 is quite different and it wasn't as simple as that, but after some tinkering I could made it work.
    When you patch your wow.exe with this, you don't need to make MPQ patches or edit the item.dbc at all.
    Just add the custom items you want to the "item_template" table in your SQL database and you're good to go.
    There are eight fields in Item.dbc: itemID, ItemClass, ItemSubClass, sound_override_subclassid, MaterialID, ItemDisplayInfo, InventorySlotID , SheathID
    And they all should work with the exception of Material. AFAIK it only affects which sound an item makes when moving it around in your inventory. So currently custom items won't have that sound. If anyone has expertise in reverse-engineering and can help me find the correct spot(s) for it, please PM me.
    I did some preliminary testing and everything has worked so far. But it still needs some more testing and I think it's 90-95% done. That's why I named it "Custom Item Fix (BETA) v1".
    I've tested this to work with the latest TrinityCore, but any core which supports custom items should work. If using TrinityCore make sure to set "DBC.EnforceItemAttributes = 0" in your worldserver.conf.
    If you find any bugs, post them and I will try hunting them down.
    TL;DR: Item.dbc patching is history
     
    Currently supported versions (r001):
    3.3.5.12340 enUS
     
    Patcher supports Windows XP and newer. Currently it does not check whether you are on a 32-bit (x86) or a 64-bit (x64) system (forgot to do it, will include in r002) so if you are running a very old 32-bit system, do not use the "4GB RAM" patch. On the other hand, everyone on "new" (not from 20 years ago) systems should use "4GB RAM" patch.
    Patcher expects a clean and unmodified WoW.exe for it to work. This safeguard is in place so it can make sure the patch is applied correctly, as with binary patches it is absolutely necessary to have every byte in the right place to not have undefined behaviour or crashes. If you run into "invalid or corrupt wow.exe" error, it means your exe is modified and you need to use a clean wow.exe. You can find checksums for the unmodified wow binaries here: https://github.com/anzz1/wow-client-checksums
    The patcher was made mainly for this Custom Item Fix, but I decided to add some other popular patches for a clean all-in-one solution.
    "4GB RAM" - sets the "Large Address Aware" /LAA flag to allow a 32-bit WoW.exe to use 4GB of RAM instead of 2GB in 64-bit machines (More Info) "Allow Interface Edits" - allows editing interface files like the login screen "Cast Bar Fix" - shows cast bars on default nameplates "Disable Cache" - disables saving WDB cache  
    Thanks:
    @BenjaminLSR and @rajkosto at the Rochenoire team for the original TBC version of the patch and with it pointing me to the right direction on where to start.
    Original creators of the "Allow Interface Edits" and "Cast Bar Fix" patches, whoever they are.
     
    Github Issue tracker:
    https://github.com/anzz1/WoWPatcher335/issues
     

    409 downloads

    (0 reviews)

    13 comments

    Updated

  8. SnowCraft

    One of my old patches - snowy expansion for wow 3.3.5a. Kalimdor, Eastern Kingdoms and Outland is completly uder snow. Full info - http://Reznik.Wikia.com/wiki/SnowCraft
     
     

    109 downloads

    (1 review)

    0 comments

    Submitted

  9. Tanaris in the Storm

    Hello, I decided to make a few versions of old battlegrounds for everyone who play 3.3.5a PVP. Today i have new layout for Eye of the Storm battleground for release. Patch is for 3.x.x. Full info about patch - https://reznik.fandom.com/wiki/Tanaris_in_the_Storm
     

    84 downloads

    (3 reviews)

    0 comments

    Submitted

  10. Warsong Gulch: Orcs vs Humans Second Variant

    Alternative version of Warsong Gulch: Orcs vs Humans - Horde Base has Durotar skin + Alliance Base has Elwynn skin with Human Base WMO model. When you think about it Horde base has a similiar skin (rock at the bottom) to Durotar. It was original Blizzard's idea like this? Durotar/Orcs VS Elwynn Forest/Humans? More info here - https://reznik.fandom.com/wiki/Warsong_Gulch:_Orcs_vs_Humans enjoy it ?  
     
     
     
     

    76 downloads

    (1 review)

    0 comments

    Submitted

  11. Kyrie Eleison's 5.4.8 Object Patch

    This patch contains a gameobject entry for every m2 and wmo in the game!
    Tested in Skyfire 5.4.8 version (I don't know if it works in other emulators, maybe with some sql changes)
    All credits go to Kyrie Eleison from MundoWarcraft - http://www.mundowarcraft.com
    Thanks to @Elrena for your help. He explained me how to make it, time ago

    50 downloads

    (1 review)

    0 comments

    Submitted

  12. Stranglethorn Storm

    Hello, today i have another layout, Stranglethorn layout for Eye of the Storm battleground ?Patch is for 3.x.x. Full info about patch - https://reznik.fandom.com/wiki/Stranglethorn_Storm
     

    83 downloads

    (0 reviews)

    0 comments

    Updated

  13. Tropical Valley

    Hello,
    I have new battleground layout for Alterac Valley ready to release ? Patch is for 3.x.x. Full info about patch - https://reznik.fandom.com/wiki/Tropical_Valley
     

    53 downloads

    (0 reviews)

    3 comments

    Updated

  14. Barrens Basin

    Hello, today i have another battleground layout. This time for Arathi Basin battleground ?Patch is for 3.x.x. Full info about patch - https://reznik.fandom.com/wiki/Barrens_Basin
     
     

    52 downloads

    (0 reviews)

    0 comments

    Updated

  15. Duskwood Basin

    Hello, today i have another battleground layout. This time for Arathi Basin battleground again ? Patch is for 3.x.x. Full info about patch - https://reznik.fandom.com/wiki/Duskwood_Basin
     
     

    53 downloads

    (0 reviews)

    0 comments

    Updated

  16. Winter of the Ancients

    Hello,
    I have new battleground layout for Strand of the Ancients ready to release ? Patch is for 3.x.x. Full info about patch - https://reznik.fandom.com/wiki/Winter_of_the_Ancients
     

    57 downloads

    (0 reviews)

    1 comment

    Submitted

  17. Dracthyr Login Screen

    Was messing around tonight with trying to convert login screens using wow.export and adspartan’s converter and was able to turn the Dracthyr character screen into the login screen because why not. Also messed around with downloading music from Dragonflight using wow.export and ended up choosing Ruby Life Pools for the background music at login. After you download change the name of patch to patch-4 and use an edited exe https://drive.google.com/file/d/1UjRtiTrhNYiJyC_aHiuiF8KC06DEqtAj/view. Enjoy

    116 downloads

    (0 reviews)

    1 comment

    Submitted

  18. World of Warcraft 3.3.5a taskbar flashing

    Hi everyone, I present to u a patch for World of Warcraft 3.3.5a executable. what adds lua API for window flashing. Using it you can flash the game window on various events in game and not worry that you will miss something while you in alt+tab, like a retail wow.
    Installation, simply way:
    1) Unpack folder Interface and file WowFlashWindow.exe to game directory
    2) And use WowFlashWindow.exe for start game everytime
     
    Hard way, if for example you want to combine this patch with some other
    1) Unpack Interface folder to game directory, and somewhere FlashWindow_Wow12340.1337
    2) Download x64dbg (https://x64dbg.com/#start) and launch x32 version
    3) File - Open - Wow.exe
    4) File - Patch file - Import - Select path to  FlashWindow_Wow12340.1337 - OK
    5) Patch File - enter new exe name - Save
     
    Project page on github: https://github.com/FrostAtom/FlashWindow_Wow12340
    Us discord where u can find more patches, or can request to make anything for World of Warcraft - https://discord.gg/NNnBTK5c8e 
    Telegram - https://t.me/wow_soft
    YouTube - https://youtube.com/channel/UCVws9TRZN49QxiIk4Q3VOgg
    VK - https://vk.com/wow_soft
     

    59 downloads

    (0 reviews)

    0 comments

    Submitted

  19. AshbringerLightningWhite

    Converted with TXID Fixer and Multiconverter 3.3.0 for WOTLK.
    Ordinary m2, blp files. drag and drop into mpq patch and create dbc entry. Optional: use HeidiSQL to create new items with displayID for the weapon.

    95 downloads

    (0 reviews)

    0 comments

    Submitted

  20. ArtifactSoulrendRed

    Converted with TXID Fixer and Multiconverter 3.3.0 for WOTLK.
    Ordinary m2, blp files. drag and drop into mpq patch and create dbc entry. Optional: use HeidiSQL to create new items with displayID for the weapon.

    90 downloads

    (0 reviews)

    0 comments

    Submitted

Sign in to follow this