Search the Community

Showing results for tags 'itemdbc'.



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 1 result

  1. Version 1.0.0

    49 downloads

    After getting back into modding I tryed to reimplement some of my DBC but stumbled on some issues with the tools. these tools are made by Amaroth but are outdated. When trying to connect it gave an error. all credits for this tool go to him. I just fixed the error it gave me. This error was resolved by changing Data:Mysqlclient to MysqlConnector. ItemDBCtoDB This tool takes the CSV version of the Item.dbc and inserts this into the item_template table. The ItemtoDB tool can take a pretty long time if the tool has to insert alot of data. ClientItem this tool takes the data from item_template table inside your database and makes a CSV version out of it. this can then be converted to DBC by using DBC Util. this might have been a "me" problem, but thought i'd share it anyway incase somebody has the same issue.