Modcraft - The community dedicated to quality WoW modding!

Content creation => Level Design => Topic started by: Kiun on June 13, 2014, 07:40:13 pm

Title: [SOLVED] [QUESTION] Custom map name in character selection
Post by: Kiun on June 13, 2014, 07:40:13 pm
I created a map with noggit, changed the dbcs and AreaID so it doens't says it's 'Duskwood The Cemetary' at least ingame BUT in character selection still says 'Duskwood'.

(http://imageshack.com/a/img842/1695/1k6q.png) (http://imageshack.com/a/img850/9080/4soq.png)

So I'm wondering if the map name in character selection is server side, or I'm missing something in the dbcs?
No clue at all. Can anyone help me?
Title: Re: [QUESTION] Custom map name in character selection
Post by: Ascathos on June 14, 2014, 03:28:51 am
Server-side and Client-side DBCs have to be equal. Possibly files overwriting each other.
Title: Re: [QUESTION] Custom map name in character selection
Post by: björn on June 14, 2014, 09:03:54 pm
You need to extract mapdata and put them on the server.

Just run the mapextractor and make sure your patch is included.
Title: Re: [QUESTION] Custom map name in character selection
Post by: Kiun on June 15, 2014, 03:15:20 pm
Solved after extracting the new mapdata!

Thanks!