Search the Community

Showing results for tags 'wotlk'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Important
    • Announcements
    • Getting Started
  • Modding
    • Modeling
    • Level Design
    • Interface
    • Serverside
    • Noggit
    • Miscellaneous
    • Retro-Porting
    • Useful Services
  • Projects
    • Recruitment
    • Paid Work
    • Showcase
    • Machinima
  • Community
    • General
    • Random
    • Gallery
    • Releases
    • The Graveyard

Categories

  • Tools
    • Uncategorized
    • Map Editing
    • Model Editing
    • DBC & DB2 Editing
    • Serverside
    • CASC & MPQ
  • Resources
    • Graphics
    • Uncategorized
    • Models
    • Maps
    • Client Patches
  • 010 Editor Scripts and Templates
  • Noggit Script Brushes

Categories

  • Projects
  • Machinima
  • Software Development

Categories

  • Beginner
    • Русский
    • Deutsch
  • Modeling
    • Česky
    • Français
  • Level Design
  • Interface
  • Serverside
  • Miscellaneous
    • Česky
    • Français
  • Retro-Porting
  • Machinima

Categories

  • Tutorials
  • Timelapse
  • Miscellaneous

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Discord


Twitter


Skype

Found 107 results

  1. Version 1.0.0

    34 downloads

    The iconic Soul Edge from the soul calibur series, for WOTLK!! this model is roughly inspired by soul calibur 2's design of the weapon. Its blood vessels, eyelids and eye are animated, the texture is purposely low definition so the sword has the old classic feel and fits better in the game. in-game preview Enchantment visuals will not show up; i don't know how to do it and i feel it will just ruin the aesthetic of the sword The download includes the .m2, the .skin, the .blp and an additional folder containing a higher resolution texture .png and the .blend file (blender 3.1 with WBS) in case you want to modify the model/texture etc. If you don't know how to add the sword into the game, i highly suggest you check out tyrallis' guide "retroport to WOTLK- WEAPONS" and go directly to step 3 "Editing our DBC File" Hope you enjoy it!!! scale preview
  2. TEXTURE ANIMATION: THE TUTORIAL Hello everyone. In this tutorial I will explain how texture animations work. It's based in WotLK but it's exactly the same for Cata and beyond. We will add a basic texture animation to this test model: (you can download it in the Tools section) This method is quite useful to simulate waterfalls, energy beams, fire and much more. If you want to add an advanced opacity mask, check my other tutorial. TOOLS -PyModelEditor. -My test model. Take in mind that it can be done in 010editor as well, but it's a little more complex. Once you know how texture animations work with PyModelEditor, feel free to explore it a little further creating multiple animation layers with different renderflags or adding them with 010editor. THE TUTORIAL Run PyModelEditor and open the test model (TexAnimPlaneTest.m2). 1- Go to GlobalSequences. 2- Write "1500" (without the quotation marks) and click on "OK". This is the ammount of time our animation will take. 1500 milliseconds is 1,5 seconds. The more milliseconds, the slower the animation will be. 3- Go to Edit UV Animations. 4- Click on "Add" to create a new texture animation. 5- Once the new texture animation is created, go to "Edit Translation". 6- A new window will open. Go to "Add AnimSub". 7- Change the Interpolation to "Linear". 8- Apply the global sequence you just created. 9- Paste this line: 0:{ 0.0 , 0.0 , 0.0 } 1500:{ 0.0 , 1.0 , 0.0 } Now, click on Ok on all the windows you have open to apply the changes. 10- Go to Edit Materials. 11- Select the material of the mesh you want to add the texture animation (in this case, the test model only has one) and assign the texture animation you just created. You can now save your model. If you test the model in-game, you will notice that the texture animation works fine, but there is some kind of dragging bug and it doesn't loop correctly: This happens when the texture is not tiled. To tile the texture, open the model with PyModelEditor, go to Edit Textures and check both "X-Wrap" and "Y-Wrap": This should fix the problem! (you can also do it in 010editor by changing the TextureFlag to "3"). TL;DR VIDEO UNDERSTANDING THE ANIMATION SEQUENCE Now that you managed to make your own texture animation, you may be wondering how to reverse the animation, or move it sidewards instead of upwards. The key is in the animation line we added in PyModelEditor: As you can see, each line has 4 segments: time frame, horizontal movement, vertical movement and an unused stack of data that we will never touch. In frame 0, your texture stays on its default pose (0, 0, 0), but in frame 1500 it moves vertically (0, 1, 0) and goes back to where it started (it loops). "1.0" is the ammount of times the texture loops. If you change it to "0.5", the texture will start moving but will return to its defult state when it has traveled half the texture. If you replace "1.0" with "-1.0", the texture will go downwards instead of upwards. So, basically, "1500:{ 0.0 , 1.0 , 0.0 }" means that in 1.5 seconds your texture will loop vertically once. Another example: "3000:{ 0.0 , -1.0 , 0.0 }" means that in 3 seconds the texture will loop vertically once (but downwards). If you put "1.0" in the horizontal segment instead of the vertical segment, you'll see something like this: And if you want it to move to the corners, you simply need to put "1.0" (or -1.0 if you want it to go to the opposite direction) in both the horizontal and the vertical segment: CONCLUSION Texture animation is quite easy once you know how the numbers work. You just need some practice and experimentation to master it. If your model has many .skin files, PyModelEditor won't manage the texture animations so well. The best tool for those cases is 010editor. I recommend you to start with small models first. This tutorial was requested many times. Hope you find it useful.
  3. Version v6

    2,080 downloads

    This is all content that has been successfully ported from all expansions up to Shadowlands to work with WotLK. Technically, it's ALL m2s/wmos and their linked textures exported from retail 9.2.5 using the WoW Export tool. Then all files were TXID fixed, along with being ran in the MultiConverter. Afterwards, a python tool I made was used to remove all files overlapping from vanilla WotLK content. This ensures that ONLY expansion content is in this file. I am absolutely confident this is currently the best patch available for this kind of content. Enjoy M2s, WMOs, tilesets, textures, flames, and other visuals from Shadowlands, BFA, Legion, WoD, MoP, and Cata. The files are available in BOTH an MPQ and loose file format. The MPQ version is a 15.3GB download, labelled Patch-N.MPQ. The loose files are in a highly compressed 12.2GB .rar file. When either of these are exported, there should be 179,530 files totaling 28.8GB. If you'd like to use it in noggit or your client regardless of the content, download the MPQ version and place it in your Data folder. If you want to only use the tilesets or specific expansion content, download the loose file version and create your own patches with MPQ Editor. THANK YOU FOR THE FOLLOWING RESOURCES, WITHOUT THEM BEING AVAILABLE, THIS PATCH WOULD NOT EXIST - Zarkeven's WMO Patch Alastor's Expansion patch, commissioned and distributed by Valaryon TXID Fixer Adspartan's MultiConverter, adjusted by MaxtorCoder MPQ Editor (3.2) WoW Export Implave's WMO's 8.2-10.1 Implave's 8.1.5 - 10.1.7 WMOs downconverted to WotLK 1.0.0 Implave's Fixed 8.2-10.1 Tilesets 1.0.0 Known issues - A lot of Shadowlands WMOs don't work. I ran this in TXID fixer, then Multiconverter, so I couldn't say why they don't. They just don't. Lava/Slime is broken. You might want to delete them before making your patches. No DBC files are in the .rar. These can only be spawned in noggit and not in-game. My meme name for the folder is still in there, dubbed "supergoodportedstuffnotedited". Woops. Notes - If I find the time to separate these patches out, I'll return with a patch to update this link. If given the same circumstances, I'll also provide a DBC file to merge with yours along with instructions to spawn them in-game. Keep an eye out for updates here if they happen If used, credits are appreciated! This took about 3 days to complete along with 200GB of drive real estate to mess with these files and make sure a working product was achieved. That does not include the cooperation of community members who contributed to this resource - those individuals should be thanked and appreciated for their contributions to make this happen! Also, check out Ember, where this content will be used in a roleplay setting! Thank you for your time and reading this. This is my first submission to model-changing.net and I hope it's useful to someone.
  4. Hiya, I'm trying out retro porting maps to 3.3.5a from WoD. I'm following this Tutorial and converter: I toke the map draenor from my WoD files (6.0.2). When starting up the converter it runs for a while and then says it has finished but nothing shows up in the folder (finished) Any help would be much appreciated. Poisonleaf.
  5. Credits: @ stoneharry on discord What do you want from me now?? 1/6 I want you to have: wow.tools (getting your .blp and .m2 files) WDBX Editor -> WDBX Editor (editing your .dbc files to get your retroport working) MPQEditor -> MPQEditor (creating custom patches) Multi Converter -> Multi Converter (make your .m2 files work) 335 Server -> Server (i use this one) WOTLK Client -> just google it (preferably a FRESH client with NO other custom patches) TXID -> TXID (Fix our .m2 files) <- new Stoneharry's Spell Editor -> Spell Editor (Make the spell for our Wings) <- new HeidiSQL -> HeidiSQL (Edit spellvisualeffectname, because the spell editor has a bug that doesn't let you properly save it without having it changed in the Database first) <- new TXID -> TXID (Fix our .m2 files) <- new 010 Editor -> 010 Editor (Search in our .m2 file for possibly more .blp files it may need) <- new I hope you've seen my latest tutorial so you already know how your folder should look like. LETS DO THIS! 2/6 Open your wow.tools, select the box with the best ping, click on the world icon after that -> World of Warcraft 9.1.5 bla bla bla Now click on Models and search for "wings", we're going to use "capewingstiger". It's better to change the export folder to the one you were already using so it all goes in one place (don't worry, they will create subfolders). Use my settings and export as M2. Now head to your exported folder, go to spells and slap that capewingstiger.m2 into TXID about 15 times. Click Fix. Do the same now again, but use MultiConverter 3.3.0. Click Fix. Finding "missing" files from 010 Editor 3/6 Open capewingstiger.m2 with 010 Editor, press CTRL + F and search for blp. Make sure you're searching by text(t) (it's to the right of the search bar). Now, wow.tools exported everything but they are not in the same folder. for example: We're creating the Spell now 4/6 Enter your Database data, so it can connect to your Database. Select Import/Export and Import every file that begins with Spell After you're done with that, we make a "New Spell", we create it from an existing ID, i'm using the ID = 69188 since it attaches to your back already. My new SpellID is 90008 since i already have some custom spells. Now listen very closely, this is IMPORTANT. First go to Visual -> Kits & Effects and copy the first VisualKit Now head to Base and delete "Spell Visual 1" and turn it to a 0 Go to Visual -> Kits & Effects and Paste it there again. If the Paste option is greyed out, go to 69188 (rocket pack) and copy it from there. Should look like this, click on Confirm. (BEFORE GOING BACK CLICK ON "SAVE SPELL CHANGES") Now we go back to 69188 (rocket pack) and copy the lower part. Go into your new spell and Paste it in Visual Kit Effects & Attachments. Confirm this too! Our AttachmentID HAS TO BE 12 since it will be attaching it to our Back, where wings should go to, right? From there set all the things below to 0 or else you get a weird rotation, weird angles etc.. Weird Rotation: Save Spell Changes once again. Adjusting our Spell manually in HeidiSQL 5/6 In HeidiSQL open the "spellvisualeffectname" table and click on "Data". Click on "Show all" and scroll to the bottom. There should be a new Entry called "JetPack" or something else if you changed the name before. We change the name to XuenWing and the FilePath to spells\capewingstiger.mdx and change everything else like i did or else they be too small (for my taste). Go to your spell editor once again and click on "SAVE VISUAL MODIFICATIONS" they should all change to your manually edited entry. Save Spell Changes once more and click on Import/Export, select Export and wait for all Tables to load, just click Export checked to DBC. You can close the Spell Editor if you like to. Go into the folder of the Spell Editor and go inside of "Export". I sorted the files there by Date, so i know what i just changed, drag and drop these into your Server's DBC files. Make sure they are the right Time, mine are from yesterday, but i changed it today (12.02) and my server couldn't find the spell xD. Making a Client-Sided Patch in MPQEditor 6/6 Open MPQEditor and create a new MPQ, name it patch-4.mpq and hit next until you're in the MPQ. From there you create new Folders called "DBFilesClient"; "spells" ; "Creature" ; "item" Make sure they are separate folders, from there you drag and drop "all" the new dbc files from your Server into DBFilesClient. Put all the files from your exported spell into the spell folder, then the siberiantigergod and pandarenserpentgod into "Creature". then in the "item" folder create a subfolder called "objectcomponents" and put your shoulder folder in there. If it looks like this, you're good. (no need to restart server since we only edited our mpq and no .dbc files). Restart your Server, delete your Cache folder and type .cast 90009 (or the ID you used instead). If you followed my steps correctly, you should look like this! If it looks like this tho, you probably didn't add all the .blp files in your mpq patch. If anything is incomplete, just let me know over the Discord, my name there is Tyrallis too.
  6. What I will assume you know for this tutorial. How to acquire files from CASC or Wow.tools Your way around the 010 Editor and have the relevant template Adding files to MPQ Editing the correct DBC files to add model to client How to use blender to decrease poly count if required Tools you need M2Mod 9.0.0 My MultiConverter fork The most recent listfile.csv in the same directory as both of the two previous programs Step 1 - TXID Removal For this step you can use any TXID removal method you want. This step can also be done at any point before the MultiConverter step but it's just easier to do it now and not forget it. I will get round to reimplementing the TXID removal that MultiConverter 3.6 has in my version, at which point you won't be reading this step Sylvanasshadowlands3 is weird and M2Mod requires her Skel to be renamed to sylvanas.skel, I haven't seen another skel model with this issue. Step 2 - Convert to M2i Load the m2 you want to converter into M2Mod and click Go! ** Option Step ** You now have the model in m2i format, this is the stage where you would decrease the poly count and edit submeshes if necessary. The max poly count for a model is 21845 in wotlk, probably best to check how many it has before you run into issues later on. This guide will give you some idea of what to do HD character model triangle reduction Step 3 - Convert back to M2 Whether you or not you have forayed into Blender it's now time to convert back to M2, just Preload and Go! once more. You will now have an Export folder inside the original model folder, in my example I have an extra skel from before which I will delete now because MultiConverter uses the model name to find the skel. Step 4 - Change skin names To avoid skin errors we must rename the LOD skin files into normal skin files, however many LOD files there are rename them to be in ascending order after the original skin file. To produce something like below. Step 5 - Edit M2 number of skin profiles Now we need to go into 010 and change the number of skin profiles to be 4 or however many skins you now have. We haven't converted the file yet so you'll need to run the template at the offset 0x8 Open up the Template Results and find the entry relating to number of skin profiles and change the value of 1 to your number. Step 6 - MultiConverter All we have to do now is convert the M2 to Wotlk format This step will work for models that have skels and ones that don't. If the model has a skel you will see the size of the m2 drastically increase once it's converted whereas when there is no skel it barely changes. Drag the M2 into MultiConverter and click Fix, for one file the conversion should be very quick. The size has increased so if the green progress bar didn't give it away we have now put the skel back into the m2. Step 7 - Add to MPQ and DBC editing Now add the converted files to the MPQ and edit the correct DBCs, @Tyrallis has a guide on how to do this Retroport to WOTLK Update-1 Step 8 - Admire Ingame Please comment an issue you have and i'll try and update the guide, any issues with MultiConverter please go to my Github repo and submit and bug with reproduction steps.
  7. Version 2.0

    6,684 downloads

    All the patches will be done as non-encrypted soon! This file contains HD characters and NPC models and textures for WotLK. The archive contains 4 patches: patch-w.mpq contains: NPC models Animations BakedNPCTextures patch-x.mpq contains: Character models Animations patch-enUS-w.mpq and patch-enUS-x.mpq contain: DBCs If you have questions/requests feel free to ask it in the comments or by PM, I will answer it as soon as possible. P.S. The previous versions of files by @Roarl were deleted, because of the wrong and non-existed links. All thanks should be given to him.
  8. Version 1.6

    1,832 downloads

    There are two versions of WoW 335 executable here: WoWGen12.exe which - contains all features listed down below INCLUDING the hacky ones such as multi jump + ADDED NEW SCRIPT EDITS WoWGen11_WithoutHack.exe - contains all features listed down below EXCLUDING the hacky ones such as multi jump and EXCLUDING SCRIPT EDITS List of Features - Removed MD5 / SIG - Game version changed to my name initials and discord tag (A.S.E A2#6767) Release date to Dec 14 1337 for fun The real version of this file is still 3.3.5 - Druid on level 101+ get NO error when opening Base Stats - Every level 101+ can sit on barb Chair without Error - Does not Create CACHE file -Added LUA UNLOCKER you dont need to Manuly Unlock LUA functions via any 3rd party program this Exe has most of them unlocked by itself so far unlocked are (AcceptBattlefieldPort, SetCurrentTitle, UninviteUnit, ReloadUI, FocusUnit, ClearFocus, ... , InteractUnit, CastSpellByName, CastSpellByID, Movement functions ... , CancelLogout AttackTarget (error is still printed)) - Local Data Load directly from the folder no need to place them into the MPQ eg - M:\Client335\Data\DBFilesClient\ItemDisplayInfo.dbc is a viable path for wow.exe to read it in case wow.exe is in Client335 - Does not uses scan.dll to detect Cheat Engine at all - When you zoom close to your character it wont get transparent ========= ADDED IN SCRIPT ========= - Maximum Jump height - Maximum Climb Angle - Increased Far Clip ========= HACKY FEATURES========= - Allows Air Jumps at all time - You understand to every lang - /follow works simply on everysingle target no matter what target Due to popular demand im going to list of some Offsets for the edits I have done so you can do edits on your own or remove some unwanted functions List of functions that Warden scans for
  9. Version 1.1.0

    1,351 downloads

    Dear Modders, I've learned alot mainly thanks to this community, and since I was experimenting with the shadowlands creatures and mounts to retro port them to Wotlk, and we'll it's going pretty good at the moment. So why not share it, i'll post updates from time to time since i'm pretty busy with wow modding at the moment. REMEMBER TO LIKE & SUBSCRIBE (might be wrong platform) Release related to : NOTE: The patch contains the models & dbc files. The dbc files are far from accurate and were just placed to make the models show up. Question: Some models like the hands work perfectly in Wow model viewer, however morphing to that display id results in a crash. any idea's?
  10. Version 11

    5,677 downloads

    There was a report about this supposedly containing malware, though my PC is clean, the pack is clean, and the reporting person's antimalware was behaving in a very odd and jumpy manner overall. Note that this pack contains couple of apps which are pretty much straight up hacks and many apps from "unknown publishers", there's also file downloading launcher and whatnot - it is susceptible material to being marked by antimalware. It should be clean. But it's up to you whether you trust me on that. As a rule of thumb, please, check README.txt file in any directory where such file is before using that part to ensure you know all the important info. Contents: AmarothTools AmarothsLauncherRelease - a fairly primitive launcher based on reading config files and downloading/uploading changelog, patches and addons from FTP. AmarothsToolkit - old version of my toolkit, later I decided to split the project into the following tools. ClientItem - a pair of tools fo syncing item_template <-> Item.dbc. GobGenerator - generates gobjects in gameobject_template out of models provided in GameObjectDisplayInfo.dbc ListfileCreation - do not use unless you know what are you doing. NPCGenerator - for Creature displayID WMV > DBC > DB pipeline. WMOListFile - for obtaining a full list of files used by ADTs, M2/MDX and WMO in the folders under this. Note that its code sucks and is not 100% perfect. CASC CascView - 32 and 64bit versions of CascView, required for obtaining Blizzard files for conversion into WotLK. Listfile - listfiles for extracting files with CascView. DBC LightMapper - can be used for a great visualisation of lights on a map. WoWSpellEditor_1.8.8 - haven't gotten to actually testing this tool yet, but definitely worth sharing. WDBX Editor - for DBC editing, DBC <-> CSV conversions etc. EnGBBlizzlikeDBCs - just blizzlike DBCs, can be useful as a backup. Map AdtAdder - a small tool for mass copy-pasting ADT for inicial filling of a new map/newly expanded map, don't forget to run offsetfix afterwards as well. ADTGrids - some helpers you can use, reflecting basic grids on ADTs. FuTa - a tool for importing and exporting alpha maps (painting textures on ADTs with Photoshop). GroundEffects - tools for applying, removing or changing ground effects on ADT. GruulMeWDT - my preferred way of editing (editing, not creating!) WDT files. NoggitQt_3_2771 - an up to date test version of map editor. NoggitSDL_3_1408 - this is old SDL version of Noggit. It is non-public release, newer than SDL 1.4, fairly stable, may be able to open something Qt cannot. Rius Zone Masher - I do not really remember why I have not ever been using this tool for creation of new maps - I just know I have not been using this tool :D. Sharing it regardless. Models anim porter - I do not even remember what this is for, do not know wthere it is up to date, nor whether it is still useful at all. M2ModRedux 4.6.1 - same like anim porter. MDLVIS 1.40 - same like anim porter. MDX - same like anim porter. MultiConverter_3.3.0 - Officially Legion > WotLK converter, but seems to do alright with BFA as well. Scripts - a mix of random stuff, same like anim porter. OBJtoM2 could be useful if you for any reasons cannot use WoW Blender Studio. Leaving it here for the time being. WoW Blender Studio - still under development, but should make all the other stuff in Models section outdated and redundant. MPQ FuckItUp.exe - removes (listfile) from MPQ, making files more difficult to extract, and thus edit or steal. MPQEditor.exe - v3.2.0.535 is a very old version, but I found it to be very reliable. I had issues with up to date versions, and rather reverted back instead of risking having files corrupted. Other 010 - scripts and templates for 010 Editor. Mordred_LoginScreen - what I have used to make my own custom login screens. PuTTy_0.73 - for managing the server WMT335a - camera hack, light testing. WMV - couple of versions of WoW Model Viewer. HxDsetup.exe - HxD can be used as an alternative hex editor, unlikely to be useful to any 010 Editor owner. xyz-hack.exe - useful for precise gobject spawning. This is a hack, please, do not abuse. Textures BLPConverterGUI - enables mass PNG <-> BLP converting. BLPPhotoshopPlugin_1.0 - Photoshop BLP file support. README.txt - version, release date, links… Wow.exe - removed MD5 check, enabling UI edits within patches etc. Share this with your players, especially if you want to customize anything in your UI, including the login screen. If you are following my english YT channel, this is a toolpack I will be using there. Overview video: My Eng YT channel HERE
  11. New 52809 spells fully implemented their visualization nonexistent mechanics replaced by similar The whole process took a little more than 100-110 hours Download: https://yadi.sk/d/usF5d6uwuWKxL
  12. Version 0.0.1

    823 downloads

    Alpha Pack Download Link : https://drive.google.com/drive/folders/1tDZ_DKJqtjCLIO5nNWtMnfSGI7TH0qt0?usp=share_link Includes : Patch-C : Creature & Textures Patch-I : Item Cata-Mop-WoD Patch-L : Item Legion 7.0.1 > 7.1.5 (Not Fully Added in dbc) Patch-W : Buildings Patch-H : HD Pack (HD Pack Required For 3D Belt) Credits to Thrind Server Side : DBC Server Side : Item_Template SQL -- Update 1 : Added : Spell.dbc (enGB, frFR, enUS) Added : SqlScript.sql Added : Patch-enGB-4.MPQ (Spell for enGB client) Added : Patch-enUS-4.MPQ (Spell for enUS client) Added : CoreScript - Transmog Script for 3D Belt - SpellGeneric.cpp Added : Readme. -- Update 2 : Added Sql for Legion Artifact Weapons PS : Looking for extra hands to work with me on this project. -- Update 3 update Patch-enGB-4/Patch-frFR-4/Patch-EnUS-4 Updated Spell.dbc brings 314 New Compagnon list here : http://www.wowhead.com/spells/compan...lls:200+1+17+2 -- Update 4 Patch-W Should no more cause the game to have green texture in some place of azeroth. Say Thanks also help me continue the project ! The Goal : I'm aiming to help every new and old server to get a decent content. Patches won't be encrypted. A Community Top Site will be launched. A Community Launcher is in preparation (in c#) A Community DBC Files Checker is in preparation (so we see if your server is compatible) the idea is that all server / player use this client as a base. and server would only make download their custom maps if they have one. Join the retrolution : https://www.facebook.com/WoWRetrolution/
  13. Greetings welcome to my store ! In this topic you can buy my 3D models that are compatible with World of Warcraft 3.3.5 --- all files contains only Model itself you will have to add it to the DBC by yourself To buy the model click on PayPal button it will redirect you to CheckOut Site where you can buy the model after payment is done you will be redirected to Download site First item is... Sylvanas Windrunner model from Heroes of the Storm ported to WoW there is also thw wing added to only one side due it being a request for the commision that his was years ago Price 10$ If you have any problems with buying stuff contanct me via PM or DM on my discord "A2#6767"
  14. Version 1.0.0

    52 downloads

    Kargath Bladefist's WoD Model for WoTLK 3.3.5a Simple patch that replaces Warchief Kargath Bladefist's model on The Shattered Halls dungeon with Kargath Bladefist's WoD model. To install it just place the MPQ file in your World of Warcraft/Data folder.
  15. Tutorial in Text I am too lazy to make it beatiful in here so go have fun with my bland .txt Video <- It takes awhile to upload, then for full hd so check back in 1 hour thanks to @everyone for helping me along the way especially ~alter.Ξgø#7193
  16. Guten Tag! 1/5 We need wow.export (getting your .blp and .m2 files) WDBX Editor -> WDBX Editor (editing your .dbc files to get your retroport working) MPQEditor -> MPQEditor (creating custom patches) Multi Converter -> Multi Converter (make your .m2 files work) 335 Server -> Server (i use this one) WOTLK Client -> just google it (preferably a FRESH client with NO other custom patches) TXID -> TXID (Fix our .m2 files) HeidiSQL -> HeidiSQL (Copy existing weapon and slap our custom one on it) 010 Editor -> 010 Editor (Search in our .m2 file for exported files we don't see in one folder) Speedrunning Retroporting 2/5 Open wow.export (or) CASCExplorer, both is fine, really i'll use wow.tools for this. Open your wow.tools, select the box with the best ping, click on the world icon after that -> World of Warcraft 9.1.5 bla bla bla You should automatically be in "Models", good. Search for any weapon. I looked for "ArtifactSoulrend_d_03" since i was going to add it anyway. Select any color and export it using my settings. (if you want to be extra fancy and add an Icon, go into wow.tools -> files -> Search "artifactsoulrend_d_03" and download the interface/icons/inv_sword_2h_artifactsoulrend_d_03.blp ) we later will make it into our custom patch no worries. Now head to your exported folder, go to items\objectcomponents\weapons and rename artifactsoulrend_d_03_red (whatever the color is).m2 into artifactsoulrend_d_03.m2 Now slap that bad boy .m2 file into TXID about 15 times and hit FIX. Do the same with MultiConverter, but only put it once in there. Click Fix afterwards. You can utilize 010 Editor Step 3/6 and search for .blp and if you used wow.tools you can look in the folders it may have created, but for this specific weapon everything is in items\objectcomponents\weapons that we need. Editing our DBC File ? 3/5 Open ItemDisplayInfo.dbc from your servers dbc folder. We open ItemDisplayInfo.dbc with WDBX Editor and Select WOTLK from "Load Definition" We start in ItemDisplayInfo.dbc by making a new Line, Right-Click -> Insert Line. Make a unique ID (mine is 100050); ModelName_1 = name of your .m2 file + .mdx (sword_2h_artifactsoulrend_d_03.mdx); ModelTexture_1 = color of your weapon (mine will be sword_2h_artifactsoulrend_d_03_red); InventoryIcon = the name of the Icon if you downloaded one (inv_sword_2h_artifactsoulrend_d_03). Everything else can be left blank or 0. Save this into your servers dbc folder and open heidisql. Server sided! 4/5 In HeidiSQL open item_template -> Data -> Show all look for a weapon you want to duplicate, it's better if they match the criteria of the weapon you just downported = (Artifactsoulrend is 2h Sword) so you duplicate a existing 2h sword aswell. Then you just change the "displayid" to the one in ItemDisplayInfo.dbc and (re)start your server after saving it. Client Sided ? 5/5 I suppose you know how you make a MPQ already (explained countless time) but i'll explain it quickly again. Open MPQEditor and create a new MPQ, name it patch-4.mpq and hit next until you're in the MPQ. From there you create new Folders called "DBFilesClient" ; "item"; "interface" Make sure they are separate folders, from there you drag and drop "all" the new dbc files from your Server into DBFilesClient. ItemDisplayInfo.dbc in DBFilesClient then in the "item" folder create a subfolder called "objectcomponents" and put your weapon folder in there. your weapon folder in item\objectcomponents create another subfolder in "interface" called "icons" and put your icon that you just downloaded in there. your icon in interface\icons. Delete your wow Cache and add your new item, drag it into your weapon slot and it should look very beautiful! Invisible = didn't convert with TXID First and then Multi Converter Weird texture = wrong name in TextureVariation_1 No animation = not everything put into your mpq patch Crash = ??? maybe wrong name in ModelName_1 or wrong ID used in Heidisql IDEK Green particles = not everything put into your mpq patch
  17. Hi there ! I made some custom spells, now I stuggle trying to avoid them being sorted in the "General" tab of the Spellbook. I would like it to be sorted in a new one, that would be called "Avatars" (or "Avatar" or something related), with its new icon. The same way spells are sorted in spec tabs for classes, like the frost spells of mages are sorted in the "Frost" tab of their spellbook. Except this new tab must be in all classes' spellbook (no race/class restriction) ! I've played with the SkillLine, SkillLineAbility and SkillRaceClassInfo DBCs without success. Can someone help me with this ? Has anyone already put custom spells in a new tab of the spellbook, for every race/class ? I'm working over WotLK 3.3.5 client/server (powered by TC). See attached image. And do not be impressed by my Paint.exe skills.
  18. Hi, I'm desperate, hoping maybe someone could give me a clue as to whether or not this is fixable and if so how.. I have retroported most of the legion artifact weapons using multiconverter, and I'm having an issue with one handed weapons and the attachment position when dual wielding. when a weapon is in the offhand, it is positioned in the same direction as the main hand. like this, if any weapons are asymmetrical (demon hunter glaives), then it doesn't look right, not to mention clipping. I tried to find an instance of a wotlk stock item that didn't have this problem, but I can't even find a non-symmetrical weapon that applies to this. Anyone ever figured this out?
  19. What has changed? In the last week of downporting (retroporting) i've learned to use TXID and 010 Editor! Tell me already what i need! Okay okay.. chill. We need: CASCExplorer -> CASCExplorer (getting your m2,blp,skin.. files) WDBX Editor -> WDBX Editor (editing your .dbc files to get your retroport working) MPQEditor -> MPQEditor (creating custom patches) Multi Converter -> Multi Converter (make your .m2 files work) 335 Server -> Server (i use this one) WOTLK Client -> just google it (preferably a FRESH client with NO other custom patches) TXID -> TXID (Fix our .m2 files) <- new 010 Editor -> 010 Editor (Search in our .m2 file for possibly more .blp files it may need) <- new Make your retroport folder nice and clean! The beginning.. finally Open CASCExplorer and click on File -> Open Online Storage -> WoW Retail -> Select the only Build there is and wait. Now we need to decide on what we want to retroport, I think that i'm going to Retroport the Vicious War Spider. On the Quick Facts tab, it shows us it's Icon Name, but we just copy the part after inv_. In CASCExplorer we head to Creatures and look for viciousalliancespider We extract every file there. Now in our Export folder we open TXID and put viciousalliancespider.m2 about 15 times in there, then click FIX We then open viciousalliancespider.m2 with 010 Editor. press CTRL + F and change the search type to text(t) There you can scroll through the results, we then look for every .blp in there, but since this .m2 file is weird, it shows 20+ occurences of .blp, but we don't need those since they don't have a path. (You can also double-check on wow.tools, just search up viciousalliancespider and click on the "I".) We actually have every file we need, so we open Multi Converter 3.3.0 and put every file in there, don't worry if only one file shows up in there, that's completely normal. Click on Fix again. We can close Multi Converter and TXID (if you didn't already) and open WDBX Editor. Select CreatureModelData.dbc and CreatureDisplayInfo.dbc from your Server's dbc files. Mine are located in \server\data\dbc. We open both with WDBX Editor and Select WOTLK from "Load Definition" We start in CreatureDisplayInfo.dbc by making a new Line, Right-Click -> Insert Line. Your ID and ModelID have to be unique. Mine are as follows: ID= 32764; ModelID= 10005. We then only change CreatureModelScale = 1 (how big your Creature will be) ; CreatureModelAlpha= 255 (1 = almost invisible; 255= no transparency). Now we change our TextureVariation_1 to viciousalliancespider. Now we can save CreatureDisplayInfo.dbc and make sure it's saved in your server. Open CreatureModelData.dbc now and go to ID 30 (it's Creature\MineSpider). Right-Click -> Copy Line, then Right-Click -> Insert Line -> Right-Click -> Paste Line. It should look like this now. don't worry, i changed my ID to 10006 because ID 10005 was already in use, but somehow i deleted the Line. you can still use 10005. We then only change "ModelName" to our path, our path is Creature\viciousalliancespider\viciousalliancespider.mdx . .mdx because else wow can't regognize your Creature. We're done now with server sided. Now we do client sided, which means we need to make a patch. Open MPQEditor and create a new MPQ, name it patch-4.mpq. In your MPQ, we need to make 2 folders. Right-Click on the first file and make a new folder called "DBFilesClient", now do the same thing again but make sure they are separated, the other folder is calles "Creature". in Creature we can drag and drop our viciousalliancespider folder in there. We now head to DBFilesClient and drag-and-drop our CreatureModelData.dbc and CreatureDisplayInfo.dbc in there. Now we are done with everything, just start your server again and morph into 32764. ALWAYS DELETE YOUR CACHE If it has cube texture = wow can't find the path you used (typically a typing error; capital letters; no .mdx at the end; no backslash used) If it has green texture = wow can't find the correct texture (used wrong .blp in CreatureDisplayInfo.dbc like using viciousalliancespider_armor instead of viciousalliancespider) If it is invisible = have you ran it through both converters? did you accidentally changed CreatureModelAlpha to 0? If it crashes = is your ID in CreatureDisplayInfo.dbc populated? Did you make sure your creature uses the same ModelID?
  20. Ignore anything not highlighted in red or blue. I looked through the MOHD chunk of a WMO that is only used once in my entire WMOAreaTable.dbc and only used once in the entire WoW world on my server. I got the root WMO ID for that model, I've then placed it into my WMOAreaTable.dbc. I expect that when I walk into that WMO the area name change to "Exposition Pavilion" however it is not doing. Do I need to convert that UINT32 value to some sort of INT? I looked at this page https://www.getmangos.eu/wiki/referenceinfo/dbcfiles/mangostwodbc/WMOAreaTable-r7994/ and apparently the WMO ID needs to be specified as an INT of 11 characters or less so a 4 character INT should be fine. (edited)
  21. Version 3.0

    561 downloads

    This mod adds bloodier combat effects to the game and includes some blood splats similar to those removed during the classic beta. Download: WotLK - Cata (Old version) V2.0: -Fixed crashes. V3.0: -Violence level is now always 2 and cannot be disabled or changed. -Added purple blood (id 5). IMPORTANT: to make it work correctly go to video settings and turn "projected textures" on. Also, set the "Particle Density" to High and set the Texture Filtering to High to avoid visual glitches. If you are using V2, make sure your violence level is set to 2. In-game, type: /console violenceLevel 2 Known bugs: -If you zoom in to first person view, you won't be able to see the blood splats from your character. -If a character morphs into another model, all the blood splats from that character will disappear. -The blood splats change color if your character changes color (curses, venom, etc.). -The blood splats scale changes if the scale of your character changes. -Blood effects do not show if you one-hit kill the target. It's hardcoded into the client and can't be changed as far as I know (happens with the default blood as well). -It's not possible to use this mod in MoP since the game cleans all blood splats each time your character is hit or dies. Note: The splats on the ground disappear after 45 seconds. You can change it by editing the particle lifespan in 010editor. If you think there are too many blood splats to the point they overlap or affects the performance, just change the default particle emissionrate (12) to 7 or less with 010editor. Blood color is set in CreatureModelData.dbc, column 6 (1 = red, 2 = green, 3 = black, 4 = blue, 5 = purple).
  22. Version 1.0.0

    59 downloads

    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
  23. Version r001

    408 downloads

    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
  24. Version 1.0.0

    438 downloads

    Put together this HD Race Icon package a while ago. Thought I'd share it for anyone who was interested. Just updates the Race Icons with some HD faces. Drop this pack in to the /Data
  25. Hi, I would like to know if someone has a patch to change the old bear animation to the new one that came out in the BfA patch, which I think is incredible. Nowhere do I get it, I have tried to invade but I only get the form of kultira or that of zandal that I do not want. I would like if someone can give me or pass me that file to change the animation of all the bears of wow 3.3.5a. Please.