Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Help] Problem Using "M" Map S3

Junior Spellweaver
Joined
Oct 27, 2012
Messages
156
Reaction score
1
Hello Ragezone,
While I'm using the "M" Map some of the maps are marked on red (Like LVL requied isn't high enough)
I checked already the movereq.bmd and also on the server side (must to say while using the /warp cmd it's working)
Any suggestions?
 
Last edited:
Junior Spellweaver
Joined
Aug 7, 2010
Messages
137
Reaction score
138
re: [Help] Problem Using "M" Map S3

That might be that the client version requires Seal of Mobility to enable some warps. Maybe you need to patch client side or just try using that buff and see what happens.
 
Upvote 0
Joined
May 26, 2009
Messages
17,307
Reaction score
3,218
re: [Help] Problem Using "M" Map S3

rename all these maps for example

if lorencia is red make it Lorencia with capital L
or make all maps listed like
1-Lorencia
2-Noria
3-Devias

for some reason it remvoes the red and u can move :) also it has to be done in server side aswell i guess and match .
thats what i did when i was workin with s3 and i always used mus@nek tools
 
Upvote 0
Junior Spellweaver
Joined
Oct 27, 2012
Messages
156
Reaction score
1
rename all these maps for example

if lorencia is red make it Lorencia with capital L
or make all maps listed like
1-Lorencia
2-Noria
3-Devias

for some reason it remvoes the red and u can move :) also it has to be done in server side aswell i guess and match .
thats what i did when i was workin with s3 and i always used mus@nek tools

Fixed red problem, now all maps are working instead of "Aida",
The map is white (im allow to teleport but can't move to Aida, important to say that it worked before and I didn't change anything).
Suggestions?
 
Last edited:
Upvote 0
Junior Spellweaver
Joined
Oct 27, 2012
Messages
156
Reaction score
1
Okay then still try to do some more canges on that map name server/client side untill it works i guess thats all i can suggest about that issue
Can you give me some examples?
I tried using "Aida", Aida, Aida1..
 
Last edited:
Upvote 0
Junior Spellweaver
Joined
Oct 27, 2012
Messages
156
Reaction score
1
try just like i said before
map list number

6 - Atlans
7- Losttower
8- Aida

etc etc
if u make this to all maps it will look good like a numeral list of all the maps
and might work

Already done..
 
Last edited:
Upvote 0
Junior Spellweaver
Joined
Oct 27, 2012
Messages
156
Reaction score
1
if u change the movereq with the default bmd will Aida work?
I don't think so.. I checked the movereq and gate and I don't find a problem (On server side)
 
Last edited:
Upvote 0
Junior Spellweaver
Joined
Oct 27, 2012
Messages
156
Reaction score
1
weird mate
send us the movreg bmd and txt to check it. also what files u use ?
-> movereq.bmd

//------------------------------------------------------------------------------//
// Map Name(Server) Map Name(Client) Price Req. Gate //
//------------------------------------------------------------------------------//
1 "Stadium" "Stadium" 100000 50 50
2 "Lorencia" "Lorencia" 1000 25 17
3 "Noria" "Noria" 1000 25 27
4 "Devias" "Devias" 3000 25 22
5 "Devias2" "Devias2" 10000 35 72
6 "Devias3" "Devias3" 10000 35 73
7 "Devias4" "Devias4" 10000 35 74
8 "Dungeon" "Dungeon" 15000 80 2
9 "Dungeon2" "Dungeon2" 20000 85 6
10 "Dungeon3" "Dungeon3" 20000 90 10
11 "Atlans" "Atlans" 35000 100 49
12 "Atlans2" "Atlans2" 40000 110 75
13 "Atlans3" "Atlans3" 50000 120 76
14 "LostTower" "LostTower" 60000 120 42
15 "LostTower2" "LostTower2" 80000 130 31
16 "LostTower3" "LostTower3" 90000 140 33
17 "LostTower4" "LostTower4" 90000 150 35
18 "LostTower5" "LostTower5" 100000 155 37
19 "LostTower6" "LostTower6" 100000 160 39
20 "LostTower7" "LostTower7" 150000 170 41
21 "Tarkan" "Tarkan" 180000 200 57
22 "Tarkan2" "Tarkan2" 200000 220 77
23 "Icarus" "Icarus" 200000 230 63
24 "Aida" "Aida" 200000 230 119
25 "Aida2" "Aida2" 7500 130 140
26 "Kanturu" "Kanturu" 250000 250 138
27 "KanturuRelic" "KanturuRelic" 255000 260 139
30 "Crywolf" "Crywolf" 150000 150 118
 
Last edited:
Upvote 0
Joined
May 26, 2009
Messages
17,307
Reaction score
3,218
i see
so u tried like this?

//------------------------------------------------------------------------------//
// Map Name(Server) Map Name(Client) Price Req. Gate //
//------------------------------------------------------------------------------//
1 "1-Stadium" "1-Stadium" 100000 50 50
2 "2-Lorencia" "2-Lorencia" 1000 25 17
3 "3- Noria" "3-Noria" 1000 25 27
4 "4-Devias" "4-Devias" 3000 25 22
5 "5-Devias2" "5-Devias2" 10000 35 72

when i tried this it worked fine here, maybe u need other movereq.bmd ?
also what bmde ditor u use to edit ur movereq?
 
Upvote 0
Junior Spellweaver
Joined
Oct 27, 2012
Messages
156
Reaction score
1
i see
so u tried like this?

//------------------------------------------------------------------------------//
// Map Name(Server) Map Name(Client) Price Req. Gate //
//------------------------------------------------------------------------------//
1 "1-Stadium" "1-Stadium" 100000 50 50
2 "2-Lorencia" "2-Lorencia" 1000 25 17
3 "3- Noria" "3-Noria" 1000 25 27
4 "4-Devias" "4-Devias" 3000 25 22
5 "5-Devias2" "5-Devias2" 10000 35 72

when i tried this it worked fine here, maybe u need other movereq.bmd ?
also what bmde ditor u use to edit ur movereq?
Problem is only on Aida.
Map isn't "included" in the server (because even when i type /move Aida I can't warp) -> and movereq.bmd is white
 
Last edited:
Upvote 0
Back
Top