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!

[Release] P4F MuServer Season3 Episode1

Newbie Spellweaver
Joined
Feb 25, 2016
Messages
49
Reaction score
3
Can't move to maps. Click M, click map, nothing happens. Here was few people with this bug. Any fix?
 
Joined
May 26, 2009
Messages
17,304
Reaction score
3,216
there is a file called 'movelevel.txt in Data folder'
Code:
////////////////////////////////////////////////////////////////////////////////
// [P4F]MuOnline Season3 Episode1
// Translated by Endi 
// MoveLevel
////////////////////////////////////////////////////////////////////////////////
//	Level	Map	x	y	x	y
	50	6	72	140	73	181	//Arena
	50	30	90	35	95	40	//Deep Event
	0	0	133	118	151	135	//Lorencia
	0	3	171	108	177	117	//Noria
	15	2	197	35	218	50	//Devias
	50	2	23	27	27	24	//Devias2
	50	2	224	231	227	227	//Devias3
	15	2	69	181	72	178	//Devias4
	20	1	107	247	110	247	//Dungeon
	40	1	231	126	234	127	//Dungeon2
	40	1	3	83	4	86	//Dungeon3
	60	7	14	11	27	23	//Atlans
	60	7	225	53	228	50	//Atlans2
	60	7	62	163	68	157	//Atlans3
	80	4	203	70	213	81	//Lost Tower
	80	4	241	237	244	238	//Lost Tower2
	80	4	86	166	87	168	//Lost Tower3
	80	4	87	86	88	89	//Lost Tower4
	80	4	128	53	131	54	//Lost Tower5
	80	4	52	53	55	54	//Lost Tower6
	80	4	8	85	9	87	//Lost Tower7
	130	8	187	54	203	69	//Tarkan
	135	8	96	143	100	146	//Tarkan2
	170	10	14	13	16	13	//Icarus
	175	10	249	1	248	2	//Icarus2
	180	34	229 	37      239     46	//CryWolf
	190	34	108	17	109	13	//CryWolf2
	200	33	82 	8 	87 	14	//Aida
maybe u have to match this file with move list from data\lang\kor\movereq(kor).txt
 
Newbie Spellweaver
Joined
Feb 25, 2016
Messages
49
Reaction score
3
there is a file called 'movelevel.txt in Data folder'
Code:
////////////////////////////////////////////////////////////////////////////////
// [P4F]MuOnline Season3 Episode1
// Translated by Endi 
// MoveLevel
////////////////////////////////////////////////////////////////////////////////
//    Level    Map    x    y    x    y
    50    6    72    140    73    181    //Arena
    50    30    90    35    95    40    //Deep Event
    0    0    133    118    151    135    //Lorencia
    0    3    171    108    177    117    //Noria
    15    2    197    35    218    50    //Devias
    50    2    23    27    27    24    //Devias2
    50    2    224    231    227    227    //Devias3
    15    2    69    181    72    178    //Devias4
    20    1    107    247    110    247    //Dungeon
    40    1    231    126    234    127    //Dungeon2
    40    1    3    83    4    86    //Dungeon3
    60    7    14    11    27    23    //Atlans
    60    7    225    53    228    50    //Atlans2
    60    7    62    163    68    157    //Atlans3
    80    4    203    70    213    81    //Lost Tower
    80    4    241    237    244    238    //Lost Tower2
    80    4    86    166    87    168    //Lost Tower3
    80    4    87    86    88    89    //Lost Tower4
    80    4    128    53    131    54    //Lost Tower5
    80    4    52    53    55    54    //Lost Tower6
    80    4    8    85    9    87    //Lost Tower7
    130    8    187    54    203    69    //Tarkan
    135    8    96    143    100    146    //Tarkan2
    170    10    14    13    16    13    //Icarus
    175    10    249    1    248    2    //Icarus2
    180    34    229     37      239     46    //CryWolf
    190    34    108    17    109    13    //CryWolf2
    200    33    82     8     87     14    //Aida
maybe u have to match this file with move list from data\lang\kor\movereq(kor).txt

Changed, can't move maps anyway. With GM commad /move no problems, but with "M" , can't move . Any else fix?
 
Initiate Mage
Joined
May 29, 2013
Messages
3
Reaction score
0
Hello, is the project totally dead?

We are testing the server and we found out that we wuld need to edit the following options:

- How long the items stay at ground
- Commands for distributing the stat points in game (looks like they do not work)
- The warp table is totally broken

Is it possible to edit these somehow, do you know? I have not found that the scripts would be released.

Thank you!
 
Joined
May 26, 2009
Messages
17,304
Reaction score
3,216
- How long the items stay at ground
- Commands for distributing the stat points in game (looks like they do not work)
- The warp table is totally broken

- did ut try editing in commonserver.cfg the LootingTime = 20 to change that in second?
also maybe in data\lang\kor\commonloc.dat do the same
- what u wanna exactly change?
- u can use other movere.bmd from other client that is matching withthe server files or learn to edit the .bmd and .txt in files and client.
 
Initiate Mage
Joined
May 29, 2013
Messages
3
Reaction score
0
Hello, thanks for anwser.

1) Yes I tried to change it sever times, both values affects somehow the looting time but not the time how the items remain at ground - now it is i thing 2mins and the ground is full of items2

2) The problem is that there is no command working in game as /str, /addstr, etc. I tried a lot of variations

3) Using any Movereq, having it totally same client side = server, yet some of the locations romain rded in the warp table, but work through /warp command. The problem is in client ... because the command works.

I have configured a few servers but these three thinks seem like a mystery. That is why I am asking whether the project is that because the server is not variable at all.

=> Do you have any recommendations for quality Season 3 release?
 
Joined
May 26, 2009
Messages
17,304
Reaction score
3,216
1) not sure then mate if no config u must do with ollydbg finding the offsets in gameserver.exe (assembly stuff) ..
2) yeah if there is no coded commands like these then thats normal... but check commands.cfg file and see what commands are available.
3) yeah so u must match the .bmd client side use mus@nek tools to edit/save cuz it works perfect for season 3

hmm quality s3 u must decide for that to be honest.. anyway i like this files too but those missing stuff are normal cuz its outdated non updating version u can just search in mu releases for other files, i like the XGS II or something like that season 3 files (sry now its 2 am dont wanna search xD)
 
Experienced Elementalist
Joined
Sep 25, 2012
Messages
292
Reaction score
26
Some one can make maby stabile repack from this topic! I wish to test out, looks nice at start!
 
Newbie Spellweaver
Joined
Jan 21, 2006
Messages
52
Reaction score
0
Hi to all , it somebody know , it work deleting character min level and personal id validation ? i fixed in another s3 ep1 server warehouse locking and personal id but i have problem to deleting character . I meant it delete correctly but without limitation so i'd like have this in my private server . Thanks
 
Newbie Spellweaver
Joined
Aug 4, 2018
Messages
15
Reaction score
0
1st red fenrir (made from mu maker +illusion) make a bug (dc).

2nd how i can limit add stats? you can put over 32767..
 
Newbie Spellweaver
Joined
Jan 1, 2015
Messages
22
Reaction score
2
i used this client


and this is the files
sir KarLi, what would i do if i have more than 11 characters? should i delete the icemu.dll?
 
Joined
May 26, 2009
Messages
17,304
Reaction score
3,216
sir KarLi, what would i do if i have more than 11 characters? should i delete the icemu.dll?

no.. use noip.com and shortner ur IP or if u use Hosting buy domain and park it to ur vps and then use that domain name as IP hmm..
other than that i havent tried removing the .dll ...
try other client or client patch for s3ep1 .. idk ;O
 
Back
Top