Search the Community

Showing results for tags 'Item'.



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 4 results

  1. Version r001

    409 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
  2. Version 1.0.0

    55 downloads

    User BenjaminLSR of the Rochenoire team released a 2.4.3 .exe file which mimics the vanilla client in terms of item caching. This means that you don't need any custom MPQ files or other tools as wowme to add custom items to your 2.4.3 server anymore. I also copied the image of the modified bytes so this information doesn't get lost: Original Reddit post:
  3. Plain image version:
  4. Description: BetterItemReloading is a C++ Azerothcore module which allows to reload items on the server side and as much as possible on the client side of WoW 3.3.5. Sadly some things are cached on the client which can't be properly invalidated and need DBC file changes. The following things must be changed in DBC files: ItemClass ItemSubClass sound_override_subclassid MaterialID ItemDisplayInfo InventorySlotID SheathID Multiple items can be reloaded by splitting each entry id with a space like: .breload item 12345 23456 34567 Download link: https://github.com/Kaev/BetterItemReloading How to install? This module only works for AzerothCore. Check the module page for the explanation, but it's very easy to do and works the same for all the modules. Credits: Me and a german chocolate company because i ate some chocolate while developing it. I share this module with you because we support each other in the AzerothCore community. How to thank us? The answer is simple: contribute! You can help by making new modules, fixing or improving other modules, converting fixes from TC to AzerothCore, fixing our own issues, spreading the word (by talking about it, making tutorials or releasing stuff), donating, testing our pull requests or identifying issues etc... Contributors will receive better support and tips. ------------------------------------------------- What is AzerothCore? Click here for an (incomplete) overview of AzerothCore's advantages. And have a look at the wiki. Join us! Join our discord and post on our forum! https://discord.gg/PaqQRkd - The main place to talk, come ! https://github.com/azerothcore/azerothcore-wotlk http://azerothcore.org/