Heroes Maps

Join Discord

riscoloco

Dedicated Member
Dedicated Member
Nov 5, 2006
33
0
52
As in the title i have added a set of maps to my server i put the map files into C:\mirserver\Mir200\Map and C:\Program Files\WEMADE Entertainment\Legend of Mir\Map also added map info txt to C:\mirserver\Mir200\Envir\Mapinfo.txt so now it looks like this

my problem is when i use @move cl00 cl01 ect ect it just says not found any help? thank you.
;;Chogakuji Temple

;[CL00 Chogakuji Lobby 0] NORECALL NORECONNECT DAY NORANDOMMOVE
;[CL01 Hallway of spirits 0] NORECALL NORECONNECT DARK NORANDOMMOVE
;[CL02 Cyclone Maze 0] NORECALL NORECONNECT DARK NORANDOMMOVE
;[CL03 Haggerds Tomb 0] NORECALL NORECONNECT DARK NORANDOMMOVE
;[CL04 Great Hall 0] NORECALL NORECONNECT DARK NORANDOMMOVE
;[CL05 Mystical Tomb 0] NORECALL NORECONNECT DARK NORANDOMMOVE
;[CL06 Halls Of Pain 0] NORECALL NORECONNECT DARK NORANDOMMOVE
;[CL07 Chamber Of Kings 0] NORECALL NORECONNECT DARK NORANDOMMOVE

;- Lobby > Floor1
CL00 33, 30 -> CL01 139, 138
CL01 140, 138 -> CL00 34, 31
CL01 139, 139 -> CL00 34, 31

;- Floor1 > Floor2
CL01 22, 21 -> CL02 177, 177
CL02 177, 178 -> CL01 23, 22
CL02 178, 177 -> CL01 23, 22

;Floor2(Maze1)
;REAL DOOR
CL02 29, 23 -> CL03 167, 162
CL03 168, 163 -> CL02 30, 24
;FAKE DOORS
CL02 129, 12 -> CL02 122, 122
CL02 78, 16 -> CL02 122, 122
CL02 19, 73 -> CL02 122, 122
CL02 11, 127 -> CL02 122, 122

;Floor3 > Floor4
CL03 38, 34 -> CL04 18, 19
CL04 17, 18 -> CL03 37, 33

;Floor4 > Floor5
CL04 130, 131 -> CL05 18, 121
CL05 17, 120 -> CL04 129, 130

;Floor5 > Floor6
CL05 167, 152 -> CL06 56, 389
CL06 55, 388 -> CL05 167, 151

;Floor6 > Floor7
:Right door
CL06 432, 202 -> CL07 274, 286
CL07 274, 287 -> CL06 431, 203
;Left door
CL06 258, 28 -> CL07 52, 64
CL07 52, 65 -> CL06 257, 29
 

Ardbeg

Legend
Legendary
Aug 8, 2004
3,211
1
144
260
Southern England
Remove the semicolon from in front of the map declarations.
The semicolon acts as a REM or Remark facility and the server ignores the line.

These lines...
;[CL00 Chogakuji Lobby 0] NORECALL NORECONNECT DAY NORANDOMMOVE
;[CL01 Hallway of spirits 0] NORECALL NORECONNECT DARK NORANDOMMOVE
;[CL02 Cyclone Maze 0] NORECALL NORECONNECT DARK NORANDOMMOVE
;[CL03 Haggerds Tomb 0] NORECALL NORECONNECT DARK NORANDOMMOVE
;[CL04 Great Hall 0] NORECALL NORECONNECT DARK NORANDOMMOVE
;[CL05 Mystical Tomb 0] NORECALL NORECONNECT DARK NORANDOMMOVE
;[CL06 Halls Of Pain 0] NORECALL NORECONNECT DARK NORANDOMMOVE
;[CL07 Chamber Of Kings 0] NORECALL NORECONNECT DARK NORANDOMMOVE
 
Upvote 0

riscoloco

Dedicated Member
Dedicated Member
Nov 5, 2006
33
0
52
If i remove the semicolon from in front then i just get
mapinfo.txt : Missing maps Code -11
 
Upvote 0

Ardbeg

Legend
Legendary
Aug 8, 2004
3,211
1
144
260
Southern England
Then you don't have those particular maps where the server is looking for them or the maps you think are correct have a slightly different spelling.
 
Upvote 0

riscoloco

Dedicated Member
Dedicated Member
Nov 5, 2006
33
0
52
Then you don't have those particular maps where the server is looking for them or the maps you think are correct have a slightly different spelling.

this is were the maps are and my map info txt

bandicam 2014-02-08 14-44-04-562.jpg

---------- Post Merged on 12-02-2014 at 06:49 PM ---------- Previous Post was on 08-02-2014 at 02:48 PM ----------

ive now tried many maps and i dont get the missing map code now but still get not found when i use @map

someone help me im on the verge of rrrage lol
 
Upvote 0

deathsrisen

Dedicated Member
Dedicated Member
Jul 27, 2013
61
1
34
try having your mapname in mapinfo.txt without spaces only thing i cn c why it wont work
 
Upvote 0

Ardbeg

Legend
Legendary
Aug 8, 2004
3,211
1
144
260
Southern England
try having your mapname in mapinfo.txt without spaces only thing i cn c why it wont work
Yes it might be that.
On Ruby, it ignore names after the first space.
Ruby also dislikes extra spaces after info so check if you have lots of extra space around your text by highlighting it.
 
Upvote 0

riscoloco

Dedicated Member
Dedicated Member
Nov 5, 2006
33
0
52
try having your mapname in mapinfo.txt without spaces only thing i cn c why it wont work

Tried again put maps back in folders and the txt in map info txt without spaces now i get missing maps code-11 again aghhhhhhhhhhhh:@:

---------- Post Merged at 12:37 PM ---------- Previous Post was at 12:17 PM ----------

Just tried another map [nwxj WaterMap 0] nwxj not found while in game -.-
 
Upvote 0

riscoloco

Dedicated Member
Dedicated Member
Nov 5, 2006
33
0
52
Nope same just says not found ingame pissing me off now lol jus wanna throw pc out window lol i had it working before same map too when i used the same set of hero files last year
 
Upvote 0

deathsrisen

Dedicated Member
Dedicated Member
Jul 27, 2013
61
1
34
this may sound daft but try adding it to the top of the mapinfo.txt file, c if that works, as there may be sumthing going wrong with the loading

---------- Post Merged at 01:20 PM ---------- Previous Post was at 01:14 PM ----------

only other thing i cn suggest is try rename the map
 
Upvote 0

riscoloco

Dedicated Member
Dedicated Member
Nov 5, 2006
33
0
52
Already tried that :(

---------- Post Merged at 01:27 PM ---------- Previous Post was at 01:20 PM ----------

this may sound daft but try adding it to the top of the mapinfo.txt file, c if that works, as there may be sumthing going wrong with the loading

---------- Post Merged at 01:20 PM ---------- Previous Post was at 01:14 PM ----------

only other thing i cn suggest is try rename the map

wooooooooooooooooooooooooooooohoooooooooooooooooooooooooooooo now it works i changed name and put in mapinfo at top like this

;-------------------------------------------------------------
;Legend of Mir 2 Server MapInfo File
;-------------------------------------------------------------


[CL00 Deathtemple 0]
[0 BichonProvince 0]
 
Upvote 0