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] Muserver (Louis) update 13 (s6 and s8 ) Cracked By AnonymousCrackTeam

Initiate Mage
Joined
Oct 21, 2010
Messages
28
Reaction score
0
Where i can get server files with update 12 ?? link please
 
HITMAN
Joined
Apr 22, 2013
Messages
711
Reaction score
49
This is a good share, already tried it and its working perfectly same as the Premium GS. I think they've just removed the Verification of License directly from the .exe files
 
Joined
Aug 15, 2006
Messages
942
Reaction score
50
I'd like to try these files, but does anyone know how to get the client working? I change the settings in the .ini file, run the little tool, but the main.exe doesn't seem to change.
 
Custom Title Activated
Joined
Aug 30, 2011
Messages
2,969
Reaction score
999
I'd like to try these files, but does anyone know how to get the client working? I change the settings in the .ini file, run the little tool, but the main.exe doesn't seem to change.

Which season? I know season 8 works perfectly fine. When compiling all you need to do is change the settings in main_info.ini and navigate to the premium folder and drag those files to the anti hack and edit the .ini and re compile and drag it again (You need to do the anti hack at least once) From what i found out or maybe you don't. But just let me know the information and what your changing and etc.. and i will help
 
Custom Title Activated
Joined
Aug 30, 2011
Messages
2,969
Reaction score
999
sir DragonSeth can you help me??


I'm not downloading the files to tell you the exact way but since there both MUEMU and use the same method to edit the ip for the main would be in this location:

Season 8 Location (Should Be Similar To Season 6) (Uses The Same Compile Setup)
MAIN_INFO v13 - Season 8\MainInfo.ini

And Look For This Line:
Code:
[MainInfo]
IpAddress = CHANGE TO YOUR IP

Once you have changed it. Save it and run GetMainInfo-Premium. And drag the files from the premium folder into your client.
 
Initiate Mage
Joined
Jul 11, 2018
Messages
21
Reaction score
1
I downloaded these files from a Brazilian forum, Season 8 that is.
Works great, all functions I tested worked like a charm. it helps when Portuguese is you native language LoL

Than I Liked it so much that I actually bought a license.
Its cheap compared to other teams and one time payment, after that you pay only for updates and improvements.
Currently waiting for Update 15
 
Supreme Arcanarch
Joined
Feb 4, 2014
Messages
963
Reaction score
36
How to Remove function that every time you buy at NPC a confirmation box appear on each item you want to buy ^^

Thanks :) ^_^

2A0QraL.png
 
Custom Title Activated
Joined
Aug 30, 2011
Messages
2,969
Reaction score
999
How to Remove function that every time you buy at NPC a confirmation box appear on each item you want to buy ^^

Thanks :) ^_^

GameServer\Data\GameServerInfo - Custom.dat
GameServerCS\Data\GameServerInfo - Custom.dat
Code:
;==================================================
; Custom Shop MessageBox
;==================================================
; Types:
; 0: Disabled
; 1: Only for coins
; 2: All purchases
;==================================================
CustomShopMessageBox = 1
 
Supreme Arcanarch
Joined
Feb 4, 2014
Messages
963
Reaction score
36
why EXPBar dont show, im gaining EXP but no EXPBar shown?

uHATzn9.png
 
Initiate Mage
Joined
Jul 11, 2018
Messages
21
Reaction score
1
why EXPBar dont show, im gaining EXP but no EXPBar shown?

uHATzn9.png

Have you created a default exp in data/util/ExperienceTable.txt

Use * for non applicable

//MinLevel MaxLevel MinMLevel MaxMLevel MinReset MaxReset MinMasterReset MaxMasterReset ExperienceRate1 400 * * * * * * 1000


Remember

ExperienceTable.txt
GameServerCommon.dat

The calculation is something like

(Data/Util/ExperienceTable.txt ExperienceRate ) * ( GameServer/Data/Common.dat AddExperienceRate ) / 10
 
Supreme Arcanarch
Joined
Feb 4, 2014
Messages
963
Reaction score
36
BonusManager = How ti works? no description or lucking guide on its function

PHP:
//Index   Year   Month   Day   DoW   Hour   Minute   Second 
Year = Yearly activation only
Month =monthyl  activation only
Day = Daily or need to set day (1,2,3,4,5,6,7 (Sun,Mon,Tue,Wed,Th,Fr,Sat)) or 1 is enough to run everyday and no custom day of the week?
DoW = Whats this? :
//Index   StartMessage   FinalMessage   BonusTime0

StartMessage = News ID base on message.txt or can be direct input text inside?
FinalMessage = News ID base on message.txt or can be direct input text inside?

Thanks :)
 
Back
Top