This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Menu

Author Topic: [DBC] AreaID doesn't appear ingame  (Read 2133 times)

bizzlesnaff

  • Registred Member
  • Wiki Incarnate
  • *****
  • Posts: 124
    • View Profile
[DBC] AreaID doesn't appear ingame
« on: July 23, 2015, 12:39:20 am »
I've created a new continent and created different areas for my map, but for any reason my custom zones not have a ID ingame..they appear as name, but...yeah..picture say it better I think ;)



this are my map.dbc and areatable.dbc, I don't see any mistake...maybe anyone could help me ;)

[attachment=0:grdpycyy]dbc.zip[/attachment:grdpycyy]
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Kaev

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 308
    • View Profile
Re: [DBC] AreaID doesn't appear ingame
« Reply #1 on: July 23, 2015, 10:10:51 am »
Did you edit the server DBCs aswell?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

bizzlesnaff

  • Registred Member
  • Wiki Incarnate
  • *****
  • Posts: 124
    • View Profile
Re: [DBC] AreaID doesn't appear ingame
« Reply #2 on: July 23, 2015, 12:30:22 pm »
Yes, of course :)
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Krang Stonehoof

  • Contributors
  • Wiki Incarnate
  • *****
  • Posts: 164
    • View Profile
Re: [DBC] AreaID doesn't appear ingame
« Reply #3 on: July 23, 2015, 12:58:28 pm »
In your AreaTable.DBC, exploreFlags are 0.

When you are editing DBCs, take a look at the WIKI and make sure you're doing it right. (You can just google.com, type in your file.DBC and check the first link).

http://www.wowdev.wiki/index.php ... aTable.dbc

Check the fourth column. On Wiki it's called AreaBit, in DBC Editor it's called exploreFlags.

"Use new unique value when creating custom row for making maps work correctly. Max=4500"
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

stoneharry

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 617
    • View Profile
Re: [DBC] AreaID doesn't appear ingame
« Reply #4 on: July 23, 2015, 01:31:25 pm »
Also, you must generate updated map data for the server. You must make sure that the map extractor is also targeting your custom map, as it needs to be in a specific directory for this to work. For me, I had to place the updated DBC's inside DataenUSpatch-enUS-4.mpq last time I checked.

This is why your area id's are showing as as Unknown. The server doesn't have the map data.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Desed

  • Registred Member
  • GM Isle Explorer
  • *****
  • Posts: 18
    • View Profile
Re: [DBC] AreaID doesn't appear ingame
« Reply #5 on: July 23, 2015, 01:52:04 pm »
Extract map to server
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Amaroth

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 1219
    • View Profile
    • Amaroth's Tools
Re: [DBC] AreaID doesn't appear ingame
« Reply #6 on: July 23, 2015, 06:48:58 pm »
I believe I have already posted you answer.:
viewtopic.php?f=22&t=8652&p=41609

Extract maps while including your custom ADTs and DBCs, as it is described in this tutorial and update them on server side.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
English YT tutorial channel. Check it out if you preffer videos over walls of text.:
https://www.youtube.com/AmarothEng

Want to support me for my releases and/or tutorials? You can send donation via Paypal to:
jantoms@seznam.cz

bizzlesnaff

  • Registred Member
  • Wiki Incarnate
  • *****
  • Posts: 124
    • View Profile
Re: [DBC] AreaID doesn't appear ingame
« Reply #7 on: July 24, 2015, 01:09:11 am »
Thank you all ;)
I'll try it, asap :)
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Magnus

  • Moderators
  • Wiki Incarnate
  • *****
  • Posts: 147
    • View Profile
Re: [DBC] AreaID doesn't appear ingame
« Reply #8 on: September 28, 2015, 05:39:43 pm »
Quote from: "Krang Stonehoof"
Check the fourth column. On Wiki it's called AreaBit, in DBC Editor it's called exploreFlags.
"Use new unique value when creating custom row for making maps work correctly. Max=4500"

Just a detail: maxval is 4096 for Trinity Core. 128 values x 32bit
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Amaroth

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 1219
    • View Profile
    • Amaroth's Tools
Re: [DBC] AreaID doesn't appear ingame
« Reply #9 on: September 28, 2015, 06:02:03 pm »
Makes sense, at least if there is no other factor than just max size of value type. Fixed.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
English YT tutorial channel. Check it out if you preffer videos over walls of text.:
https://www.youtube.com/AmarothEng

Want to support me for my releases and/or tutorials? You can send donation via Paypal to:
jantoms@seznam.cz

Magnus

  • Moderators
  • Wiki Incarnate
  • *****
  • Posts: 147
    • View Profile
Re: [DBC] AreaID doesn't appear ingame
« Reply #10 on: September 28, 2015, 06:23:52 pm »
It's what you can save atm in characters.exploredZones. It's a string that holds 128values each representing a 32 bit value.

May the wow.exe could support higher values for the flags. But than you have to modify the core too.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »