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] X-Team Sources (S4, S6, S8)

Initiate Mage
Joined
Mar 25, 2016
Messages
28
Reaction score
13
Re: Source [MUEMU]

After Success build gameserver.exe is not working well any idea to fix

9yvtRoJ - [Release] X-Team Sources (S4, S6, S8) - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Initiate Mage
Joined
Mar 25, 2016
Messages
28
Reaction score
13
Re: Source [MUEMU]

same here after compile and test on client it disconnected at login

all .exe and .dll is compile and copy to server file and client side but problem it disconnected at login page

help

@
lordbilly

fWfLscQ - [Release] X-Team Sources (S4, S6, S8) - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Initiate Mage
Joined
Apr 4, 2015
Messages
45
Reaction score
59
Re: Source [MUEMU]

If I have time today to finish the source files for the client will do release for stable connections of the server - client (Only 6 season)
 
Initiate Mage
Joined
Jun 14, 2012
Messages
59
Reaction score
32
Re: Source [MUEMU]

Hello, someone can tell me how I can make the slightest source with less memory usage?
 
Initiate Mage
Joined
Nov 4, 2012
Messages
6
Reaction score
0
Re: Source [MUEMU]

You have to have a working webserver that has a hwid auth system working. You will probably have to pay for this

More, how to turn the AuthServer?

Soucer that is in the download is requesting connection to the database, that database would be this, and how to configure the protec the url to go to the middle ip rather than try to auth with muemu.pl?
 
-( . ) ( . )-
Member
Joined
Mar 28, 2012
Messages
1,356
Reaction score
68
Re: Source [MUEMU]

anyone have program to check the hardware ID?
 
Initiate Mage
Joined
Dec 14, 2007
Messages
36
Reaction score
60
Re: Source [MUEMU]

hello, CustomArena work?

Yep, Change this Lines in your customarena.txt

