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] Server files season 6 (100% WORKING)

Newbie Spellweaver
Joined
Feb 18, 2012
Messages
55
Reaction score
2
Heya :thumbup: Is there any way how to make Moss Merchant just simple NPC ? I mean like for example Barmaid in Lora etc. selling stuff. Bcuz when i tried dissable Moss Event and edit Shop for selling stuff ,then my GS, GS-CS freze and wont start... Its just pure Event NPC only and cant be modified? :*:
 
RaGEZONER Since 2004
Loyal Member
Joined
Jul 18, 2004
Messages
1,130
Reaction score
380
Heya :thumbup: Is there any way how to make Moss Merchant just simple NPC ? I mean like for example Barmaid in Lora etc. selling stuff. Bcuz when i tried dissable Moss Event and edit Shop for selling stuff ,then my GS, GS-CS freze and wont start... Its just pure Event NPC only and cant be modified? :*:

try this..go to SCFData folder,open the EventsConfig find SCF_MossMetchant.ini open it..

[Common]

SCFMossMerchantEnabled = 1 <----- change to 0
SCFMossMerchantMinutes = 5

[BuyRequeriments]

SCFMossMerchantMinLevel = 380
SCFMossMerchantResets = 1
SCFMossMerchantResetsDecEnabled = 0
SCFMossMerchantOnlyForMarried = 0
SCFMossMerchantZen = 2000000

SCFMossMerchantReqItemEnabled = 0
SCFMossMerchantReqItemType = 0
SCFMossMerchantReqItemIndex = 0
SCFMossMerchantReqItemCount = 0
SCFMossMerchantReqItemLevel = 0
SCFMossMerchantReqItemOption = 0
SCFMossMerchantReqItemLuck = 0
SCFMossMerchantReqItemSkill = 0
 
Newbie Spellweaver
Joined
Nov 4, 2007
Messages
64
Reaction score
3
try to follow this one..check your SERVER\ConnectServer\Data\ServerList.dat and open it..

0 "pvp" "YOUR IP" 55901 "SHOW"
19 "Castle" "YOUR IP" 55919 "HIDE"
21 "ServerViP" "YOUR IP" 55921 "SHOW"
it should be like this..

example your IP is 192.168.x.x

0 "pvp" "192.168.x.x" 55901 "SHOW"
19 "Castle" "192.168.x.x" 55919 "HIDE"
21 "ServerViP" "192.168.x.x" 55921 "SHOW"
thats it..
and one more thing check your SERVER\DATA\MapServerInfo.dat and MapServerInfoCS.dat

// Normal Servers
0 0 1 S192.168.x.x 55901 //[Main]
19 0 0 S192.168.x.x 55919 //[Castle]
end

dont forget the `S` at the beggining of your IP on mapserverinfo.



