Helenah

Members
  • Content Count

    2
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Helenah

  • Rank
    Newbie

Personal Information

  • Specialty
    Level Design
    DBC Editing
    Modeling
    Serverside
    Interface
    Software Development
    Machinima
    Lore/Quests
  1. I have fixed the problem, make sure you have the WMO IDs in order, do not leave any erroneous entries in the file even if you're going to fix those later on.
  2. 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)