Forum > Miscellaneous

[Solved] How to give a tavern (wmo) a custom name ?

<< < (3/3)

Magnus:
Ok, found it  :D

And that's the first time I have seen this kind of problem.

If you look at the WMOAreaTable.dbc you can see that there is a kind of sort over the WMO_ID column.

If you create a new dbc you have to sort the entries for WMO_ID. Maybe even to sort over 2 columns WMO_ID and NameSetID.

If you just add a new data set at the end of the table, it will not work, even if you use proper values.

The conclusion is that wow is asking for a presorted WMOAreaTable.dbc.

For me not a problem because I have the data in a SQL DB and can export the data with an 'ORDER BY'. If somebody is using tools like MyDbcEditor I think the only way will be to export it as CSV, sort it manually and import it after.

Navigation

[0] Message Index

[*] Previous page

Go to full version