Hi ArteGordon got a question ok nerun updated his maps from malas so i changed the maps as well what i know is if i say [xmlfind and type south and check it to delete them all will get rid of it but my question is once i delete the maps that he updated lets say i delete south how would i spawn the new update south map it self cause theres 5 maps i want to delete in game that are spawned which i know how to do but after deleting those 5 maps from malas which are doom, orcforts, vendors, north, south. how would i spawn those maps one by one .
to import individual maps, you would use the [xmlimportmap command and give it the specific filename for the individual map you were interested in.
[xmlimportmap filename
if the file is something like doom.map, then you would specify
[xmlimportmap doom.map
If you placed the file someplace other than the default RunUO installation folder then you will need to specify the path as well
[xmlimportmap Data/doom.map
or
[xmlimportmap c:/nerun/maps/doom.map
ok so your saying that for instince theres the folder data open that folder theres a folder called monsters open the folder monsters and theres a folder called malas the folder called malas is where the 5 maps are. so do i do [xmlimportmap Data/doom.map or do i say [xmlimportmap Malas/doom.map.
QUOTE (Erica @ August 01, 2006 09:29 pm) |
ok so your saying that for instince theres the folder data open that folder theres a folder called monsters open the folder monsters and theres a folder called malas the folder called malas is where the 5 maps are. so do i do [xmlimportmap Data/doom.map or do i say [xmlimportmap Malas/doom.map. |
you have to give it the actual pathname. I just used the Data/doom.map as an example.
If, starting from the main RunUO installation directory, the location is data/monsters/malas/doom.map, then that is what you need to use
[xmlimportmap data/monsters/malas/doom.map
If it is located outside of the main RunUO installation directory, then you will need to give it the full path, like
[xmlimportmap c:/mymaps/data/monsters/malas/doom.map
Ah ok thank you had to ask to be sure and not make a mistake.