okay here`s the fix for your problem..open your DATA\Monster\MonsterSetBase.txt and find this.
//=========================================================================================
// Lorencia NPCs
//=========================================================================================
//Mob Map Rad X Y Str Name
0
226 0 0 122 110 3 //Trainer
230 0 0 62 130 3 //Alex
236 0 0 175 120 3 //Golden Archer
236 0 0 125 145 1 //Golden Archer
240 0 0 146 110 3 //Baz, Storage Guard
240 0 0 147 145 1 //Baz, Storage Guard
248 0 0 6 145 2 //Florence Peddler
249 0 10 131 88 1 //Berdysh Guard
249 0 20 173 125 3 //Berdysh Guard
249 0 20 94 125 7 //Berdysh Guard
249 0 20 94 130 7 //Berdysh Guard
249 0 30 131 148 1 //Berdysh Guard
250 0 0 183 137 2 //Harold, Wandering
251 0 0 116 141 3 //Hanzo, Blacksmith
254 0 0 118 113 3 //Pasi, Wizard
255 0 0 123 135 1 //Liaman, Barmaid
257 0 0 130 128 3 //Elf Soldier
247 0 0 114 125 3 //Crosbow Guard
257 0 0 96 129 1 //Elf Soldier
257 0 0 174 129 1 //Elf Soldier
379 2 0 13 23 3 //Fireworks Girl
452 8 0 200 73 1 //Seed Jewel creator
546 0 0 130 134 3 //Raul
451 4 0 135 133 1 //Cherry Blossom Tree
451 4 0 135 122 1 //Cherry Blossom Tree
543 3 0 165 97 3 //Gens Duprian Steward
257 0 0 132 89 3 //Elf Soldier
253 0 0 130 87 3 //Amy The Potion Girl
end


AFTER AMY POTION GIRL OR WHAT YOUR LAST NPC ADD THIS ONE..

375 0 0 132 161 3 //Chaos Card Master

HOPE IT HELP!..
u think i haven't tried that ? :D

nvm fixed it
 
Newbie Spellweaver
Joined
Aug 25, 2007
Messages
21
Reaction score
0
Could someone help me? I got server up and running, the only problem is, when i run the client... i got disconnected right after loading. Can i join the game on the same computer my server is running? I used MainCracker to edit IP to "127.0.0.1" or "192.168.3.108" (my lan IP)... nothing worked. What to do? i am using client that's in this post...
 
Newbie Spellweaver
Joined
Feb 26, 2012
Messages
23
Reaction score
1
if someone tells me how to change ports in CS
 
RaGEZONER Since 2004
Loyal Member
Joined
Jul 18, 2004
Messages
1,130
Reaction score
380
Could someone help me? I got server up and running, the only problem is, when i run the client... i got disconnected right after loading. Can i join the game on the same computer my server is running? I used MainCracker to edit IP to "127.0.0.1" or "192.168.3.108" (my lan IP)... nothing worked. What to do? i am using client that's in this post...

use also HEX editor for your main..you need to put two times your IP on main..attach your main here and i will hex your main.
 
Newbie Spellweaver
Joined
Aug 25, 2007
Messages
21
Reaction score
0
Thank you very much... when you said i gotta have 2 IPs in main... it helped... i already had hex so, i just did it myself... its working now... now i can play with my friend on my server :D you are the best :thumbup:
 
RaGEZONER Since 2004
Loyal Member
Joined
Jul 18, 2004
Messages
1,130
Reaction score
380
Thank you very much... when you said i gotta have 2 IPs in main... it helped... i already had hex so, i just did it myself... its working now... now i can play with my friend on my server :D you are the best :thumbup:

its nothing..im glad that im helped :D: if you have any questions about the files post it here.my friend baramos is busy at the moment so i will be the one incharge here :thumbup:
 
Newbie Spellweaver
Joined
Feb 14, 2012
Messages
20
Reaction score
0
@hunter1989 bro thnx for ur help yesterday... i have new problem there are two server now but why is still says: your account is invalid...either 2 server cannot log in... pls help...

also this problem in mumaker:
BARAMOS - [Release] Server files season 6 (100% WORKING) - RaGEZONE Forums
 
Newbie Spellweaver
Joined
Nov 4, 2007
Messages
64
Reaction score
3
@hunter1989 bro thnx for ur help yesterday... i have new problem there are two server now but why is still says: your account is invalid...either 2 server cannot log in... pls help...

also this problem in mumaker:
BARAMOS - [Release] Server files season 6 (100% WORKING) - RaGEZONE Forums
disable md5 in mumaker
 
Newbie Spellweaver
Joined
Feb 14, 2012
Messages
20
Reaction score
0
@JleXa thnx for your reply... I already done turn off md5 but still no luck: your account is invalid... damm it! pls someone need help...
 
Newbie Spellweaver
Joined
Nov 4, 2007
Messages
64
Reaction score
3
did u set correct database user / pw in there ?
 
Newbie Spellweaver
Joined
Feb 18, 2012
Messages
55
Reaction score
2
Hiya :thumbup: There`s in thread :

Update 24/02/2012: MuCore WebFiles support season 6

But none info at that :ehh: Where i can find any Guide what to do with that files ,where to put them etc. ?

Also wanted ask how to remove or dissable items in game to make em not droping :?: Is enought remove them only from lang/kor/new item.txt or i must edit Item.bmd also :?:
 
Newbie Spellweaver
Joined
Feb 14, 2012
Messages
20
Reaction score
0
@JleXa yes i did that... i check for correct username and pass... can u check my files thru TV7?

May i know what exactly where & what to check database files?
 
Newbie Spellweaver
Joined
Jul 5, 2010
Messages
77
Reaction score
3
I have some problem which i can't figure out.
I've done all the files for MuServer changed all IP's to my Global IP started SSU in StartUp folder and it run smoothly with no errors this part done.
After I opened up main.exe with main cracker found the ip went into Hex editor and changed it to my global IP
After when i opened main.exe i got error saying i got DC

p.s. Any one have BSkyB netgear who knows how to port forward it please let me know i think i done it but not sure

And if any of you could help me out by going thru with me on msn i would be much appreciated :(

@JleXa yes i did that... i check for correct username and pass... can u check my files thru TV7?

May i know what exactly where & what to check database files?

How did you checked for your SQL username and PSW?

OK just checked the LOG files and the server is running so what am i missing?
BARAMOS - [Release] Server files season 6 (100% WORKING) - RaGEZONE Forums
 
Last edited:
Newbie Spellweaver
Joined
Nov 4, 2007
Messages
64
Reaction score
3
check the clients serial & ip use main craker instead of hex editor
 
RaGEZONER Since 2004
Loyal Member
Joined
Jul 18, 2004
Messages
1,130
Reaction score
380
check the clients serial & ip use main craker instead of hex editor

i think you should better use HEX..because you needed to put 2 same IP`s on main.check me if im wrong..

I have some problem which i can't figure out.
I've done all the files for MuServer changed all IP's to my Global IP started SSU in StartUp folder and it run smoothly with no errors this part done.
After I opened up main.exe with main cracker found the ip went into Hex editor and changed it to my global IP
After when i opened main.exe i got error saying i got DC

p.s. Any one have BSkyB netgear who knows how to port forward it please let me know i think i done it but not sure

And if any of you could help me out by going thru with me on msn i would be much appreciated :(



How did you checked for your SQL username and PSW?

OK just checked the LOG files and the server is running so what am i missing?
BARAMOS - [Release] Server files season 6 (100% WORKING) - RaGEZONE Forums


post your main here..and give me you IP..i will be the one to hex your main..
 
Back
Top