Modcraft - The community dedicated to quality WoW modding!

Content creation => Level Design => Topic started by: snip3rwolf on January 23, 2017, 06:38:18 pm

Title: [SOLVED] [WotLk] 3.3.5a Area Problem
Post by: snip3rwolf on January 23, 2017, 06:38:18 pm
Hello friends, this is my first post in this community, first of all, excuse my English is not very good.
I have problem with the custom areas name, I leave some captures of what is happening. In English it can be difficult for me to explain. Thank you very much and greetings :)

TrinityCore rev. 23f76b563f30 2017-01-20 01:17:18
"Maps / Vmaps / DBC" files have been extracted with the extractor generated when compiling this version.


1º I created prueba.wdt and prueba.adt in Talis

2º I use ADT Adder 2.0 to multiply prueba.adt

3º OffsetFix.exe

4º Modified map.dbc y areatable.dbc
(http://7souls.esy.es/2.png)
(http://7souls.esy.es/3.png)

5º I open noggit and edit the map with the created areas
(http://7souls.esy.es/1.png)

6º I create a new .MPQ file and I save it in my folder data
(http://7souls.esy.es/4.png)
(http://7souls.esy.es/5.png)

7º add a new .tele with the correct coordinates in game_tele

8ª I enter the game after deleting the folder cache And I write .tele prueba

9º I type .GPS and...  server return:Map: 800 (prueba) Area: 0 (Unknown) Zone: Unknown

(http://7souls.esy.es/WoWScrnShot_012317_173753.jpg)

I have tried compiling the core again, using other versions of noggit and adt adder, I have tried again and again creating new mpq, I've tried turning off the vmaps, I've tried using different map extractor, I can not solve this problem, need help!


thanks for everything
Title: Re: [QUESTION] [WotLk] 3.3.5a Area Problem
Post by: Mr. DK on January 23, 2017, 06:45:15 pm
Did you put the dbcs into the server?


Also some other small hints:

1. Use newest noggit not SDL 1.1 (viewtopic.php?f=48&t=10705 (http://modcraft.io/viewtopic.php?f=48&t=10705" onclick="window.open(this.href);return false;))
2. Use WDBX not Taliis (http://wowdev.tools/ (http://wowdev.tools/" onclick="window.open(this.href);return false;) )

And most important:

3. Use wod Not 3.3.5 (just kidding, its easily doable)
Title: Re: [QUESTION] [WotLk] 3.3.5a Area Problem
Post by: snip3rwolf on January 23, 2017, 07:01:51 pm
Quote from: "Mr. DK"
Did you put the dbcs into the server?


Also some other small hints:

1. Use newest noggit not SDL 1.1 (viewtopic.php?f=48&t=10705 (http://modcraft.io/viewtopic.php?f=48&t=10705" onclick="window.open(this.href);return false;))
2. Use WDBX not Taliis (http://wowdev.tools/ (http://wowdev.tools/" onclick="window.open(this.href);return false;) )

And most important:

3. Use wod Not 3.3.5 (just kidding, its easily doable)

I appreciate your help, I'll try everything you've said, I prefer to continue with 3.3.5a xD
Title: Re: [QUESTION] [WotLk] 3.3.5a Area Problem
Post by: Simple_Spectr on January 23, 2017, 07:19:25 pm
Yo

Problem should be in serverside only. Try to reextract Maps (not VMAPS etc). And make sure, that all maps are extracted.

Also, try to use different WDT file (new, fresh one) to extart maps and after put in patch your old wdt. It was almost good for me. (And try Amaroth's method to extract serverside files form client)

Mb! Mb! You should use adt's without OFFSET Fix. Mb... (But only for extract maps)
Title: Re: [QUESTION] [WotLk] 3.3.5a Area Problem
Post by: Amaroth on January 23, 2017, 07:50:13 pm
Server doesn't know about your map, it needs to know about your ADTs and zone distribution on them. To let server know about those changes, you need to at least update maps. Updating vmaps and mmaps isn't always neccessary, as those mostly handle NPC and spellcasting behaviour, but up to date maps are crucial, especially for zone recognizition, who list, general chat, fishing loots, weather system et cetera.
Title: Re: [QUESTION] [WotLk] 3.3.5a Area Problem
Post by: snip3rwolf on January 23, 2017, 08:03:36 pm
Quote from: "Simple_Spectr"
Yo

Problem should be in serverside only. Try to reextract Maps (not VMAPS etc). And make sure, that all maps are extracted.

Also, try to use different WDT file (new, fresh one) to extart maps and after put in patch your old wdt. It was almost good for me. (And try Amaroth's method to extract serverside files form client)

Mb! Mb! You should use adt's without OFFSET Fix. Mb... (But only for extract maps)
I have tried the new programs, I like them but I still do not work, thanks!

Quote from: "Amaroth"
Server doesn't know about your map, it needs to know about your ADTs and zone distribution on them. To let server know about those changes, you need to at least update maps. Updating vmaps and mmaps isn't always neccessary, as those mostly handle NPC and spellcasting behaviour, but up to date maps are crucial, especially for zone recognizition, who list, general chat, fishing loots, weather system et cetera.

Then to recognize my custom map, what should I do? Can you give me the link if there is any explanation on how to do it? I speak a little English (unfortunately)... I hope to understand the post :). Thank you very much for answering guys
Title: Re: [QUESTION] [WotLk] 3.3.5a Area Problem
Post by: Amaroth on January 23, 2017, 08:41:53 pm
http://www.model-changing.net/tutorials ... aps-mmaps/ (http://www.model-changing.net/tutorials/article/83-extracting-maps-vmaps-mmaps/" onclick="window.open(this.href);return false;)
Simply do this (again) to get updated data.
Title: Re: [QUESTION] [WotLk] 3.3.5a Area Problem
Post by: snip3rwolf on January 23, 2017, 09:14:07 pm
Quote from: "Amaroth"
http://www.model-changing.net/tutorials/article/83-extracting-maps-vmaps-mmaps/
Simply do this (again) to get updated data.
the best! Finally works
Thanks for the help guys, I followed the steps of the post the Amaroth and work! ty!!!!