Code:
[COLOR=#666666]0[/COLOR]
[COLOR=#666666]//Index Year Month Day DoW Hour Minute Second[/COLOR]
[COLOR=#666666]0 * * * * -1 0 0[/COLOR]
[COLOR=#666666]end[/COLOR]


[COLOR=#666666]1[/COLOR]
[COLOR=#666666]//Index Name WarningTime NotifyTime EventTime CloseTime StartGate FinalGate MinUser MaxUser MaxDeath MinLevel MaxLevel MinMasterLevel MaxMasterLevel MinReset MaxReset MinMasterReset MaxMasterReset DW DK FE MG DL SU RF[/COLOR]
[COLOR=#666666]0 "ArenaCustom" 5 1 10 2 450 1 2 100 10 0 400 * * * * * * 1 1 1 1 1 1 1 [/COLOR]
[COLOR=#666666]end[/COLOR]

Add this lines in you Move.txt and move.bmd

Code:
[COLOR=#666666]49 "ArenaCustom" 2000 0 400 * * 0 450[/COLOR]

And add this line in your Gate.txt and gate.bmd

Code:
[COLOR=#666666]450 0 40 220 15 235 30 0 0 0 400 * * 0[/COLOR]

add after this you need to
dit the client with the corresponding move and modified gate, your shoul stay well...

ethondev - [Release] X-Team Sources (S4, S6, S8) - RaGEZONE Forums


The award is set if or if using a SQL statement , there no is other to modify...

Procedure, edit red modifies what is red you want to win W Coins , and how many points gp

Code:
[COLOR=#666666]USE [MuOnline][/COLOR]
[COLOR=#666666]GO[/COLOR]
[COLOR=#666666]/****** Object: StoredProcedure [dbo].[WZ_CustomArenaRanking] Script Date: 11/27/2015 22:13:41 ******/[/COLOR]
[COLOR=#666666]SET ANSI_NULLS ON[/COLOR]
[COLOR=#666666]GO[/COLOR]
[COLOR=#666666]SET QUOTED_IDENTIFIER ON[/COLOR]
[COLOR=#666666]GO[/COLOR]


[COLOR=#666666]ALTER Procedure [dbo].[WZ_CustomArenaRanking] [/COLOR]
[COLOR=#666666]@Account varchar(10),[/COLOR]
[COLOR=#666666]@Name varchar(10),[/COLOR]
[COLOR=#666666]@ArenaNumber int,[/COLOR]
[COLOR=#666666]@UserScore int,[/COLOR]
[COLOR=#666666]@UserRank int[/COLOR]
[COLOR=#666666]AS[/COLOR]
[COLOR=#666666]BEGIN[/COLOR]


[COLOR=#666666]SET NOCOUNT ON[/COLOR]
[COLOR=#666666]SET XACT_ABORT ON[/COLOR]


[COLOR=#666666]IF(@ArenaNumber = 0)[/COLOR]
[COLOR=#666666]BEGIN[/COLOR]


[COLOR=#666666]IF(@UserRank = 1)[/COLOR]
[COLOR=#666666]BEGIN[/COLOR]


[COLOR=#666666]UPDATE CashShopData SET [/COLOR][COLOR=#ff0000]WCoinC[/COLOR][COLOR=#666666]=[/COLOR][COLOR=#ff0000]WCoinC[/COLOR][COLOR=#666666] + [/COLOR][COLOR=#ff0000]100[/COLOR][COLOR=#666666] WHERE AccountID=@Account[/COLOR]


[COLOR=#666666]END[/COLOR]


[COLOR=#666666]END[/COLOR]


[COLOR=#666666]SET NOCOUNT OFF[/COLOR]
[COLOR=#666666]SET XACT_ABORT OFF[/COLOR]


[COLOR=#666666]END[/COLOR]

Enjoy!
 
Initiate Mage
Joined
Jan 31, 2014
Messages
16
Reaction score
0
Re: Source [MUEMU]

Yep, Change this Lines in your customarena.txt

Code:
[COLOR=#666666]0[/COLOR]
[COLOR=#666666]//Index Year Month Day DoW Hour Minute Second[/COLOR]
[COLOR=#666666]0 * * * * -1 0 0[/COLOR]
[COLOR=#666666]end[/COLOR]


[COLOR=#666666]1[/COLOR]
[COLOR=#666666]//Index Name WarningTime NotifyTime EventTime CloseTime StartGate FinalGate MinUser MaxUser MaxDeath MinLevel MaxLevel MinMasterLevel MaxMasterLevel MinReset MaxReset MinMasterReset MaxMasterReset DW DK FE MG DL SU RF[/COLOR]
[COLOR=#666666]0 "ArenaCustom" 5 1 10 2 450 1 2 100 10 0 400 * * * * * * 1 1 1 1 1 1 1 [/COLOR]
[COLOR=#666666]end[/COLOR]

Add this lines in you Move.txt and move.bmd

Code:
[COLOR=#666666]49 "ArenaCustom" 2000 0 400 * * 0 450[/COLOR]

And add this line in your Gate.txt and gate.bmd

Code:
[COLOR=#666666]450 0 40 220 15 235 30 0 0 0 400 * * 0[/COLOR]

add after this you need to
dit the client with the corresponding move and modified gate, your shoul stay well...

ethondev - [Release] X-Team Sources (S4, S6, S8) - RaGEZONE Forums


The award is set if or if using a SQL statement , there no is other to modify...

Procedure, edit red modifies what is red you want to win W Coins , and how many points gp

Code:
[COLOR=#666666]USE [MuOnline][/COLOR]
[COLOR=#666666]GO[/COLOR]
[COLOR=#666666]/****** Object: StoredProcedure [dbo].[WZ_CustomArenaRanking] Script Date: 11/27/2015 22:13:41 ******/[/COLOR]
[COLOR=#666666]SET ANSI_NULLS ON[/COLOR]
[COLOR=#666666]GO[/COLOR]
[COLOR=#666666]SET QUOTED_IDENTIFIER ON[/COLOR]
[COLOR=#666666]GO[/COLOR]


[COLOR=#666666]ALTER Procedure [dbo].[WZ_CustomArenaRanking] [/COLOR]
[COLOR=#666666]@Account varchar(10),[/COLOR]
[COLOR=#666666]@Name varchar(10),[/COLOR]
[COLOR=#666666]@ArenaNumber int,[/COLOR]
[COLOR=#666666]@UserScore int,[/COLOR]
[COLOR=#666666]@UserRank int[/COLOR]
[COLOR=#666666]AS[/COLOR]
[COLOR=#666666]BEGIN[/COLOR]


[COLOR=#666666]SET NOCOUNT ON[/COLOR]
[COLOR=#666666]SET XACT_ABORT ON[/COLOR]


[COLOR=#666666]IF(@ArenaNumber = 0)[/COLOR]
[COLOR=#666666]BEGIN[/COLOR]


[COLOR=#666666]IF(@UserRank = 1)[/COLOR]
[COLOR=#666666]BEGIN[/COLOR]


[COLOR=#666666]UPDATE CashShopData SET [/COLOR][COLOR=#ff0000]WCoinC[/COLOR][COLOR=#666666]=[/COLOR][COLOR=#ff0000]WCoinC[/COLOR][COLOR=#666666] + [/COLOR][COLOR=#ff0000]100[/COLOR][COLOR=#666666] WHERE AccountID=@Account[/COLOR]


[COLOR=#666666]END[/COLOR]


[COLOR=#666666]END[/COLOR]


[COLOR=#666666]SET NOCOUNT OFF[/COLOR]
[COLOR=#666666]SET XACT_ABORT OFF[/COLOR]


[COLOR=#666666]END[/COLOR]

Enjoy!
in the source, compile GetHardwareId
This event only Closed help me please




CustomArena Not Work
 
Last edited by a moderator:
Elite Diviner
Joined
Apr 4, 2011
Messages
464
Reaction score
69
Re: Source [MUEMU]

Anyone have issues with offattack not staying in game? After about an hour or two it leaves game

Anyone have it fully working and can share their config?
 
Initiate Mage
Joined
Dec 6, 2015
Messages
75
Reaction score
12
Re: Source [MUEMU]

Zen, make price like 1 zen and check how long it is online, because it use zen after some seconds.
 
Initiate Mage
Joined
Dec 14, 2007
Messages
36
Reaction score
60
Re: Source [MUEMU]

This event only Closed help me please




CustomArena Not Work

missing 5 minutes to close the event to begin, in short missing 5 minutes to close and start


Anyone have issues with offattack not staying in game? After about an hour or two it leaves game

Anyone have it fully working and can share their config?

that happens at times if you moved to a safe area or die
 
Last edited by a moderator:
Elite Diviner
Joined
Apr 4, 2011
Messages
464
Reaction score
69
Re: Source [MUEMU]

Zen, make price like 1 zen and check how long it is online, because it use zen after some seconds.

;==================================================
; Custom Attack Settings
;==================================================
CustomAttackSwitch = 1
CustomAttackEnable_AL0 = 1
CustomAttackEnable_AL1 = 1
CustomAttackEnable_AL2 = 1
CustomAttackEnable_AL3 = 1
CustomAttackRequireLevel_AL0 = 0
CustomAttackRequireLevel_AL1 = 0
CustomAttackRequireLevel_AL2 = 0
CustomAttackRequireLevel_AL3 = 0
CustomAttackRequireReset_AL0 = 0
CustomAttackRequireReset_AL1 = 0
CustomAttackRequireReset_AL2 = 0
CustomAttackRequireReset_AL3 = 0
CustomAttackCommandSyntax = /attack
CustomAttackText1 = You are not enabled to use /attack
CustomAttackText2 = You need at least %d level to use the command
CustomAttackText3 = You need at least %d reset to use the command
CustomAttackText4 = You already using the command
CustomAttackText5 = You can't use the command in this location
CustomAttackText6 = You don't have the required spell to use the command

;==================================================
; Custom Attack Offline Settings
;==================================================
CustomAttackOfflineSwitch = 1
CustomAttackOfflineGPGain = 1
CustomAttackOfflineEnable_AL0 = 1
CustomAttackOfflineEnable_AL1 = 1
CustomAttackOfflineEnable_AL2 = 1
CustomAttackOfflineEnable_AL3 = 1
CustomAttackOfflineRequireLevel_AL0 = 0
CustomAttackOfflineRequireLevel_AL1 = 0
CustomAttackOfflineRequireLevel_AL2 = 0
CustomAttackOfflineRequireLevel_AL3 = 0
CustomAttackOfflineRequireReset_AL0 = 0
CustomAttackOfflineRequireReset_AL1 = 0
CustomAttackOfflineRequireReset_AL2 = 0
CustomAttackOfflineRequireReset_AL3 = 0
CustomAttackOfflineRequireMoney_AL0 = 0
CustomAttackOfflineRequireMoney_AL1 = 0
CustomAttackOfflineRequireMoney_AL2 = 0
CustomAttackOfflineRequireMoney_AL3 = 0
CustomAttackOfflineCommandSyntax = /offattack
CustomAttackOfflineText1 = You are not enabled to use /offattack
CustomAttackOfflineText2 = You need at least %d level to use the command
CustomAttackOfflineText3 = You need at least %d reset to use the command
CustomAttackOfflineText4 = You need at least %d money to use the command
CustomAttackOfflineText5 = You need to enable automatic attack first
CustomAttackOfflineText6 = You can't use the command in this location

It's on zero already
 
Back
Top