Forum > Level Design

[QUESTION] Duplicate/Phasing of Outland

(1/5) > >>

Смердокрыл:
Hey everyone!
I wanna have an outland map with my custom npc and without the original outland npcs. At the same time, I dont wanna loose the original npc. So the question is: can I kinda make a duplicate Outland, or do it through phasing? If so, how?

Scytheria23:
Very easy to do.  You need to add a new line to the DBC file called WorldMapContinent.dbc that matches the original Outland one (except for the ID, which I think is 530).  Let's say your new continent's ID is 1530.

Next, do the same with Map.dbc, finding the entry for 530, copying it exactly and giving it the ID 1530 too.

As far as I know, that's it.  Go in-game and ".go xyz 0 0 0 1530".  Everything should be in the right place, including sound entries, music, area names, doodads, etc.  The only things that will be missing are the NPCs and any gameobjects (even those can be copied with a bit of SQL massage).

Scy

Eatos:
If you wanna do it through phasing you just need to adjust phase of your new spawned creature to 2^n where n is number...
for example 2048 or 512.

bizzlesnaff:

--- Quote from: "Scytheria23" ---Very easy to do.  You need to add a new line to the DBC file called WorldMapContinent.dbc that matches the original Outland one (except for the ID, which I think is 530).  Let's say your new continent's ID is 1530.

Next, do the same with Map.dbc, finding the entry for 530, copying it exactly and giving it the ID 1530 too.

As far as I know, that's it.  Go in-game and ".go xyz 0 0 0 1530".  Everything should be in the right place, including sound entries, music, area names, doodads, etc.  The only things that will be missing are the NPCs and any gameobjects (even those can be copied with a bit of SQL massage).

Scy
--- End quote ---


Confirmed. Worked absolut perfect ;) The npcs are not there, but the entire map is working (no dungeon portals etc. of course)
The npcs can easily included by taking all npc which are spawned on map 530 and set them on the same position on map XXX, same for the objects..:)

Смердокрыл:
Thanks a lot, I'll try the dbc editing. Should I only change the server-side dbcs, or should I also add them to a client patch?

Navigation

[0] Message Index

[#] Next page

Go to full version